|
From: Carlos S. <car...@us...> - 2005-10-19 22:37:44
|
carlossg 05/10/19 15:37:37
Modified: maven-dashboard-history/maven-plugins plugin.properties
project.xml
maven-dashboard-history/history-dashboard project.xml
project.properties
maven-dashboard-history/ant-history-dashboard project.xml
project.properties
Removed: maven-dashboard-history/maven-plugins project.properties
Log:
Improved syntax and use maven-plugins configuration
Revision Changes Path
1.3 +0 -2 maven-plugins/maven-dashboard-history/maven-plugins/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/maven-plugins/plugin.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.properties 18 Oct 2005 15:17:13 -0000 1.2
+++ plugin.properties 19 Oct 2005 22:37:36 -0000 1.3
@@ -1,6 +1,4 @@
maven.dashboard.indicators=cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,simiantdl,junittests,junitpassrate,fbfiles,fbviolations
-
-dashboardhistorical.version=1.1
maven.dashboard.history.report.xdoc=dashboard-history-report
maven.dashboard.report.xml=dashboard-data.xml
1.3 +10 -10 maven-plugins/maven-dashboard-history/maven-plugins/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/maven-plugins/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 18 Oct 2005 15:17:13 -0000 1.2
+++ project.xml 19 Oct 2005 22:37:36 -0000 1.3
@@ -2,10 +2,10 @@
<project>
<pomVersion>3</pomVersion>
- <id>maven-historical-plugin</id>
- <groupId>maven_historic_dashboard</groupId>
- <name>Maven dashboard historic plugin</name>
- <currentVersion>${dashboardhistorical.version}</currentVersion>
+ <extend>${basedir}/../../plugin-project.xml</extend>
+ <artifactId>maven-dashboard-history-plugin</artifactId>
+ <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <name>Maven dashboard history plugin</name>
<organization>
<name>OCTO Technology</name>
</organization>
@@ -32,15 +32,15 @@
-->
<dependency>
- <groupId>maven_historic_dashboard</groupId>
- <artifactId>historic_dashboard</artifactId>
- <version>${dashboardhistorical.version}</version>
+ <groupId>maven-plugins</groupId>
+ <artifactId>history-dashboard</artifactId>
+ <version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>maven_historic_dashboard</groupId>
- <artifactId>ant_historic_dashboard</artifactId>
- <version>${dashboardhistorical.version}</version>
+ <groupId>maven-plugins</groupId>
+ <artifactId>ant-history-dashboard</artifactId>
+ <version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
1.4 +4 -24 maven-plugins/maven-dashboard-history/history-dashboard/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/history-dashboard/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 14 Oct 2005 02:52:12 -0000 1.3
+++ project.xml 19 Oct 2005 22:37:36 -0000 1.4
@@ -6,12 +6,9 @@
************************************************************************
-->
<project>
- <!-- identifiant du projet -->
- <pomVersion>1</pomVersion>
- <id>maven_history_dashboard:history_dashboard</id>
- <!-- (facultatif) identifiant de groupe -->
- <artifactId>history_dashboard</artifactId>
- <groupId>maven_history_dashboard</groupId>
+ <pomVersion>3</pomVersion>
+ <extend>${basedir}/../../plugin-project.xml</extend>
+ <artifactId>history-dashboard</artifactId>
<!-- libellé du projet -->
<organization />
<name>Maven History Dashboard components</name>
@@ -20,7 +17,7 @@
<description>Maven History Dashboard components.</description>
<!-- mailing lists -->
<!-- version en cours de développement -->
- <currentVersion>${dashboardhistorical.version}</currentVersion>
+ <currentVersion>1.1-SNAPSHOT</currentVersion>
<developers>
<developer>
<name>Mathieu Gandin</name>
@@ -142,22 +139,5 @@
</resource>
</resources>
</build>
- <reports>
- <report>maven-changes-plugin</report>
- <report>maven-changelog-plugin</report>
- <report>maven-file-activity-plugin</report>
- <report>maven-developer-activity-plugin</report>
- <report>maven-checkstyle-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jdepend-plugin</report>
- <report>maven-junit-report-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-license-plugin</report>
- <report>maven-tasklist-plugin</report>
- <report>maven-clover-plugin</report>
- <report>maven-simian-plugin</report>
- <report>maven-findbugs-plugin</report>
- <report>maven-linkcheck-plugin</report>
- </reports>
</project>
1.2 +0 -2 maven-plugins/maven-dashboard-history/history-dashboard/project.properties
Index: project.properties
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/history-dashboard/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 12 Jul 2005 14:30:52 -0000 1.1
+++ project.properties 19 Oct 2005 22:37:36 -0000 1.2
@@ -1,8 +1,6 @@
maven.ear.appxml.generate=true
maven.ear.displayname=true
-#num de version du projet qui est utiliséar tous les composants du projet
-dashboardhistorical.version=1.1
maven.multiproject.basedir = ..
maven.multiproject.excludes = MainProject/project.xml
1.3 +8 -11 maven-plugins/maven-dashboard-history/ant-history-dashboard/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/ant-history-dashboard/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 29 Jul 2005 16:15:38 -0000 1.2
+++ project.xml 19 Oct 2005 22:37:37 -0000 1.3
@@ -6,12 +6,9 @@
************************************************************************
-->
<project>
- <!-- identifiant du projet -->
- <pomVersion>1</pomVersion>
- <id>maven_history_dashboard:ant_history_dashboard</id>
- <!-- (facultatif) identifiant de groupe -->
- <artifactId>ant_history_dashboard</artifactId>
- <groupId>maven_history_dashboard</groupId>
+ <pomVersion>3</pomVersion>
+ <extend>${basedir}/../../plugin-project.xml</extend>
+ <artifactId>ant-history-dashboard</artifactId>
<!-- libellé du projet -->
<organization />
<name>Ant tasks for Maven History Dashboard plugin</name>
@@ -20,7 +17,7 @@
<description>Ant tasks for Maven History Dashboard plugin</description>
<!-- mailing lists -->
<!-- version en cours de développement -->
- <currentVersion>${dashboardhistorical.version}</currentVersion>
+ <currentVersion>1.1-SNAPSHOT</currentVersion>
<developers>
<developer>
<name>Mathieu Gandin</name>
@@ -53,9 +50,9 @@
<!-- dépendances -->
<dependencies>
<dependency>
- <groupId>maven_history_dashboard</groupId>
- <artifactId>history_dashboard</artifactId>
- <version>${dashboardhistorical.version}</version>
+ <groupId>maven-plugins</groupId>
+ <artifactId>history-dashboard</artifactId>
+ <version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
@@ -90,7 +87,7 @@
<version>1.6.3</version>
</dependency>
<dependency>
- <groupId>mockrunner</groupId>
+ <groupId>com.mockrunner</groupId>
<artifactId>mockrunner</artifactId>
<version>0.3.1</version>
</dependency>
1.2 +1 -3 maven-plugins/maven-dashboard-history/ant-history-dashboard/project.properties
Index: project.properties
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/ant-history-dashboard/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 12 Jul 2005 14:34:34 -0000 1.1
+++ project.properties 19 Oct 2005 22:37:37 -0000 1.2
@@ -1,8 +1,6 @@
maven.ear.appxml.generate=true
maven.ear.displayname=true
-maven.multiproject.type=jar
-#num de version du projet qui est utiliséar tous les composants du projet
-dashboardhistorical.version=1.1
+
maven.multiproject.basedir = ..
maven.multiproject.excludes = MainProject/project.xml
|