You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/09/15 15:25:49 UTC

svn commit: r1171089 - in /sling/trunk/maven/archetypes: bundle-for-jcrinstall/pom.xml bundle/pom.xml

Author: justin
Date: Thu Sep 15 13:25:49 2011
New Revision: 1171089

URL: http://svn.apache.org/viewvc?rev=1171089&view=rev
Log:
bit of pom cleanup

Modified:
    sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml
    sling/trunk/maven/archetypes/bundle/pom.xml

Modified: sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml?rev=1171089&r1=1171088&r2=1171089&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml (original)
+++ sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml Thu Sep 15 13:25:49 2011
@@ -55,24 +55,4 @@
             </plugin>
         </plugins>
     </build>
-
-        <reporting>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-plugin-plugin</artifactId>
-                    <version>2.5.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <configuration>
-                        <!-- No javadocs -->
-                        <excludePackageNames>
-                            org.apache.sling
-                        </excludePackageNames>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </reporting>
 </project>

Modified: sling/trunk/maven/archetypes/bundle/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/bundle/pom.xml?rev=1171089&r1=1171088&r2=1171089&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/bundle/pom.xml (original)
+++ sling/trunk/maven/archetypes/bundle/pom.xml Thu Sep 15 13:25:49 2011
@@ -55,24 +55,4 @@
             </plugin>
         </plugins>
     </build>
-
-        <reporting>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-plugin-plugin</artifactId>
-                    <version>2.5.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <configuration>
-                        <!-- No javadocs -->
-                        <excludePackageNames>
-                            org.apache.sling
-                        </excludePackageNames>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </reporting>
 </project>