Skip to content

Commit

Permalink
pom
Browse files Browse the repository at this point in the history
plugins fixing
  • Loading branch information
Costanzo committed Sep 1, 2014
1 parent 416a057 commit 60d5811
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:git@github.com:Terradue/rLandsat8.git</connection>
<developerConnection>scm:git:git@github.com:Terradue/rLandsat8.git</developerConnection>
<url>https://github.com/Terradue/rLandsat8</url>
<url>https://github.com/Terradue/rLandsat8.git</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -246,8 +246,7 @@
</execution>
</executions>
</plugin>
-->
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
Expand Down Expand Up @@ -306,7 +305,7 @@
<needarch>noarch</needarch>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand All @@ -320,7 +319,7 @@
</execution>
</executions>
</plugin>

-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down Expand Up @@ -370,6 +369,7 @@
</dependency>
</dependencies>
</plugin>

<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
Expand Down Expand Up @@ -407,6 +407,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
Expand All @@ -426,6 +427,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
Expand All @@ -445,6 +447,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand All @@ -454,6 +457,7 @@
<skipDeploy>true</skipDeploy>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 60d5811

Please sign in to comment.