You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/02/09 22:47:10 UTC

svn commit: r1242583 - in /incubator/npanday/trunk: plugins/pom.xml site/pom.xml

Author: brett
Date: Thu Feb  9 22:47:10 2012
New Revision: 1242583

URL: http://svn.apache.org/viewvc?rev=1242583&view=rev
Log:
make apache docs the default

Modified:
    incubator/npanday/trunk/plugins/pom.xml
    incubator/npanday/trunk/site/pom.xml

Modified: incubator/npanday/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1242583&r1=1242582&r2=1242583&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Thu Feb  9 22:47:10 2012
@@ -214,15 +214,6 @@
       </build>
     </profile>
     <profile>
-      <id>apache-docs</id>
-      <distributionManagement>
-        <site>
-          <id>apache.website</id>
-          <url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}/plugins</url>
-        </site>
-      </distributionManagement>
-    </profile>
-    <profile>
       <id>local-docs</id>
       <distributionManagement>
         <site>
@@ -232,4 +223,10 @@
       </distributionManagement>
     </profile>
   </profiles>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}/plugins</url>
+    </site>
+  </distributionManagement>
 </project>

Modified: incubator/npanday/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1242583&r1=1242582&r2=1242583&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Thu Feb  9 22:47:10 2012
@@ -156,15 +156,6 @@ under the License.
       </reporting>
     </profile>
     <profile>
-      <id>apache-docs</id>
-      <distributionManagement>
-        <site>
-          <id>apache.website</id>
-          <url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}</url>
-        </site>
-      </distributionManagement>
-    </profile>
-    <profile>
       <id>local-docs</id>
       <distributionManagement>
         <site>
@@ -174,4 +165,10 @@ under the License.
       </distributionManagement>
     </profile>
   </profiles>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}</url>
+    </site>
+  </distributionManagement>
 </project>