Documentation, examples and further information of the ta4j project
This project is maintained by ta4j Organization
mvn license:check
mvn formatter:validate
mvn formatter:format
mvn license:format
Replace the <snapshotRepository>
with a local file path like:
<distributionManagement>
<snapshotRepository>
<id>local</id>
<name>local</name>
<url>file:../local_repo/deploy</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus release repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
and run: mvn clean deploy
mvn clean deploy
(check existing tags)
mvn clean test
mvn release:clean release:prepare -Darguments=-Dgpg.passphrase=thephrase -Psonatype-oss-release
mvn release:perform -Psonatype-oss-release