Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
had to add back wagon and site plugin. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Feb 2, 2012
1 parent 45afc8b commit 89c8623
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Expand Up @@ -35,7 +35,7 @@
<distributionManagement> <distributionManagement>
<site> <site>
<id>github.com</id> <id>github.com</id>
<url>http://github.com/rantav/hector.git</url> <url>git@github.com/rantav/hector.git</url>
</site> </site>
</distributionManagement> </distributionManagement>


Expand Down Expand Up @@ -203,6 +203,11 @@
<artifactId>maven-scm-manager-plexus</artifactId> <artifactId>maven-scm-manager-plexus</artifactId>
<version>1.3</version> <version>1.3</version>
</extension> </extension>
<extension>
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.3.1</version>
</extension>
</extensions> </extensions>
<plugins> <plugins>
<plugin> <plugin>
Expand Down Expand Up @@ -306,6 +311,10 @@
<preparationGoals>clean install</preparationGoals> <preparationGoals>clean install</preparationGoals>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.4.2</version> <version>2.4.2</version>
Expand Down

0 comments on commit 89c8623

Please sign in to comment.