Skip to content

Commit

Permalink
Add scm element to pom.xml to allow releases and site deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Jun 6, 2014
1 parent dbc93a5 commit 4071833
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -8,6 +8,7 @@
<artifactId>fcrepo-module-auth-xacml</artifactId>
<name>Fedora Repository XACML Authorization Module</name>
<description>Fedora Repository XACML module</description>

<repositories>
<repository>
<id>snapshots-repo</id>
Expand All @@ -20,6 +21,16 @@
</snapshots>
</repository>
</repositories>

<scm>
<connection>scm:git:git://github.com/fcrepo4/${project.artifactId}.git
</connection>
<developerConnection>scm:git:git@github.com:fcrepo4/${project.artifactId}.git
</developerConnection>
<url>https://github.com/fcrepo4/fcrepo-module-auth-xacml</url>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -146,7 +157,13 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>

<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>

</build>

</project>

0 comments on commit 4071833

Please sign in to comment.