You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/17 12:23:57 UTC

svn commit: r1185093 - in /james/skin/trunk: pom.xml src/site/apt/index.apt src/site/site.xml

Author: felixk
Date: Mon Oct 17 10:23:57 2011
New Revision: 1185093

URL: http://svn.apache.org/viewvc?rev=1185093&view=rev
Log:
See JAMES-1334
- Rename artifact from maven-skin to james-skin (keep existing version)
- Replace parent pom reference
- Cleanup pom and add needed definitions
- It's no longer a Maven2 skin

Modified:
    james/skin/trunk/pom.xml
    james/skin/trunk/src/site/apt/index.apt
    james/skin/trunk/src/site/site.xml

Modified: james/skin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/skin/trunk/pom.xml?rev=1185093&r1=1185092&r2=1185093&view=diff
==============================================================================
--- james/skin/trunk/pom.xml (original)
+++ james/skin/trunk/pom.xml Mon Oct 17 10:23:57 2011
@@ -21,58 +21,88 @@
     xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
-        <groupId>org.apache.james</groupId>
-        <artifactId>james-parent</artifactId>
-        <version>1.7-SNAPSHOT</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>10</version>
+        <relativePath></relativePath>
     </parent>
+
     <groupId>org.apache.james</groupId>
-    <artifactId>maven-skin</artifactId>
+    <artifactId>james-skin</artifactId>
+    <version>2.0-SNAPSHOT</version>
+
     <name>Apache James Skin</name>
-    <description>The Apache James Official Maven2/3 Site Skin</description>
-    <url>http://james.apache.org/maven-skin/</url>
+    <description>The Apache James Official Maven3 Site Skin</description>
+    <url>http://james.apache.org/james-skin/</url>
+
+    <mailingLists>
+        <mailingList>
+            <name>James Website Development</name>
+            <subscribe>server-dev-subscribe@james.apache.org</subscribe>
+            <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
+            <post>server-dev@james.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
+        </mailingList>
+    </mailingLists>
+
+    <prerequisites>
+        <maven>3.0.2</maven>
+    </prerequisites>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/james/skin/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/skin/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/james/skin/trunk/</url>
+    </scm>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/JAMES</url>
+    </issueManagement>
+
+    <ciManagement>
+        <system>Jenkins</system>
+        <url>https://builds.apache.org/</url>
+    </ciManagement>
 
     <distributionManagement>
+        <!-- Each project must override this with their own -->
         <site>
-            <id>maven-skin-website</id>
-            <url>scp://people.apache.org/www/james.apache.org/maven-skin</url>
+            <id>james-skin-website</id>
+            <url>scp://people.apache.org/www/james.apache.org/james-skin</url>
         </site>
     </distributionManagement>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.0-beta-3</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.3.1</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-descriptor</id>
+                        <goals>
+                            <goal>attach-descriptor</goal>
+                        </goals>
+                    </execution>
+                </executions>
                 <configuration>
                     <reportPlugins>
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-project-info-reports-plugin</artifactId>
+                            <version>2.4</version>
                             <reports>
-                                <report>distribution-management</report>
                                 <report>index</report>
                                 <report>issue-tracking</report>
+                                <report>distribution-management</report>
                                 <report>license</report>
                                 <report>mailing-list</report>
-                                <report>project-team</report>
                                 <report>scm</report>
-                                <report>summary</report>
                             </reports>
                         </plugin>
                     </reportPlugins>

Modified: james/skin/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/james/skin/trunk/src/site/apt/index.apt?rev=1185093&r1=1185092&r2=1185093&view=diff
==============================================================================
--- james/skin/trunk/src/site/apt/index.apt (original)
+++ james/skin/trunk/src/site/apt/index.apt Mon Oct 17 10:23:57 2011
@@ -26,7 +26,7 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Apache JAMES Official Maven2/3 Site Skin
+Apache JAMES Official Maven3 Site Skin
 
   Avoid problems
   
@@ -45,7 +45,7 @@ Apache JAMES Official Maven2/3 Site Skin
     
     <<Note>>
     
-    When a project logo changes then it must also be added/changed in this maven-skin.
+    When a project logo changes then it must also be added/changed in this james-skin.
    
     <<A correct definition could look like>>
 

Modified: james/skin/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/skin/trunk/src/site/site.xml?rev=1185093&r1=1185092&r2=1185093&view=diff
==============================================================================
--- james/skin/trunk/src/site/site.xml (original)
+++ james/skin/trunk/src/site/site.xml Mon Oct 17 10:23:57 2011
@@ -21,7 +21,7 @@
 
     <skin>
         <groupId>org.apache.james</groupId>
-        <artifactId>maven-skin</artifactId>
+        <artifactId>james-skin</artifactId>
         <version>1.7-SNAPSHOT</version>
     </skin>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org