You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/01 10:19:20 UTC

cvs commit: maven-plugins/dashboard/src/plugin-test/subproject3 project.properties

vmassol     2004/05/01 01:19:20

  Modified:    dashboard/src/plugin-test/subproject2 project.properties
               dashboard/src/plugin-test project.properties
               dashboard/src/plugin-test/subproject1 project.properties
               dashboard/src/plugin-test/subproject3 project.properties
  Log:
  Benefit from project.properties inheritance. Dunno why, I thought it wasn't working yesterday but it's working perfectly well (thanks Brett!).
  
  Revision  Changes    Path
  1.7       +3 -2      maven-plugins/dashboard/src/plugin-test/subproject2/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/subproject2/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	30 Apr 2004 12:31:14 -0000	1.6
  +++ project.properties	1 May 2004 08:19:19 -0000	1.7
  @@ -18,8 +18,9 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  -## maven.xdoc.version=${pom.currentVersion}
   maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
   
  -maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl
  +# Force running the artifact generation roles as we have voluntarily not
  +# define any report (and thus the artifacts won't be generated by the
  +# site generation).
   maven.dashboard.rungoals = true
  
  
  
  1.9       +10 -2     maven-plugins/dashboard/src/plugin-test/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties	30 Apr 2004 12:31:14 -0000	1.8
  +++ project.properties	1 May 2004 08:19:19 -0000	1.9
  @@ -21,7 +21,7 @@
   maven.xdoc.version=${pom.currentVersion}
   maven.checkstyle.header.file = ${basedir}/LICENSE.txt
   
  -offline=true
  +# Put line count at a low number so that we can get Simian-reported errors
   maven.simian.linecount = 5
   
   # MUST specify these, even though they are the defaults, so we can run 
  @@ -30,7 +30,15 @@
   maven.multiproject.includes=*/project.xml
   maven.multiproject.excludes=
   
  -# Turn off these properties are we're using the multiproject plugin to 
  +# Turn off these properties as we're using the multiproject plugin to 
   # generate the dashboard
   maven.dashboard.rungoals = false
   maven.dashboard.runreactor = false
  +
  +# Define what dashboard aggregators will be run. This property is inherited
  +# by the subprojects and thus they don't need to define it again.
  +maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl
  +
  +# Make sure that an XML report is generated whenever Clover is run. Also
  +# inherited by the subprojects.
  +maven.clover.report.xml = true
  
  
  
  1.7       +0 -5      maven-plugins/dashboard/src/plugin-test/subproject1/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/subproject1/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	30 Apr 2004 12:31:14 -0000	1.6
  +++ project.properties	1 May 2004 08:19:19 -0000	1.7
  @@ -18,9 +18,4 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  -## maven.xdoc.version=${pom.currentVersion}
   maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
  -
  -maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl
  -
  -maven.clover.report.xml = true
  
  
  
  1.6       +0 -3      maven-plugins/dashboard/src/plugin-test/subproject3/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/subproject3/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	30 Apr 2004 12:31:14 -0000	1.5
  +++ project.properties	1 May 2004 08:19:20 -0000	1.6
  @@ -18,7 +18,4 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  -## maven.xdoc.version=${pom.currentVersion}
   maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
  -
  -maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org