Author: hboutemy Date: Sun Jan 3 14:16:14 2016 New Revision: 1722722 URL: http://svn.apache.org/viewvc?rev=1722722&view=rev Log: improved effective-site it with parent site descriptors
Modified: maven/plugins/trunk/maven-site-plugin/src/it/effective-site/invoker.properties maven/plugins/trunk/maven-site-plugin/src/it/effective-site/pom.xml maven/plugins/trunk/maven-site-plugin/src/it/effective-site/src/site/site.xml Modified: maven/plugins/trunk/maven-site-plugin/src/it/effective-site/invoker.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/effective-site/invoker.properties?rev=1722722&r1=1722721&r2=1722722&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/it/effective-site/invoker.properties (original) +++ maven/plugins/trunk/maven-site-plugin/src/it/effective-site/invoker.properties Sun Jan 3 14:16:14 2016 @@ -15,5 +15,5 @@ # specific language governing permissions and limitations # under the License. -invoker.goals = clean site site:effective-site +invoker.goals = clean site:effective-site invoker.mavenOpts = -Doutput=effective-site.xml Modified: maven/plugins/trunk/maven-site-plugin/src/it/effective-site/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/effective-site/pom.xml?rev=1722722&r1=1722721&r2=1722722&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/it/effective-site/pom.xml (original) +++ maven/plugins/trunk/maven-site-plugin/src/it/effective-site/pom.xml Sun Jan 3 14:16:14 2016 @@ -24,6 +24,12 @@ under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugins</artifactId> + <version>28</version> + </parent> + <groupId>org.apache.maven.plugins.site.its</groupId> <artifactId>effective-site</artifactId> <version>1.0-SNAPSHOT</version> Modified: maven/plugins/trunk/maven-site-plugin/src/it/effective-site/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/effective-site/src/site/site.xml?rev=1722722&r1=1722721&r2=1722722&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/it/effective-site/src/site/site.xml (original) +++ maven/plugins/trunk/maven-site-plugin/src/it/effective-site/src/site/site.xml Sun Jan 3 14:16:14 2016 @@ -19,7 +19,7 @@ specific language governing permissions under the License. --> -<project name="MSITE-265" xmlns="http://maven.apache.org/DECORATION/1.0.0" +<project name="MSITE-680" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">