Author: ehillenius
Date: Sun Feb 25 15:03:26 2007
New Revision: 511650

URL: http://svn.apache.org/viewvc?view=rev&rev=511650
Log:
pom fix

Modified:
    incubator/wicket/trunk/wicket-datetime/pom.xml

Modified: incubator/wicket/trunk/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-datetime/pom.xml?view=diff&rev=511650&r1=511649&r2=511650
==============================================================================
--- incubator/wicket/trunk/wicket-datetime/pom.xml (original)
+++ incubator/wicket/trunk/wicket-datetime/pom.xml Sun Feb 25 15:03:26 2007
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -20,36 +19,143 @@
        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.wicket</groupId>
-               <artifactId>wicket-parent</artifactId>
-               <version>2.0-SNAPSHOT</version>
-               <relativePath>../wicket-parent</relativePath>
-       </parent>
-
+       <groupId>wicket</groupId>
        <artifactId>wicket-datetime</artifactId>
        <packaging>jar</packaging>
-
+       <version>2.0-SNAPSHOT</version>
        <name>Wicket Date/Time</name>
-       <description>Date/Time components and utilities for Wicket</description>
-
+       <description>
+               Date/Time components and utilities for Wicket
+       </description>
+       <url>http://wicket.sourceforge.net/wicket-datetime</url>
+       <inceptionYear>2005</inceptionYear>
+
+       <organization>
+               <name>Wicket developers</name>
+               <url>http://wicket.sourceforge.net</url>
+       </organization>
+
+       <licenses>
+               <license>
+                       <name>The Apache Software License, Version 2.0</name>
+                       
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
+
+       <issueManagement>
+               <url>http://sourceforge.net/tracker/?group_id=119783</url>
+       </issueManagement>
+
+
+       <scm>
+               
<connection>scm:svn:https://svn.sourceforge.net/svnroot/wicket/trunk/wicket-datetime</connection>
+               
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wicket/trunk/wicket-datetime</developerConnection>
+               
<url>http://svn.sourceforge.net/viewcvs.py/wicket/trunk/wicket-datetime</url>
+       </scm>
+
+       <mailingLists>
+               <mailingList>
+                       <name>Wicket Announcements List</name>
+                       
<subscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-announce</subscribe>
+                       
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-announce</unsubscribe>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum=wicket-announce</archive>
+               </mailingList>
+               <mailingList>
+                       <name>Wicket User List</name>
+                       
<subscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-user</subscribe>
+                       
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-user</unsubscribe>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum=wicket-user</archive>
+               </mailingList>
+               <mailingList>
+                       <name>Wicket Development List</name>
+                       
<subscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-develop</subscribe>
+                       
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-develop</unsubscribe>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum=wicket-develop</archive>
+               </mailingList>
+               <mailingList>
+                       <name>Wicket CVS commit List</name>
+                       
<subscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-autocvs</subscribe>
+                       
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-autocvs</unsubscribe>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum=wicket-autocvs</archive>
+               </mailingList>
+               <mailingList>
+                       <name>Wicket automated builds List</name>
+                       
<subscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-builds</subscribe>
+                       
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/wicket-builds</unsubscribe>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum=wicket-builds</archive>
+               </mailingList>
+       </mailingLists>
+
+       <developers>
+               <developer>
+                       <name>Eelco Hillenius</name>
+                       <id>Eelco</id>
+                       <email>eelco12 at users.sf.net</email>
+               </developer>
+       </developers>
        <dependencies>
                <dependency>
-                       <groupId>org.apache.wicket</groupId>
+                       <groupId>wicket</groupId>
                        <artifactId>wicket</artifactId>
+                       <version>2.0-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket-extensions</artifactId>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>servlet-api</artifactId>
+                       <version>2.3</version>
+                       <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>joda-time</groupId>
-                       <artifactId>joda-time</artifactId>
-                       <version>1.4</version>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>           
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-log4j12</artifactId>
+                       <version>1.1.0</version>
+                       <optional>true</optional>
+                       <scope>provided</scope>
                </dependency>
+                <dependency>
+                        <groupId>log4j</groupId>
+                        <artifactId>log4j</artifactId>
+                        <version>1.2.13</version>
+                        <type>jar</type>
+                        <optional>true</optional>
+                        <scope>provided</scope>
+                </dependency>
        </dependencies>
 
        <build>
+               <resources>
+                       <resource>
+                               <filtering>false</filtering>
+                               <directory>src/main/java</directory>
+                               <includes>
+                                       <include>**/*</include>
+                               </includes>
+                               <excludes>
+                                       <exclude>**/*.java</exclude>
+                               </excludes>
+                       </resource>
+               </resources>
+
+               <testResources>
+                       <testResource>
+                               <filtering>false</filtering>
+                               <directory>src/test/java</directory>
+                               <includes>
+                                       <include>**/*</include>
+                               </includes>
+                               <excludes>
+                                       <exclude>**/*.java</exclude>
+                               </excludes>
+                       </testResource>
+               </testResources>
+
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -60,36 +166,76 @@
                                </configuration>
                        </plugin>
                        <plugin>
+                               <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <minmemory>128m</minmemory>
+                                       <maxmemory>256m</maxmemory>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>attach-sources</id>
+                                               <goals>
+                                                       <goal>jar</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
                        </plugin>
                        <plugin>
+                               <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <artifactId>maven-source-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>attach-sources</id>
+                                               <goals>
+                                                       <goal>jar</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       
<appendAssemblyId>false</appendAssemblyId>
+                                       
<descriptor>src/assembly/bin.xml</descriptor>
+                                       
<finalName>${artifactId}-${version}</finalName>
+                                       
<outputDirectory>target/distributions</outputDirectory>
+                                       
<workDirectory>target/assembly/work</workDirectory>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
+                               <configuration>
+                                       
<templateDirectory>file:src/site/template/</templateDirectory>
+                                       <template>wicket-site.vm</template>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.1.3</version>
+                               <artifactId>maven-javadoc-plugin</artifactId>
                        </plugin>
+               </plugins>
+       </build>
+       <reporting>
+               <plugins>
                        <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               
<artifactId>surefire-report-maven-plugin</artifactId>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
                        </plugin>
                </plugins>
-       </build>
+       </reporting>
        <distributionManagement>
                <site>
                        <id>wicket-site</id>
-                       
<url>scpexe://shell.sourceforge.net/home/groups/w/wi/wicket/htdocs/wicket-datetime</url>
+                       
<url>scpexe://shell.sourceforge.net/home/groups/w/wi/wicket/htdocs/wicket-auth</url>
                </site>
                <repository>
                        <id>wicket-repo</id>


Reply via email to