Author: felixk
Date: Sun May 30 10:20:34 2010
New Revision: 949499
URL: http://svn.apache.org/viewvc?rev=949499&view=rev
Log:
Renaming
Modified:
directory/buildtools/trunk/checkstyle/ (props changed)
directory/buildtools/trunk/checkstyle/pom.xml
Propchange: directory/buildtools/trunk/checkstyle/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun May 30 10:20:34 2010
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project
Modified: directory/buildtools/trunk/checkstyle/pom.xml
URL: http://svn.apache.org/viewvc/directory/buildtools/trunk/checkstyle/pom.xml?rev=949499&r1=949498&r2=949499&view=diff
==============================================================================
--- directory/buildtools/trunk/checkstyle/pom.xml (original)
+++ directory/buildtools/trunk/checkstyle/pom.xml Sun May 30 10:20:34 2010
@@ -27,14 +27,33 @@
<version>17</version>
</parent>
- <groupId>org.apache.directory</groupId>
- <artifactId>build-tools</artifactId>
- <name>Apache Directory build tools</name>
+ <groupId>org.apache.directory.buildtools</groupId>
+ <artifactId>directory-checkstyle</artifactId>
+ <name>Apache Directory Checkstyle Configuration</name>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<description>
- Build tools, checkstyle configuration.
+ Customized checkstyle configuration used by the maven-checkstyle-plugin.
</description>
+
+ <distributionManagement>
+ <site>
+ <id>apache.directory.buildtools.checkstyle</id>
+ <url>${distMgmtSiteUrl}</url>
+ </site>
+ </distributionManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/DIR</url>
+ </issueManagement>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/trunk/checkstyle</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/trunk/checkstyle</developerConnection>
+ <url>http://svn.apache.org/viewvc/directory/buildtools/trunk/checkstyle</url>
+ </scm>
+
</project>
|