Author: hboutemy
Date: Mon Mar 31 20:48:55 2014
New Revision: 1583456

URL: http://svn.apache.org/r1583456
Log:
pom cleanup

Modified:
    maven/skins/trunk/maven-application-skin/pom.xml
    maven/skins/trunk/maven-classic-skin/pom.xml
    maven/skins/trunk/maven-default-skin/pom.xml
    maven/skins/trunk/maven-fluido-skin/pom.xml
    maven/skins/trunk/maven-stylus-skin/pom.xml

Modified: maven/skins/trunk/maven-application-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-application-skin/pom.xml?rev=1583456&r1=1583455&r2=1583456&view=diff
==============================================================================
--- maven/skins/trunk/maven-application-skin/pom.xml (original)
+++ maven/skins/trunk/maven-application-skin/pom.xml Mon Mar 31 20:48:55 2014
@@ -51,10 +51,6 @@ under the License.
     </site>
   </distributionManagement>
 
-  <properties>
-    
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
-  </properties>
-
   <profiles>
     <profile>
       <id>run-its</id>

Modified: maven/skins/trunk/maven-classic-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-classic-skin/pom.xml?rev=1583456&r1=1583455&r2=1583456&view=diff
==============================================================================
--- maven/skins/trunk/maven-classic-skin/pom.xml (original)
+++ maven/skins/trunk/maven-classic-skin/pom.xml Mon Mar 31 20:48:55 2014
@@ -51,10 +51,6 @@ under the License.
     </site>
   </distributionManagement>
 
-  <properties>
-    
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
-  </properties>
-
   <profiles>
     <profile>
       <id>run-its</id>

Modified: maven/skins/trunk/maven-default-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/pom.xml?rev=1583456&r1=1583455&r2=1583456&view=diff
==============================================================================
--- maven/skins/trunk/maven-default-skin/pom.xml (original)
+++ maven/skins/trunk/maven-default-skin/pom.xml Mon Mar 31 20:48:55 2014
@@ -51,10 +51,6 @@ under the License.
     </site>
   </distributionManagement>
 
-  <properties>
-    
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
-  </properties>
-
   <profiles>
     <profile>
       <id>run-its</id>

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1583456&r1=1583455&r2=1583456&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Mon Mar 31 20:48:55 2014
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project 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";>
+<project 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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -91,7 +91,6 @@
   <properties>
     <bootstrap.version>3.0.2</bootstrap.version>
     <jquery.version>1.10.2</jquery.version>
-    <maven.site.path>skins-archives/maven-fluido-skin-LATEST</maven.site.path>
   </properties>
 
   <build>

Modified: maven/skins/trunk/maven-stylus-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/pom.xml?rev=1583456&r1=1583455&r2=1583456&view=diff
==============================================================================
--- maven/skins/trunk/maven-stylus-skin/pom.xml (original)
+++ maven/skins/trunk/maven-stylus-skin/pom.xml Mon Mar 31 20:48:55 2014
@@ -51,10 +51,6 @@ under the License.
     </site>
   </distributionManagement>
 
-  <properties>
-    
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
-  </properties>
-
   <build>
     <resources>
     
@@ -72,9 +68,8 @@ under the License.
           <exclude>META-INF/maven/site.vm</exclude>
         </excludes>
       </resource>
-      
     </resources>
-    
+
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


Reply via email to