[Git][ultreiaio/ird-observe][develop-7.x] add a way to deploy yo central
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 30c8e83d by tchemit at 2019-05-06T12:02:28Z add a way to deploy yo central - - - - - 1 changed file: - observe/pom.xml Changes: ===================================== observe/pom.xml ===================================== @@ -142,4 +142,20 @@ </plugins> </build> + + <profiles> + <profile> + <id>deploy-to-central</id> + <activation> + <property> + <name>deploy.to.central</name> + <value>true</value> + </property> + </activation> + <properties> + <!-- allow to deploy artifacts --> + <maven.deploy.skip>false</maven.deploy.skip> + </properties> + </profile> + </profiles> </project> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/30c8e83d59983f1336893a378022... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/30c8e83d59983f1336893a378022... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT