You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.3 KiB
43 lines
1.3 KiB
--- pom.xml 2012-02-08 16:07:39.235304020 +0100
|
|
+++ pom.xml-gil 2012-02-08 16:17:35.951288824 +0100
|
|
@@ -364,10 +364,10 @@
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>2.5</version>
|
|
</plugin>
|
|
- <plugin>
|
|
+ <!--plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
- <version>3.0</version>
|
|
+ <version>3.0</version-->
|
|
<!--dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
@@ -375,7 +375,7 @@
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependencies-->
|
|
- </plugin>
|
|
+ <!--/plugin-->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
@@ -569,7 +569,7 @@
|
|
</activation>
|
|
<build>
|
|
<plugins>
|
|
- <plugin>
|
|
+ <!--plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<executions>
|
|
@@ -580,7 +580,7 @@
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
- </plugin>
|
|
+ </plugin-->
|
|
</plugins>
|
|
</build>
|
|
</profile>
|