Added maven.javadoc.skip=true to fast profile. Seems to have no effect, but does no harm either.

This commit is contained in:
robokaso
2008-11-12 13:42:27 +00:00
parent 708406322e
commit 88cd8eca89

View File

@@ -85,6 +85,7 @@
<id>fast</id>
<properties>
<maven.test.skip>true</maven.test.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
</profile>
<profile>
@@ -373,7 +374,7 @@
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
@@ -384,7 +385,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>