You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/06 11:38:45 UTC

svn commit: r1718156 - in /axis/axis2/java/rampart/trunk: modules/distribution/bin.xml pom.xml

Author: veithen
Date: Sun Dec  6 10:38:45 2015
New Revision: 1718156

URL: http://svn.apache.org/viewvc?rev=1718156&view=rev
Log:
Simplify the build/release: don't attempt to include the Maven site in the binary distribution, as this is difficult to get right.

Modified:
    axis/axis2/java/rampart/trunk/modules/distribution/bin.xml
    axis/axis2/java/rampart/trunk/pom.xml

Modified: axis/axis2/java/rampart/trunk/modules/distribution/bin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/distribution/bin.xml?rev=1718156&r1=1718155&r2=1718156&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/modules/distribution/bin.xml (original)
+++ axis/axis2/java/rampart/trunk/modules/distribution/bin.xml Sun Dec  6 10:38:45 2015
@@ -44,10 +44,6 @@
             <outputDirectory>${dist.dir}/docs/apidocs</outputDirectory>
         </fileSet>
         <fileSet>
-            <directory>../../target/site</directory>
-            <outputDirectory>${dist.dir}/docs</outputDirectory>
-        </fileSet>
-        <fileSet>
             <directory>../rampart-samples</directory>
             <outputDirectory>${dist.dir}/samples</outputDirectory>
         </fileSet>

Modified: axis/axis2/java/rampart/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1718156&r1=1718155&r2=1718156&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Sun Dec  6 10:38:45 2015
@@ -466,20 +466,6 @@
             <build>
                 <plugins>
                     <plugin>
-                        <!-- Generate the site for inclusion in the binary distribution -->
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-site-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>dist-site</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>site</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
                         <executions>
                             <execution>