Skip to content

Commit

Permalink
Updated POM
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfs committed Dec 12, 2010
1 parent 6b895c6 commit b90d131
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@
<relativePath>../pom.xml</relativePath>
</parent>

<!-- <groupId>hudson.plugin</groupId>-->
<artifactId>depgraph-view</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Hudson Dependency Graph Viewer Plugin</name>
<groupId>hudson.plugin</groupId>
<version>0.0.1-SNAPSHOT</version>
<developers>
<developer>
<id>wolfs</id>
<name>Stefan Wolf</name>
</developer>
</developers>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -63,18 +69,4 @@
<developerConnection>scm:git:git@github.com:wolfs/depgraph-view.git</developerConnection>
<url>http://github.com/wolfs/depgraph-view</url>
</scm>
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit b90d131

Please sign in to comment.