You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2016/03/22 22:58:50 UTC

metamodel git commit: Moved javadoc exclude to parent pom to fix 'mvn javadoc:aggregate'

Repository: metamodel
Updated Branches:
  refs/heads/feature/javadoc-excludes-for-all-goals [created] 324ea2225


Moved javadoc exclude to parent pom to fix 'mvn javadoc:aggregate'

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/324ea222
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/324ea222
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/324ea222

Branch: refs/heads/feature/javadoc-excludes-for-all-goals
Commit: 324ea22259be3a19efb6bfcc017291d633488ed2
Parents: 05b5e41
Author: Kasper Sørensen <i....@gmail.com>
Authored: Tue Mar 22 22:58:43 2016 +0100
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Tue Mar 22 22:58:43 2016 +0100

----------------------------------------------------------------------
 pom.xml          | 3 +++
 sugarcrm/pom.xml | 7 -------
 2 files changed, 3 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/324ea222/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 064af81..8311ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,6 +248,9 @@ under the License.
 						<phase>site</phase>
 					</execution>
 				</executions>
+				<configuration>
+					<excludePackageNames>com.sugarcrm.ws.soap</excludePackageNames>
+				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>net.ju-n.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/metamodel/blob/324ea222/sugarcrm/pom.xml
----------------------------------------------------------------------
diff --git a/sugarcrm/pom.xml b/sugarcrm/pom.xml
index 159eb88..34bb144 100644
--- a/sugarcrm/pom.xml
+++ b/sugarcrm/pom.xml
@@ -95,13 +95,6 @@ under the License.
 					</execution>
 				</executions>
 			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<excludePackageNames>com.sugarcrm.ws.soap</excludePackageNames>
-				</configuration>
-			</plugin>
 		</plugins>
 
 		<pluginManagement>