mvn -cpu clean install
Documentation of how Pineapple is confgured to deploy to Bintray.
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-pineapple-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/pineapple/maven</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-pineapple-maven</id>
<name>bintray-plugins</name>
<url>http://dl.bintray.com/pineapple/maven</url>
</pluginRepository>
</pluginRepositories>
<id>bintray</id>
</profile>
<activeProfiles>
..other profiles...
<activeProfile>bintray</activeProfile>
</activeProfiles>
<server>
<id>bintray-pineapple-maven</id>
<username>some-user</username>
<password>some-password</password>
</server>
mvn deploy