Author: reto
Date: Mon Mar 8 15:03:49 2010
New Revision: 920342
URL: http://svn.apache.org/viewvc?rev=920342&view=rev
Log:
removed yuicompression from parent and added to selected individual projects
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/pom.xml
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.scripts/pom.xml
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/pom.xml
incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/pom.xml?rev=920342&r1=920341&r2=920342&view=diff
==============================================================================
---
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/pom.xml
(original)
+++
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.content/pom.xml
Mon Mar 8 15:03:49 2010
@@ -91,4 +91,12 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>net.sf.alchim</groupId>
+
<artifactId>yuicompressor-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.scripts/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.scripts/pom.xml?rev=920342&r1=920341&r2=920342&view=diff
==============================================================================
---
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.scripts/pom.xml
(original)
+++
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.scripts/pom.xml
Mon Mar 8 15:03:49 2010
@@ -36,4 +36,12 @@
<artifactId>org.apache.clerezza.web.fileserver</artifactId>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>net.sf.alchim</groupId>
+
<artifactId>yuicompressor-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/pom.xml?rev=920342&r1=920341&r2=920342&view=diff
==============================================================================
---
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/pom.xml
(original)
+++
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/pom.xml
Mon Mar 8 15:03:49 2010
@@ -60,6 +60,10 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>net.sf.alchim</groupId>
+
<artifactId>yuicompressor-maven-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>
\ No newline at end of file
Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=920342&r1=920341&r2=920342&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Mon Mar 8
15:03:49 2010
@@ -237,6 +237,32 @@
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>0.7.1</version>
+ <executions>
+ <execution>
+ <goals>
+
<goal>compress</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <!-- actually anything but js
and css, this is awkward.
+ plugin developer contacted -->
+ <excludes>
+ <exclude>
+ **/*.jar
+ </exclude>
+ <exclude>
+ **/*.txt
+ </exclude>
+ <exclude>
+ **/*.properties
+ </exclude>
+ <exclude>
+ **/*.xml
+ </exclude>
+ </excludes>
+ <nosuffix>true</nosuffix>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>
@@ -285,36 +311,11 @@
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
</plugin>
+ <!-- too much side effects on unrelated stuff
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>compress</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <!-- actually anything but js and css,
this is awkward
- plugin developer contacted -->
- <excludes>
- <exclude>
- **/*.jar
- </exclude>
- <exclude>
- **/*.txt
- </exclude>
- <exclude>
- **/*.properties
- </exclude>
- <exclude>
- **/*.xml
- </exclude>
- </excludes>
- <nosuffix>true</nosuffix>
- </configuration>
- </plugin>
+ </plugin> -->
</plugins>
<resources>
<resource>