forked from phoedos/pmd
Maven build system
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2857 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
3
pmd-swingui/.cvsignore
Executable file
3
pmd-swingui/.cvsignore
Executable file
@ -0,0 +1,3 @@
|
||||
build.properties
|
||||
target
|
||||
velocity.log
|
@ -1,2 +1,35 @@
|
||||
http://www.cougaar.org/documents/license.html
|
||||
Cougaar Open Source License
|
||||
|
||||
The Cougaar Open Source License (COSL) is a modified version of the OSI approved
|
||||
BSD License. Modifications are highlighted.
|
||||
|
||||
COSL License :
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the original author's copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the original author's copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. The end-user documentation included with the redistribution, if any, must
|
||||
include the following acknowledgement: "This product includes software developed
|
||||
in part by support from the Defense Advanced Research Project Agency (DARPA)."
|
||||
|
||||
4. Neither the name of the DARPA nor the names of its contributors may be used
|
||||
to endorse or promote products derived from this software without specific prior
|
||||
written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
10
pmd-swingui/project.properties
Executable file
10
pmd-swingui/project.properties
Executable file
@ -0,0 +1,10 @@
|
||||
maven.compile.encoding = utf8
|
||||
maven.compile.source = 1.4
|
||||
maven.compile.target = 1.4
|
||||
maven.docs.outputencoding = UTF-8
|
||||
maven.jalopy.fileFormat = UNIX
|
||||
maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
|
||||
maven.jar.mainclass = net.sourceforge.pmd.swingui.PMDViewer
|
||||
maven.pmd.enable = true
|
||||
maven.pmd.cpd.enable = true
|
||||
maven.uberjar.main = net.sourceforge.pmd.swingui.PMDViewer
|
97
pmd-swingui/project.xml
Executable file
97
pmd-swingui/project.xml
Executable file
@ -0,0 +1,97 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>pmd-swingui</id>
|
||||
<name>PMD Swing UI</name>
|
||||
<groupId>pmd</groupId>
|
||||
<currentVersion>0.1</currentVersion>
|
||||
<organization>
|
||||
<name>Project Ultra*Log @ DARPA</name>
|
||||
<url>http://pmd.sourceforge.net/</url>
|
||||
<logo>http://sourceforge.net/sflogo.php?group_id=56262&type=5</logo>
|
||||
</organization>
|
||||
<inceptionYear>2002</inceptionYear>
|
||||
<package>net.sourceforge.pmd.swingui</package>
|
||||
<logo>images/pmd_logo_small.jpg</logo>
|
||||
<gumpRepositoryId>pmd-swingui</gumpRepositoryId>
|
||||
<description>PMD Swing UI provides a Swing user interface to use the PMD
|
||||
programming mistake detector.</description>
|
||||
<shortDescription>PMD Swing UI is an interface to PMD.</shortDescription>
|
||||
<url>http://pmd.sourceforge.net/</url>
|
||||
<issueTrackingUrl>http://www.sourceforge.net/tracker/?group_id=56262</issueTrackingUrl>
|
||||
<siteAddress>shell.sourceforge.net</siteAddress>
|
||||
<siteDirectory>/home/groups/p/pmd/htdocs/swingui/</siteDirectory>
|
||||
<distributionSite>shell.sourceforge.net</distributionSite>
|
||||
<distributionDirectory>/home/groups/p/pm/pmd/</distributionDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pmd:pmd-swingui</connection>
|
||||
<developerConnection>scm:cvs:ext:username@cvs.sourceforge.net:/cvsroot/pmd:pmd-swingui</developerConnection>
|
||||
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pmd/pmd-swingui</url>
|
||||
</repository>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>pmd-devel</name>
|
||||
<subscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</subscribe>
|
||||
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</unsubscribe>
|
||||
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9890</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Brant Gurganus</name>
|
||||
<id>brantgurga</id>
|
||||
<email>brantgurga@users.sourceforge.net</email>
|
||||
<roles>
|
||||
<role>Maintainer</role>
|
||||
</roles>
|
||||
<url>http://www.rose-hulman.edu/~gurganbl/</url>
|
||||
<timezone>-5</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Donald A. Leckie</name>
|
||||
<id>donleckie</id>
|
||||
<email>donleckie@users.sourceforge.net</email>
|
||||
<roles>
|
||||
<role>Creator</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Cougaar Open Source License</name>
|
||||
<url>http://cougaar.org/docman/view.php/7/138/license.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>pmd</groupId>
|
||||
<artifactId>pmd</artifactId>
|
||||
<version>1.9</version>
|
||||
<url>http://pmd.sourceforge.net/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jaxen</groupId>
|
||||
<artifactId>jaxen</artifactId>
|
||||
<version>1.1-beta-4</version>
|
||||
<url>http://jaxen.sourceforge.net/</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<nagEmailAddress>brantgurga@users.sourceforge.net</nagEmailAddress>
|
||||
<sourceDirectory>src/</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>resources</directory>
|
||||
<includes>
|
||||
<include>**/*.gif</include>
|
||||
<include>**/*.properties</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
<reports>
|
||||
<report>maven-pmd-plugin</report>
|
||||
</reports>
|
||||
</project>
|
Reference in New Issue
Block a user