You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2012/09/15 17:51:10 UTC

svn commit: r1385096 - in /cayenne/main/branches/STABLE-3.1: build-tools/maven-cayenne-doc-plugin/ build-tools/pom.xml docs/doc/pom.xml

Author: aadamchik
Date: Sat Sep 15 15:51:10 2012
New Revision: 1385096

URL: http://svn.apache.org/viewvc?rev=1385096&view=rev
Log:
removing confluence docs import functionality

Removed:
    cayenne/main/branches/STABLE-3.1/build-tools/maven-cayenne-doc-plugin/
Modified:
    cayenne/main/branches/STABLE-3.1/build-tools/pom.xml
    cayenne/main/branches/STABLE-3.1/docs/doc/pom.xml

Modified: cayenne/main/branches/STABLE-3.1/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/build-tools/pom.xml?rev=1385096&r1=1385095&r2=1385096&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/build-tools/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.1/build-tools/pom.xml Sat Sep 15 15:51:10 2012
@@ -35,7 +35,6 @@
 	<modules>
 		<module>cayenne-test-utilities</module>
 		<module>maven-cayenne-build-plugin</module>
-		<module>maven-cayenne-doc-plugin</module>
 	</modules>
 	
 	<build>

Modified: cayenne/main/branches/STABLE-3.1/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/docs/doc/pom.xml?rev=1385096&r1=1385095&r2=1385096&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/docs/doc/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.1/docs/doc/pom.xml Sat Sep 15 15:51:10 2012
@@ -219,34 +219,4 @@
 			</plugin>
 		</plugins>
 	</build>
-
-	<!--  Optionally update docs from Wiki -->
-	<profiles>
-		<profile>
-			<id>wiki-docs</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.cayenne.build-tools</groupId>
-						<artifactId>maven-cayenne-doc-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>docs</id>
-								<phase>generate-resources</phase>
-								<goals>
-									<goal>confluence-export</goal>
-								</goals>
-								<configuration>
-									<outputDirectory>src/main/resources/doc</outputDirectory>
-									<baseUrl>https://cwiki.apache.org/confluence/</baseUrl>
-									<startPage>Documentation</startPage>
-									<spaceName>CAYDOC</spaceName>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
 </project>