Skip to content

Commit

Permalink
Add CORE binaries and natives JAR to deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Aug 26, 2024
1 parent 79baa8b commit 4f13619
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
</execution>
</executions>
<configuration>
<skippedModules>praxiscore-video-pgl-natives</skippedModules>
<skippedModules>praxiscore-video-pgl-natives,praxiscore-bin</skippedModules>
<detectOfflineLinks>false</detectOfflineLinks>
<release>21</release>
<additionalOptions>
Expand Down
5 changes: 0 additions & 5 deletions praxiscore-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,5 @@
</dependency>
</dependencies>

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>


</project>
5 changes: 0 additions & 5 deletions praxiscore-video-pgl-natives/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,4 @@
</plugins>
</build>

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package org.praxislive.video.pgl.natives;

/**
* This class is only here to allow this module to pass staging requirements.
*/
public final class Dummy {

private Dummy() {

}

}

0 comments on commit 4f13619

Please sign in to comment.