You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/26 16:06:24 UTC

[3/4] git commit: removed reporting from Marmotta parent POM, it is website only

removed reporting from Marmotta parent POM, it is website only


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/e718df53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/e718df53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/e718df53

Branch: refs/heads/master
Commit: e718df530e3943ff3075ed141011a6e3b9be00e0
Parents: f483bde
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Tue Feb 26 15:59:00 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Tue Feb 26 15:59:00 2013 +0100

----------------------------------------------------------------------
 parent/pom.xml |   79 ---------------------------------------------------
 1 files changed, 0 insertions(+), 79 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e718df53/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2c9152b..a359221 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -497,85 +497,6 @@
         </plugins>
     </build>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.5.1</version>
-                <configuration>
-                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9</version>
-                <reportSets>
-                    <!-- Create Java API Documentation -->
-                    <reportSet>
-                        <id>javaapi</id>
-                        <configuration>
-                            <name>Java API</name>
-                            <description>Aggregated Java API documentation</description>
-                            <destDir>javaapi</destDir>
-                            <encoding>UTF-8</encoding>
-                        </configuration>
-                        <reports>
-                            <report>aggregate</report>
-                        </reports>
-                    </reportSet>
-
-                    <!-- Create REST API Documentation -->
-                    <reportSet>
-                        <!-- configure how the REST API documentation will be produced -->
-                        <id>restapi</id>
-                        <configuration>
-                            <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet>
-                            <name>REST API</name>
-                            <description>REST API for LMF Webservices</description>
-                            <destDir>restapi</destDir>
-                            <docletArtifact>
-                                <groupId>com.lunatech.jax-doclets</groupId>
-                                <artifactId>doclets</artifactId>
-                                <version>0.10.0</version>
-                            </docletArtifact>
-                            <additionalparam>
-                                -jaxrscontext /LMF -charset UTF-8
-                            </additionalparam>
-                            <encoding>UTF-8</encoding>
-                            <detectOfflineLinks>false</detectOfflineLinks>
-                        </configuration>
-                        <reports>
-                            <report>aggregate</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-
-            <!-- Create Release Notes -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-changes-plugin</artifactId>
-                <version>2.8</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>changes-report</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-
-            <!-- Check License Headers -->
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>0.8</version>
-            </plugin>
-        </plugins>
-    </reporting>
-
     <dependencyManagement>
         <dependencies>
             <!-- commonly used libraries -->