Author: michiel
Date: 2009-09-08 23:26:27 +0200 (Tue, 08 Sep 2009)
New Revision: 38525

Modified:
   mmbase/trunk/applications/pom.xml
Log:


Modified: mmbase/trunk/applications/pom.xml
===================================================================
--- mmbase/trunk/applications/pom.xml   2009-09-08 21:25:37 UTC (rev 38524)
+++ mmbase/trunk/applications/pom.xml   2009-09-08 21:26:27 UTC (rev 38525)
@@ -10,7 +10,7 @@
     <relativePath>../maven-base/pom.xml</relativePath>
   </parent>
 
-  <artifactId>mmbase-application-parent</artifactId>
+  <artifactId>mmbase-applications</artifactId>
   <packaging>pom</packaging>
   <name>MMBase Applications</name>
   <version>1.9-SNAPSHOT</version>
@@ -20,67 +20,10 @@
     This would normally contain at least a 'component', but it can e.g. also 
be only a security implementation.
    </description>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.mmbase</groupId>
-      <artifactId>mmbase</artifactId>
-      <version>${mmbase.version}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>${jsp.groupId}</groupId>
-      <artifactId>jsp-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-  </dependencies>
-
   <scm>
     <url>https://scm.mmbase.org/mmbase/trunk/applications/</url>
   </scm>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-war-plugin</artifactId>
-        <configuration>
-          <failOnMissingWebXml>false</failOnMissingWebXml>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.mmbase.maven</groupId>
-        <artifactId>maven-mmbase-plugin</artifactId>
-        <version>1.9-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>create-index-files</id>
-            <goals>
-              <goal>create-index-files</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>copy-web-resources</id>
-            <goals>
-              <goal>install-resources</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-
   <profiles>
     <profile>
       <id>mmapplications_all</id>
@@ -159,26 +102,6 @@
         <module>oscache-cache</module>
       </modules>
     </profile>
-
-    <profile>
-      <id>deploy</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-javadocs</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-      </profile>
   </profiles>
 
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to