You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2015/03/30 16:23:21 UTC

svn commit: r1670103 - in /chemistry/opencmis/trunk/chemistry-opencmis-dist: pom.xml src/main/assembly/docs-assembly.xml

Author: gabriele
Date: Mon Mar 30 14:23:21 2015
New Revision: 1670103

URL: http://svn.apache.org/r1670103
Log:
CMIS-482 - removed docs.zip package

Removed:
    chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml
Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml?rev=1670103&r1=1670102&r2=1670103&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml Mon Mar 30 14:23:21 2015
@@ -131,38 +131,6 @@
             </activation>
             <build>
                 <plugins>
-                    <!-- Fetches docs from ${docs.download.directory} -->
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>exec-maven-plugin</artifactId>
-                        <version>1.1.1</version>
-                        <inherited>false</inherited>
-                        <executions>
-                            <execution>
-                                <id>fetch-docs</id>
-                                <phase>generate-resources</phase>
-                                <goals>
-                                    <goal>exec</goal>
-                                </goals>
-                                <configuration>
-                                    <executable>wget</executable>
-                                    <arguments>
-                                        <argument>--directory-prefix=${docs.download.directory}</argument>
-                                        <argument>--domains=chemistry.apache.org</argument>
-                                        <argument>--mirror</argument>
-                                        <argument>-k</argument>
-                                        <argument>-np</argument>
-                                        <argument>--include-directories=/java/</argument>
-                                        <argument>--exclude-directories=/java/0.4.0/maven/,/java/0.5.0/maven/,/java/0.6.0/maven/,/java/0.7.0/maven/</argument>
-                                        <argument>${docs.start.url}</argument>
-                                    </arguments>
-                                    <successCodes>
-                                        <successCode>8</successCode>
-                                    </successCodes>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
                         <inherited>false</inherited>
@@ -180,9 +148,6 @@
                                         <descriptor>
                                             src/main/assembly/server-webapps-assembly.xml
                                         </descriptor>
-                                        <descriptor>
-                                            src/main/assembly/docs-assembly.xml
-                                        </descriptor>
                                     </descriptors>
                                 </configuration>
                             </execution>