Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
bippo-gk profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ceefour committed May 10, 2013
1 parent de346f3 commit 4dc2e37
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,23 @@
<url>http://nexus.bippo.co.id/nexus/content/repositories/soluvas-public-snapshots/</url>
</snapshotRepository>
</distributionManagement>


<profiles>
<profile>
<!-- To deploy to bippo-gk, use: mvn -Pbippo-gk -DskipTests clean install
deploy -->
<id>bippo-gk</id>
<distributionManagement>
<snapshotRepository>
<id>bippo-gk-snapshots</id>
<url>http://192.168.44.17:8080/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>bippo-gk-releases</id>
<url>http://192.168.44.17:8080/nexus/content/repositories/releases/</url>
</repository>
</distributionManagement>
</profile>
</profiles>

</project>

0 comments on commit 4dc2e37

Please sign in to comment.