[mud4j-commit] SF.net SVN: mud4j:[164] trunk/mud4j
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2009-04-30 23:44:07
|
Revision: 164
http://mud4j.svn.sourceforge.net/mud4j/?rev=164&view=rev
Author: mpurland
Date: 2009-04-30 23:43:58 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
Updates for mud4j
Modified Paths:
--------------
trunk/mud4j/pom.xml
trunk/mud4j/project.properties
Removed Paths:
-------------
trunk/mud4j/src/site/site.xml
Modified: trunk/mud4j/pom.xml
===================================================================
--- trunk/mud4j/pom.xml 2008-03-12 21:50:26 UTC (rev 163)
+++ trunk/mud4j/pom.xml 2009-04-30 23:43:58 UTC (rev 164)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
@@ -24,6 +23,10 @@
<enabled>false</enabled>
</releases>
</repository>
+ <repository>
+ <id>jboss</id>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -180,23 +183,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
- <!-- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin> -->
+ <!--
+ <plugin> <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changelog-plugin</artifactId> </plugin>
+ -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <configuration>
-
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<!-- Last report -->
@@ -216,7 +212,29 @@
</plugin>
</plugins>
</reporting>
-
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${log4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ </dependencies>
<build>
<plugins>
<plugin>
@@ -268,4 +286,9 @@
</resource>
</resources>
</build>
+ <properties>
+ <junit.version>4.4</junit.version>
+ <log4j.version>1.2.13</log4j.version>
+ <slf4j.version>1.5.0</slf4j.version>
+ </properties>
</project>
\ No newline at end of file
Modified: trunk/mud4j/project.properties
===================================================================
--- trunk/mud4j/project.properties 2008-03-12 21:50:26 UTC (rev 163)
+++ trunk/mud4j/project.properties 2009-04-30 23:43:58 UTC (rev 164)
@@ -31,12 +31,6 @@
# Maven username for deploying site
maven.username=mpurland
-# Properties for the site plugin
-maven.site.deploy.clean=false
-maven.site.deploy.live=true
-maven.site.deploy.method=ssh
-maven.site.failonerror=false
-
# Maven multiproject plugin
maven.multiproject.aggregateDir=projects/
maven.multiproject.basedir=${basedir}/..
@@ -62,13 +56,13 @@
# Generated dashboard xml data file
maven.dashboard.report.xml = ${maven.build.dir}/dashboard-data.xml
-# Generated dashboard main report xdoc file name (without the extension).
-# Note: The value must not include any path as the xdoc will be
+# Generated dashboard main report xdoc file name (without the extension).
+# Note: The value must not include any path as the xdoc will be
# generated in ${maven.gen.docs}.
maven.dashboard.report.xdoc = dashboard-report
-# Generated dashboard legend xdoc file name (without the extension).
-# Note: The value must not include any path as the xdoc will be
+# Generated dashboard legend xdoc file name (without the extension).
+# Note: The value must not include any path as the xdoc will be
# generated in ${maven.gen.docs}.
maven.dashboard.report.legend.xdoc = dashboard-report-legend
@@ -182,7 +176,7 @@
maven.dashboard.aggregator.cloverncloc.description = Number of non-commented lines of code
maven.dashboard.aggregator.cloverncloc.report = clover/index.html
-# Properties for the JUnit Test aggregator
+# Properties for the JUnit Test aggregator
maven.dashboard.aggregator.junittests.script = ${maven.dashboard.aggregators.dir}/junittests.jelly
maven.dashboard.aggregator.junittests.artifact = ${maven.build.dir}/TESTS-TestSuites.xml
maven.dashboard.aggregator.junittests.label = JUnit Tests
@@ -190,7 +184,7 @@
maven.dashboard.aggregator.junittests.description = Number of JUnit tests
maven.dashboard.aggregator.junittests.report = junit-report.html
-# Properties for the JUnit Failures aggregator
+# Properties for the JUnit Failures aggregator
maven.dashboard.aggregator.junitfailures.script = ${maven.dashboard.aggregators.dir}/junitfailures.jelly
maven.dashboard.aggregator.junitfailures.artifact = ${maven.build.dir}/TESTS-TestSuites.xml
maven.dashboard.aggregator.junitfailures.label = JUnit Failures
@@ -198,7 +192,7 @@
maven.dashboard.aggregator.junitfailures.description = Number of JUnit test failures
maven.dashboard.aggregator.junitfailures.report = junit-report.html
-# Properties for the JUnit Errors aggregator
+# Properties for the JUnit Errors aggregator
maven.dashboard.aggregator.juniterrors.script = ${maven.dashboard.aggregators.dir}/juniterrors.jelly
maven.dashboard.aggregator.juniterrors.artifact = ${maven.build.dir}/TESTS-TestSuites.xml
maven.dashboard.aggregator.juniterrors.label = JUnit Errors
@@ -206,7 +200,7 @@
maven.dashboard.aggregator.juniterrors.description = Number of JUnit test errors
maven.dashboard.aggregator.juniterrors.report = junit-report.html
-# Properties for the JUnit Pass Rate aggregator
+# Properties for the JUnit Pass Rate aggregator
maven.dashboard.aggregator.junitpassrate.script = ${maven.dashboard.aggregators.dir}/junitpassrate.jelly
maven.dashboard.aggregator.junitpassrate.artifact = ${maven.build.dir}/TESTS-TestSuites.xml
maven.dashboard.aggregator.junitpassrate.label = JUnit Pass Rate
@@ -214,7 +208,7 @@
maven.dashboard.aggregator.junitpassrate.description = Percentage of JUnit tests that have passed vs tests in error or failed
maven.dashboard.aggregator.junitpassrate.report = junit-report.html
-# Properties for the PMD violations aggregator
+# Properties for the PMD violations aggregator
maven.dashboard.aggregator.pmdfiles.script = ${maven.dashboard.aggregators.dir}/pmdfiles.jelly
maven.dashboard.aggregator.pmdfiles.artifact = ${maven.build.dir}/pmd-raw-report.xml
maven.dashboard.aggregator.pmdfiles.label = PMD Files with Violations
@@ -222,7 +216,7 @@
maven.dashboard.aggregator.pmdfiles.description = Number of files with PMD violations
maven.dashboard.aggregator.pmdfiles.report = pmd-report.html
-# Properties for the PMD violations aggregator
+# Properties for the PMD violations aggregator
maven.dashboard.aggregator.pmdviolations.script = ${maven.dashboard.aggregators.dir}/pmdviolations.jelly
maven.dashboard.aggregator.pmdviolations.artifact = ${maven.build.dir}/pmd-raw-report.xml
maven.dashboard.aggregator.pmdviolations.label = PMD Violations
@@ -230,7 +224,7 @@
maven.dashboard.aggregator.pmdviolations.description = Number of PMD violations
maven.dashboard.aggregator.pmdviolations.report = pmd-report.html
-# Properties for the Simian duplicate lines aggregator
+# Properties for the Simian duplicate lines aggregator
maven.dashboard.aggregator.simiantdl.script = ${maven.dashboard.aggregators.dir}/simiantdl.jelly
maven.dashboard.aggregator.simiantdl.artifact = ${maven.build.dir}/generated-xdocs/simian-report.xml
maven.dashboard.aggregator.simiantdl.label = Simian TDL
@@ -238,7 +232,7 @@
maven.dashboard.aggregator.simiantdl.description = Simian Total Duplicate Lines
maven.dashboard.aggregator.simiantdl.report = simian-report.html
-# Properties for the JCoverage covered lines percent aggregator
+# Properties for the JCoverage covered lines percent aggregator
maven.dashboard.aggregator.jcoveragelipc.script = ${maven.dashboard.aggregators.dir}/jcoveragelipc.jelly
maven.dashboard.aggregator.jcoveragelipc.artifact = ${maven.build.dir}/jcoverage/coverage.xml
maven.dashboard.aggregator.jcoveragelipc.label = JCoverage %lines
@@ -246,7 +240,7 @@
maven.dashboard.aggregator.jcoveragelipc.description = JCoverage covered lines percentile
maven.dashboard.aggregator.jcoveragelipc.report = jcoverage/index.html
-# Properties for the JCoverage total lines aggregator
+# Properties for the JCoverage total lines aggregator
maven.dashboard.aggregator.jcoverageloc.script = ${maven.dashboard.aggregators.dir}/jcoverageloc.jelly
maven.dashboard.aggregator.jcoverageloc.artifact = ${maven.build.dir}/jcoverage/coverage.xml
maven.dashboard.aggregator.jcoverageloc.label = JCoverage LOC
@@ -254,7 +248,7 @@
maven.dashboard.aggregator.jcoverageloc.description = JCoverage total lines of code
maven.dashboard.aggregator.jcoverageloc.report = jcoverage/index.html
-# Properties for the Cobertura covered lines percent aggregator
+# Properties for the Cobertura covered lines percent aggregator
maven.dashboard.aggregator.coberturalipc.script = ${maven.dashboard.aggregators.dir}/coberturalipc.jelly
maven.dashboard.aggregator.coberturalipc.artifact = ${maven.docs.dest}/cobertura/coverage.xml
maven.dashboard.aggregator.coberturalipc.label = Cobertura %lines
@@ -262,7 +256,7 @@
maven.dashboard.aggregator.coberturalipc.description = Cobertura covered lines percentile
maven.dashboard.aggregator.coberturalipc.report = cobertura/index.html
-# Properties for the Cobertura total lines aggregator
+# Properties for the Cobertura total lines aggregator
maven.dashboard.aggregator.coberturaloc.script = ${maven.dashboard.aggregators.dir}/coberturaloc.jelly
maven.dashboard.aggregator.coberturaloc.artifact = ${maven.docs.dest}/cobertura/coverage.xml
maven.dashboard.aggregator.coberturaloc.label = Cobertura LOC
@@ -270,7 +264,7 @@
maven.dashboard.aggregator.coberturaloc.description = Cobertura total lines of code
maven.dashboard.aggregator.coberturaloc.report = cobertura/index.html
-# Properties for the FindBugs file violations aggregator
+# Properties for the FindBugs file violations aggregator
maven.dashboard.aggregator.fbfiles.script = ${maven.dashboard.aggregators.dir}/fbfiles.jelly
maven.dashboard.aggregator.fbfiles.artifact = ${maven.build.dir}/findbugs-raw-report.xml
maven.dashboard.aggregator.fbfiles.label = FindBugs Files with Violations
@@ -278,7 +272,7 @@
maven.dashboard.aggregator.fbfiles.description = Number of files with FindBugs violations
maven.dashboard.aggregator.fbfiles.report = findbugs-report.html
-# Properties for the FindBugs violations aggregator
+# Properties for the FindBugs violations aggregator
maven.dashboard.aggregator.fbviolations.script = ${maven.dashboard.aggregators.dir}/fbviolations.jelly
maven.dashboard.aggregator.fbviolations.artifact = ${maven.build.dir}/findbugs-raw-report.xml
maven.dashboard.aggregator.fbviolations.label = FindBugs Violations
@@ -289,7 +283,7 @@
# Classes Tasks aggregator
maven.dashboard.aggregator.tasklistclass.script = ${maven.dashboard.aggregators.dir}/task-list-classes.jelly
maven.dashboard.aggregator.tasklistclass.artifact = ${maven.build.dir}/generated-xdocs/task-list.xml
-maven.dashboard.aggregator.tasklistclass.label = Classes Tasks
+maven.dashboard.aggregator.tasklistclass.label = Classes Tasks
maven.dashboard.aggregator.tasklistclass.goal = maven-tasklist-plugin:report
maven.dashboard.aggregator.tasklistclass.description = Total number of classes with task definition (@todo tag).
maven.dashboard.aggregator.tasklistclass.report = task-list.html
@@ -297,7 +291,7 @@
# Methods Tasks aggregator
maven.dashboard.aggregator.tasklistmethod.script = ${maven.dashboard.aggregators.dir}/task-list-methods.jelly
maven.dashboard.aggregator.tasklistmethod.artifact = ${maven.build.dir}/generated-xdocs/task-list.xml
-maven.dashboard.aggregator.tasklistmethod.label = Methods Tasks
+maven.dashboard.aggregator.tasklistmethod.label = Methods Tasks
maven.dashboard.aggregator.tasklistmethod.goal = maven-tasklist-plugin:report
maven.dashboard.aggregator.tasklistmethod.description = Total number of methods with task definition (@todo tag).
maven.dashboard.aggregator.tasklistmethod.report = task-list.html
@@ -305,7 +299,7 @@
# All Tasks aggregator
maven.dashboard.aggregator.tasklist.script = ${maven.dashboard.aggregators.dir}/task-list-all.jelly
maven.dashboard.aggregator.tasklist.artifact = ${maven.build.dir}/generated-xdocs/task-list.xml
-maven.dashboard.aggregator.tasklist.label = All Tasks
+maven.dashboard.aggregator.tasklist.label = All Tasks
maven.dashboard.aggregator.tasklist.goal = maven-tasklist-plugin:report
maven.dashboard.aggregator.tasklist.description = Total number of task definition (@todo tag).
maven.dashboard.aggregator.tasklist.report = task-list.html
Deleted: trunk/mud4j/src/site/site.xml
===================================================================
--- trunk/mud4j/src/site/site.xml 2008-03-12 21:50:26 UTC (rev 163)
+++ trunk/mud4j/src/site/site.xml 2009-04-30 23:43:58 UTC (rev 164)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <bannerRight>
- <name>SourceForge</name>
- <src>
- http://sflogo.sourceforge.net/sflogo.php?group_id=184313&type=2</src>
- <href>http://sourceforge.net</href>
- </bannerRight>
- <body>
- <links>
- <item name="Repository"
- href="http://mud4j.svn.sourceforge.net/viewvc/mud4j/trunk/"/>
- <item name="Dashboard" href="dashboard-report.html"/>
- </links>
- <menu name="Projects">
- <item name="mud4j Overview" href="http://mud4j.sf.net/index.html"/>
- <item name="mud4j-core"
- href="http://mud4j.sf.net/mud4j-core/index.html"/>
- <item name="mud4j-telnet"
- href="http://mud4j.sf.net/mud4j-telnet/index.html"/>
- <item name="mud4j-web"
- href="http://mud4j.sf.net/mud4j-web/index.html"/>
- </menu>
-
- <!-- Documentation for mud4j project, cannot use common because this
- is not a real component -->
- <menu name="Developer Docs">
- <item name="Design Considerations" href="design-considerations.html"/>
- <item name="Ideas" href="ideas.html"/>
- </menu>
-
- <menu name="Project Info">
- <item name="Mailing Lists" href="/mail-lists.html"/>
- <item name="Project Team" href="/team-list.html"/>
- <item name="Dependencies" href="/dependencies.html"/>
- <item name="Source Repository" href="/source-repository.html"/>
- <item name="Issue Tracking" href="/issue-tracking.html"/>
- </menu>
-
- </body>
-</site>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|