Skip to content

Commit

Permalink
Make mvn deploy work
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Jul 9, 2010
1 parent 0f93a3a commit 32f227c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -66,4 +66,11 @@
</pluginManagement>
</build>

<distributionManagement>
<repository>
<id>repository.jboss.org</id>
<name>JBoss Maven2 Repository</name>
<url>http://repository.jboss.org/maven2</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 32f227c

Please sign in to comment.