Update of /var/cvs/applications/taglib
In directory james.mmbase.org:/tmp/cvs-serv7434/applications/taglib
Modified Files:
pom.xml
Log Message:
Improvements for the multiproject build
Kick off a full build inside /maven
See also: http://cvs.mmbase.org/viewcvs/applications/taglib
Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/taglib/pom.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- pom.xml 19 Feb 2009 16:22:46 -0000 1.9
+++ pom.xml 8 Mar 2009 18:12:49 -0000 1.10
@@ -1,22 +1,40 @@
-<?xml version="1.0"?>
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mmbase</groupId>
<artifactId>mmbase-application-parent</artifactId>
- <version>1.9</version>
- <relativePath>../app-base/pom.xml</relativePath>
+ <version>1.9-SNAPSHOT</version>
</parent>
<artifactId>mmbase-taglib</artifactId>
<name>MMBase Taglib</name>
- <version>${mmbase.version}</version>
<packaging>war</packaging>
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>examples-assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<executions>
@@ -67,7 +85,6 @@
</transformationSet>
-->
</transformationSets>
-
</configuration>
</plugin>
</plugins>
@@ -77,22 +94,19 @@
<dependency>
<groupId>org.mmbase</groupId>
<artifactId>mmbase-resources</artifactId>
- <version>${mmbase.version}</version>
+ <version>${project.version}</version>
<classifier>classes</classifier>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
</dependency>
-
</dependencies>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs