archetype-resources.docker.docker-images.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-archetype-plugin
Show all versions of maven-archetype-plugin
HC :: maven archetype :: plugin
The newest version!
cd ..
mvn clean package -P mvn_dev -Dmaven.test.skip=true
cd ${rootArtifactId}-assembly
mvn docker:build
cd ..
docker tag ${rootArtifactId} $1/${rootArtifactId}:$2
docker push $1/${rootArtifactId}:$2
© 2015 - 2024 Weber Informatics LLC | Privacy Policy