Author: erodriguez Date: Mon Dec 27 08:20:49 2004 New Revision: 123425 URL: http://svn.apache.org/viewcvs?view=rev&rev=123425 Log: Basic maven setup. Added: incubator/directory/changepw/trunk/core/project.xml incubator/directory/changepw/trunk/project.properties incubator/directory/changepw/trunk/project.xml
Added: incubator/directory/changepw/trunk/core/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/changepw/trunk/core/project.xml?view=auto&rev=123425 ============================================================================== --- (empty file) +++ incubator/directory/changepw/trunk/core/project.xml Mon Dec 27 08:20:49 2004 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project> + <extend>${basedir}/../project.xml</extend> + <pomVersion>1</pomVersion> + <artifactId>changepw-core</artifactId> + <groupId>incubator-directory</groupId> + <id>changepw-core</id> + <name>Change Password Server Core</name> + <package>org.apache.kerberos.changepw</package> + <inceptionYear>2004</inceptionYear> + <shortDescription>The Apache Change Password Server Core</shortDescription> + <description> + An RFC 3244 Change Password protocol server. + </description> + <dependencies> + <dependency> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk14</artifactId> + <version>124</version> + </dependency> + <dependency> + <groupId>incubator-directory</groupId> + <artifactId>ldap-common</artifactId> + <version>0.8-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>incubator-directory</groupId> + <artifactId>kerberos-core</artifactId> + <version>0.4-SNAPSHOT</version> + </dependency> + </dependencies> +</project> + Added: incubator/directory/changepw/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/changepw/trunk/project.properties?view=auto&rev=123425 ============================================================================== --- (empty file) +++ incubator/directory/changepw/trunk/project.properties Mon Dec 27 08:20:49 2004 @@ -0,0 +1,18 @@ +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory +maven.license.licenseFile=../../LICENSE.txt +maven.xdoc.date=left +maven.xdoc.includeProjectDocumentation=no +maven.xdoc.poweredby.image= + +# +# remote repository properties +# + +maven.repo.remote=http://cvs.apache.org/repository, http://ibiblio.org/maven +maven.multiproject.includes=*/project.xml +maven.repo.list=apachecvs +maven.repo.apachecvs=scp://cvs.apache.org +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository +maven.repo.apachecvs.group=apcvs + + Added: incubator/directory/changepw/trunk/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/changepw/trunk/project.xml?view=auto&rev=123425 ============================================================================== --- (empty file) +++ incubator/directory/changepw/trunk/project.xml Mon Dec 27 08:20:49 2004 @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project> + <groupId>incubator-directory</groupId> + <id>changepw-parent</id> + <name>Apache Change Password Server</name> + <version>SNAPSHOT</version> + <currentVersion>0.4-SNAPSHOT</currentVersion> + + <organization> + <name>The Apache Incubator</name> + <url>http://incubator.apache.org</url> + <logo>http://incubator.apache.org/directory/images/apache-incubator-logo.png</logo> + </organization> + + <inceptionYear>2004</inceptionYear> + <package>org.apache.kerberos.changepw</package> + + <issueTrackingUrl>http://nagoya.apache.org/jira/browse/DIRKERBEROS</issueTrackingUrl> + + <logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo> + <url>http://incubator.apache.org/directory/subprojects/kerberos</url> + + <gumpRepositoryId>apache-incubator-svn</gumpRepositoryId> + + <repository> + <connection> + scm:svn:http://cvs.apache.org/repos/asf/incubator:directory/changepw/trunk/${pom.artifactId} + </connection> + + <url> + http://cvs.apache.org/viewcvs.cgi/incubator/directory/changepw/trunk/${pom.artifactId}/?root=Apache-SVN + </url> + + <developerConnection> + https://cvs.apache.org/repos/asf/incubator:directory/changepw/trunk/${pom.artifactId} + </developerConnection> + </repository> + + <shortDescription>RFC 3244 Change Password Server</shortDescription> + + <description> + An embeddable RFC 3244 Change Password and Set Password protocol server. + </description> + + <mailingLists> + <mailingList> + <name>Apache Directory Development - use [kerberos] prefix</name> + <subscribe> + [EMAIL PROTECTED] + </subscribe> + <unsubscribe> + [EMAIL PROTECTED] + </unsubscribe> + <archive> + http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181 + </archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>Apache 1.1 License</name> + <url> + http://cvs.apache.org/viewcvs.cgi/incubator/directory/LICENSE.txt?rev=1369&root=Apache-SVN&view=markup + </url> + <distribution>repo</distribution> + </license> + </licenses> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <url>http://junit.org</url> + </dependency> + </dependencies> + + <build> + <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress> + <sourceDirectory>${basedir}/src/java</sourceDirectory> + <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> + <integrationUnitTestSourceDirectory/> + <aspectSourceDirectory/> + + <unitTest> + <includes> + <include>**/*Test*</include> + <include>**/*TestCase*</include> + </includes> + + <excludes> + <exclude>**/Abstract*Test*</exclude> + <exclude>**/*TestUtils*</exclude> + </excludes> + + <resources> + <resource> + <directory>${basedir}/src/test</directory> + <includes> + <include>**/*.dtd</include> + <include>**/*.ldif</include> + <include>**/*.properties</include> + <include>**/*.x*</include> + <include>**/*.mf</include> + <include>**/*.jar</include> + </includes> + </resource> + + <resource> + <directory>${basedir}/src/test</directory> + <includes> + <include>**/*.dtd</include> + <include>**/*.ldif</include> + <include>**/*.properties</include> + <include>**/*.x*</include> + <include>**/*.mf</include> + <include>**/*.jar</include> + </includes> + </resource> + </resources> + </unitTest> + + <resources> + <resource> + <directory>${basedir}/src/java</directory> + <includes> + <include>**/*.dtd</include> + <include>**/*.properties</include> + <include>**/*.ldif</include> + <include>**/*.x*</include> + </includes> + </resource> + + <resource> + <directory>${basedir}/etc</directory> + <targetPath>org/apache/kerberos/changepw</targetPath> + <includes> + <include>*.properties</include> + </includes> + </resource> + </resources> + <jars></jars> + </build> +</project> +
