...
Code Block |
---|
mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \ -DartifactId=bluecove-gpl-arm \ -Dversion=2.1.1-SNAPSHOT \ -Dpackaging=jar \ -Dfile=bluecove-gpl-arm-2.1.1-SNAPSHOT.jar \ -DrepositoryId=ossrh \ -Durl=https://oss.sonatype.org/content/repositories/snapshots mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \ -DartifactId=bluecove \ -Dversion=2.1.1-SNAPSHOT \ -Dpackaging=jar \ -Dfile=bluecove-2.1.1-SNAPSHOT.jar \ -DrepositoryId=ossrh \ -Durl=https://oss.sonatype.org/content/repositories/snapshots mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \ -DartifactId=bluecove-gpl \ -Dversion=2.1.1-SNAPSHOT \ -Dpackaging=jar \ -Dfile=bluecove-gpl-2.1.1-SNAPSHOT.jar \ -DrepositoryId=ossrh \ -Durl=https://oss.sonatype.org/content/repositories/snapshots mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \ -DartifactId=bluecove-parent \ -Dversion=2.1.1-SNAPSHOT \ -Dpackaging=pom \ -Dfile=bluecove-parent-2.1.1-SNAPSHOT.pom \ -DrepositoryId=ossrh \ -Durl=https://oss.sonatype.org/content/repositories/snapshots |
...