Menu

[b24211]: / pmd-rx / project.xml  Maximize  Restore  History

Download this file

144 lines (119 with data), 3.7 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0"?>
<project>
<pomVersion>3</pomVersion>
<id>pmd-Rx</id>
<name>PMD Rx</name>
<currentVersion>dev</currentVersion>
<logo>images/pmd_logo_small.jpg</logo>
<organization>
<name>DARPA</name>
<url>http://pmd.sourceforge.net/</url>
<logo>http://sourceforge.net/sflogo.php?group_id=56262&amp;type=5</logo>
</organization>
<inceptionYear>2002</inceptionYear>
<package>net.sourceforge.pmd.rx</package>
<description>
<![CDATA[
PMD Rx is an attempt to define Code Smell rules using an Expert
System, rather than coding in Java. Having this level of rules, should
allow us to work with major refactorings, and identify when work needs
to happen.
]]>
</description>
<shortDescription>PMD Rx</shortDescription>
<url>http://pmd.sourceforge.net/</url>
<issueTrackingUrl>http://www.sourceforge.net/tracker/?group_id=56262</issueTrackingUrl>
<siteAddress>pmd.sourceforge.net</siteAddress>
<siteDirectory>/home/groups/p/pm/pmd/htdocs</siteDirectory>
<distributionDirectory>/home/groups/p/pm/pmd/</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anonymous@cvs.pmd.sourceforge.net:/cvsroot/pmd:pmd</connection>
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pmd/</url>
</repository>
<versions>
<version>
<id>dev</id>
<name>dev</name>
<tag>HEAD</tag>
</version>
</versions>
<branches>
</branches>
<mailingLists>
<mailingList>
<name>PMD development</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</unsubscribe>
<archive>http://www.geocrawler.com/lists/3/SourceForge/23403/0/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Tom Copeland</name>
<id>tomcopeland</id>
<email>tom@infoether.com</email>
<roles>
<role>Admin</role>
</roles>
</developer>
<developer>
<name>David Dixon-Peugh</name>
<id>dpeugh</id>
<email>ddp@apache.org</email>
<organization>Lockheed Martin Corporation</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<name>David Craine</name>
<id>dcraine</id>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Damian ONeill</name>
</contributor>
<contributor>
<name>Rich Kilmer</name>
</contributor>
<contributor>
<name>Ralph Schaer</name>
</contributor>
</contributors>
<!-- Need to mark these as compile-time/run-time -->
<dependencies>
<dependency>
<name>Drools</name>
<id>drools</id>
<version>2.0-beta-4</version>
<url>http://www.drools.org/</url>
</dependency>
<dependency>
<name>pmd</name>
<id>pmd</id>
<version>0.8</version>
<url>http://pmd.sourceforge.net/</url>
</dependency>
</dependencies>
<build>
<nagEmailAddress>tom@infoether.com</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>regress</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory />
<aspectSourceDirectory></aspectSourceDirectory>
<unitTestPatterns>
<unitTestPattern>include=**/*Test.java</unitTestPattern>
</unitTestPatterns>
<integrationUnitTestPatterns />
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
<jarResources>
</jarResources>
<jars>
</jars>
</build>
</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.