Skip to content

Commit

Permalink
Added Profile for Deployment on tolina.de Nexus-Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtus committed Dec 17, 2014
1 parent 13ea5d9 commit 782e350
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,28 @@
</parent>
<artifactId>findbugs-plugin</artifactId>
<version>0.0.3-SNAPSHOT</version>
<url>https://github.com/WorksApplications/findbugs-plugin</url>
<url>https://github.com/fjakop/findbugs-plugin</url>
<description>WorksApplications Findbugs plugin set</description>
<scm>
<url>[email protected]:WorksApplications/findbugs-plugin.git</url>
<connection>scm:git:[email protected]:WorksApplications/findbugs-plugin.git</connection>
<developerConnection>scm:git:[email protected]:WorksApplications/findbugs-plugin.git</developerConnection>
<url>[email protected]:fjakop/findbugs-plugin.git</url>
<connection>scm:git:[email protected]:fjakop/findbugs-plugin.git</connection>
<developerConnection>scm:git:[email protected]:fjakop/findbugs-plugin.git</developerConnection>
</scm>
<profiles>
<profile>
<id>inhouse.tolina.de</id>
<distributionManagement>
<repository>
<id>releases</id>
<url>http://srvrepo.tolina.local/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://srvrepo.tolina.local/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
<developers>
<developer>
<id>eller86</id>
Expand Down

0 comments on commit 782e350

Please sign in to comment.