diff --git a/maven-plugins/maven-clover/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml b/maven-plugins/maven-clover/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml index 08b4e3fe82..2f82a857d2 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml +++ b/maven-plugins/maven-clover/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml @@ -1,55 +1,55 @@ - - 4.0.0 - - org.apache.maven.plugins - maven-clover-plugin-samples - 1.0-SNAPSHOT - - maven-clover-plugin-sample-simple - jar - Maven Clover Plugin Simple Sample - Maven Clover Plugin Simple Sample - 1.0-SNAPSHOT - - - junit - junit - 3.8.1 - test - - - - clover - clover - 1.3.8 - - - - - - org.apache.maven.plugins - maven-clover-plugin - 1.0-SNAPSHOT - - - - - - - org.apache.maven.plugins - maven-clover-plugin - 1.0-SNAPSHOT - - - - 50 - - - check - - - - - - - + + 4.0.0 + + org.apache.maven.plugins + maven-clover-plugin-samples + 1.0-SNAPSHOT + + maven-clover-plugin-sample-simple + jar + Maven Clover Plugin Simple Sample + Maven Clover Plugin Simple Sample + 1.0-SNAPSHOT + + + junit + junit + 3.8.1 + test + + + + clover + clover + 1.3.8 + + + + + + org.apache.maven.plugins + maven-clover-plugin + 1.0-SNAPSHOT + + + + + + + org.apache.maven.plugins + maven-clover-plugin + 1.0-SNAPSHOT + + + + 50 + + + check + + + + + + + diff --git a/maven-plugins/maven-clover/maven-clover-plugin-samples/pom.xml b/maven-plugins/maven-clover/maven-clover-plugin-samples/pom.xml index 709519869c..80aaee1b78 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin-samples/pom.xml +++ b/maven-plugins/maven-clover/maven-clover-plugin-samples/pom.xml @@ -1,16 +1,16 @@ - - 4.0.0 - - org.apache.maven.plugins - maven-clover - 1.0-SNAPSHOT - - maven-clover-plugin-samples - pom - Maven Clover Plugin Samples - Maven Clover Plugin Samples - 1.0-SNAPSHOT - - maven-clover-plugin-sample-simple - - + + 4.0.0 + + org.apache.maven.plugins + maven-clover + 1.0-SNAPSHOT + + maven-clover-plugin-samples + pom + Maven Clover Plugin Samples + Maven Clover Plugin Samples + 1.0-SNAPSHOT + + maven-clover-plugin-sample-simple + + diff --git a/maven-plugins/maven-clover/maven-clover-plugin/pom.xml b/maven-plugins/maven-clover/maven-clover-plugin/pom.xml index 942c695bc8..c1a65a4812 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin/pom.xml +++ b/maven-plugins/maven-clover/maven-clover-plugin/pom.xml @@ -1,51 +1,51 @@ - - 4.0.0 - - org.apache.maven.plugins - maven-clover - 1.0-SNAPSHOT - - maven-clover-plugin - maven-plugin - Maven Clover Plugin - Maven plugin for Clover - 1.0-SNAPSHOT - - - org.apache.maven - maven-artifact - 2.0-alpha-3 - - - org.apache.maven - maven-plugin-api - 2.0-alpha-3 - - - org.apache.maven - maven-project - 2.0-alpha-3 - - - org.apache.maven.reporting - maven-reporting-api - 2.0-alpha-3 - - - clover - clover - 1.3.8 - - - ant - ant - 1.5.4 - - - junit - junit - 3.8.1 - test - - - + + 4.0.0 + + org.apache.maven.plugins + maven-clover + 1.0-SNAPSHOT + + maven-clover-plugin + maven-plugin + Maven Clover Plugin + Maven plugin for Clover + 1.0-SNAPSHOT + + + org.apache.maven + maven-artifact + 2.0-alpha-3 + + + org.apache.maven + maven-plugin-api + 2.0-alpha-3 + + + org.apache.maven + maven-project + 2.0-alpha-3 + + + org.apache.maven.reporting + maven-reporting-api + 2.0-alpha-3 + + + clover + clover + 1.3.8 + + + ant + ant + 1.5.4 + + + junit + junit + 3.8.1 + test + + + diff --git a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/maven/lifecycle.xml b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/maven/lifecycle.xml index 0ebc1cd184..f0c85d5b0d 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/maven/lifecycle.xml +++ b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/maven/lifecycle.xml @@ -1,21 +1,21 @@ - - - clover - - - generate-sources - - - - ${project.build.directory}/clover - ${project.build.directory}/clover/clover.db - - - instrument - - - - - - - + + + clover + + + generate-sources + + + + ${project.build.directory}/clover + ${project.build.directory}/clover/clover.db + + + instrument + + + + + + + diff --git a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/plexus/components.xml b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/plexus/components.xml index c0cbce9979..840970f6fb 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/plexus/components.xml +++ b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/META-INF/plexus/components.xml @@ -1,15 +1,15 @@ - - - - - org.apache.maven.reporting.MavenReport - clover - org.apache.maven.plugin.clover.CloverReportMojo - per-lookup - - - + + + + + org.apache.maven.reporting.MavenReport + clover + org.apache.maven.plugin.clover.CloverReportMojo + per-lookup + + + diff --git a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_en.properties b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_en.properties index 7b9b8898be..256847b32c 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_en.properties +++ b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_en.properties @@ -1,3 +1,3 @@ -report.clover.name=Clover -report.clover.description=Report on test coverage -report.clover.title=Clover Results +report.clover.name=Clover +report.clover.description=Report on test coverage +report.clover.title=Clover Results diff --git a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_fr.properties b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_fr.properties index 4d52e7e609..ac6b736e52 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_fr.properties +++ b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover-report_fr.properties @@ -1,3 +1,3 @@ -report.clover.name=Clover -report.clover.description=Rapport sur la couverture de tests -report.clover.title=Résultats Clover +report.clover.name=Clover +report.clover.description=Rapport sur la couverture de tests +report.clover.title=Résultats Clover diff --git a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover.license b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover.license index 21ac877bdc..acf8f12314 100644 --- a/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover.license +++ b/maven-plugins/maven-clover/maven-clover-plugin/src/main/resources/clover.license @@ -1,103 +1,103 @@ -Product: Clover -License: Maven License, 0.x, 1.x -Issued: Sun Feb 20 2005 16:07:54 CST -Expiry: Mon Jan 30 2006 00:00:00 CST -Key: cb1bdacca8bc16c87e3a54ba8 -Name: Vincent Massol -Org: Maven -Certificate: AAACSW+Ow8B7/zEbxOMqqKwwrdpP+b9RI3QpJp1p5GYetnEZ1bTfFsNcI -BFgt6wjsr7mkJwsqpdgk/yEZJj3job+JBdaXy0D57q4LR5IvOBFb4CejKlB7R0tBLMtZB1 -z8E40a4RpZPEs1unqS5oRKOLDDsuZMK6fVZK9RnYiEzfIO6UjDvImCYDyjkq8SSYBJdTpP -KHHttTJZrrTOMq/onTG48fHvG9PJns/HPb08BUDW+OhGX392JfAVPEJPR3tJ3kJbsdNe3K -DbyXxMdbmpVPTFD/p1UWP4Cm+zU6apE12fkU37zazJkv0Q1mB4tJSu103bmrK83fzu+OQj -HD73nDmuu84w+7Wz6BkTwZ3Pgbru/ZBE0Kq+kRj6NrNxlW/DiEd4zB+AW7+Qy14jzsO+S3 -W1eBP1QQz88lSku5Vsdlezr9RI3QpYckovj9d43Rdl/GKLKVBMQFrzvg86OLtkp4kqZRa0 -6P9INP30s+9c1JaZikH7732AANCtuALXuLGyoNd9hstErAhNgwvwAI1cpY7IeAvn/XgW5R -9MvPLTNa0La7aN4umT2tlUWLJULQ5XfI5TYO5m1S8TVgIbN74fPLj/snfZ+/CNJ79v2SOt -pGR/T1bZCZ8f+G79hUWSK2zZmbvzsrGEekROxW3ZH4QOsMYdDKWbDO2PJPp9ErbWTnoywC -fr3+03UmSok12cAN7xTm5Pl3jLQmT4Z1VoEc8RGrbvVHt6abF3h72zjPGov0xmP/XxKNjD -Dl2cUDIupIJHlit5kJn5pLN0UT6chGtCFewIgXb4OHJQofIsVe4/cJ/PI+oEiBn+LUsWdR -V+N1F7iPpwLb5bqcbkDxH4mWlDlXAjzRtTR/OkoH80Gehmmg1Om/jUbTp15rrEmaamjWB0 -4HWNlAeZDDpM3xtu1UgIhYPAkm4b9kurZBLJVB5dHHCh3wz7BRPPxhbN7Ik -License Agreement: CENQUA CLOVER EVALUATION SOFTWARE LICENSE AGREEMENT - -CENQUA IS WILLING TO LICENSE CLOVER AND ACCOMPANYING DOCUMENTATION -(THE "SOFTWARE") TO YOU (THE "EVALUATOR") FOR EVALUATION PURPOSES ONLY -UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS OF THIS LICENSE -AGREEMENT. PLEASE READ THESE TERMS CAREFULLY BEFORE INSTALLING OR -USING THE SOFTWARE. BY INSTALLING OR USING THE SOFTWARE, YOU ARE -CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT. - -1. Software: The licensed Software is "Clover Evaluation Edition". - -2. Grant of License: Cortex eBusiness Pty Ltd ("Cenqua") hereby - grants to Evaluator, for 30 days (the "Evaluation Period") - following the execution of this Agreement (the "Agreement"), a - limited, nontransferable, nonexclusive, nonsublicensable, - revocable, worldwide license to use the Software for the purposes - of internal evaluation and testing for suitability for commercial - licensing ("Evaluation") by Evaluator. Title to the Software shall - remain with Cenqua at all times. - -3. Exclusions: Evaluator shall not: a. copy any part of the Software - except to make one copy for back-up purposes only; b. reverse - compile or reverse assemble any portion of the Software where the - source code is not freely accessible; c. distribute, disclose, - market, rent, lease, or transfer the Software; d. export the - Software; or e. allow others to make or obtain copies of the - Software. - -4. Support: Cenqua may, during the Evaluation Period, make - available updates, enhancements, and/or modifications to the - Software and may provide such updates to Evaluator, but is under no - obligation to do so. The provision by Cenqua to Evaluator of - such updates, enhancements, and/or modifications to the Software - shall be subject to all terms and conditions of this Agreement and - shall expire at the end of the Evaluation Period. - -5. Specific Disclaimer of Warranty and Limitation of Liability: - -THE SOFTWARE IS PROVIDED WITHOUT WARRANTY OF ANY KIND. CENQUA -DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE. CENQUA WILL NOT BE LIABLE FOR ANY DAMAGES -ASSOCIATED WITH THE SOFTWARE, INCLUDING, WITHOUT LIMITATION, ORDINARY, -INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OF ANY KIND, INCLUDING -BUT NOT LIMITED TO DAMAGES RELATING TO LOST DATA OR LOST PROFITS, EVEN -IF CENQUA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -6. Termination: Evaluator's license to use the Software shall - terminate on the earlier of (i) written notice by either Cenqua - or Evaluator, or (ii) expiration of the Evaluation Period. Upon - termination of the license as provided above, Evaluator shall - promptly destroy the Software and any back-up copy of the Software - made during the Evaluation Period. Evaluator shall also promptly - return all materials provided by Cenqua in connection with the - Software. - -7. Warranties and Representations; Indemnification. Evaluator warrants - and represents that Evaluator's actions with regard to the Software - will be in compliance with all applicable laws; and Evaluator will - indemnify, defend, and hold Cenqua harmless from and against any - and all liabilities, damages, losses, claims, costs, and expenses - (including legal fees) arising out of or resulting from Evaluator's - failure to observe the use restrictions set forth herein. - -8. Governing Law: This Agreement shall be governed by the laws of New - South Wales, Australia. - -9.Independent Contractors; Assignment: The parties are independent - contractors with respect to each other, and nothing in this - Agreement shall be construed as creating an employer-employee - relationship, a partnership, agency relationship or a joint venture - between the parties. This Agreement is not assignable or - transferable by Evaluator. - -10.Entire Agreement: This Agreement constitutes the entire agreement - between the parties concerning Evaluator's use of the - Software. This Agreement supersedes any prior verbal understanding - between the parties and any Evaluator purchase order or other - ordering document, regardless of whether such document is received - by Cenqua before or after execution of this Agreement. This - Agreement may be amended only in writing by Cenqua. - +Product: Clover +License: Maven License, 0.x, 1.x +Issued: Sun Feb 20 2005 16:07:54 CST +Expiry: Mon Jan 30 2006 00:00:00 CST +Key: cb1bdacca8bc16c87e3a54ba8 +Name: Vincent Massol +Org: Maven +Certificate: AAACSW+Ow8B7/zEbxOMqqKwwrdpP+b9RI3QpJp1p5GYetnEZ1bTfFsNcI +BFgt6wjsr7mkJwsqpdgk/yEZJj3job+JBdaXy0D57q4LR5IvOBFb4CejKlB7R0tBLMtZB1 +z8E40a4RpZPEs1unqS5oRKOLDDsuZMK6fVZK9RnYiEzfIO6UjDvImCYDyjkq8SSYBJdTpP +KHHttTJZrrTOMq/onTG48fHvG9PJns/HPb08BUDW+OhGX392JfAVPEJPR3tJ3kJbsdNe3K +DbyXxMdbmpVPTFD/p1UWP4Cm+zU6apE12fkU37zazJkv0Q1mB4tJSu103bmrK83fzu+OQj +HD73nDmuu84w+7Wz6BkTwZ3Pgbru/ZBE0Kq+kRj6NrNxlW/DiEd4zB+AW7+Qy14jzsO+S3 +W1eBP1QQz88lSku5Vsdlezr9RI3QpYckovj9d43Rdl/GKLKVBMQFrzvg86OLtkp4kqZRa0 +6P9INP30s+9c1JaZikH7732AANCtuALXuLGyoNd9hstErAhNgwvwAI1cpY7IeAvn/XgW5R +9MvPLTNa0La7aN4umT2tlUWLJULQ5XfI5TYO5m1S8TVgIbN74fPLj/snfZ+/CNJ79v2SOt +pGR/T1bZCZ8f+G79hUWSK2zZmbvzsrGEekROxW3ZH4QOsMYdDKWbDO2PJPp9ErbWTnoywC +fr3+03UmSok12cAN7xTm5Pl3jLQmT4Z1VoEc8RGrbvVHt6abF3h72zjPGov0xmP/XxKNjD +Dl2cUDIupIJHlit5kJn5pLN0UT6chGtCFewIgXb4OHJQofIsVe4/cJ/PI+oEiBn+LUsWdR +V+N1F7iPpwLb5bqcbkDxH4mWlDlXAjzRtTR/OkoH80Gehmmg1Om/jUbTp15rrEmaamjWB0 +4HWNlAeZDDpM3xtu1UgIhYPAkm4b9kurZBLJVB5dHHCh3wz7BRPPxhbN7Ik +License Agreement: CENQUA CLOVER EVALUATION SOFTWARE LICENSE AGREEMENT + +CENQUA IS WILLING TO LICENSE CLOVER AND ACCOMPANYING DOCUMENTATION +(THE "SOFTWARE") TO YOU (THE "EVALUATOR") FOR EVALUATION PURPOSES ONLY +UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS OF THIS LICENSE +AGREEMENT. PLEASE READ THESE TERMS CAREFULLY BEFORE INSTALLING OR +USING THE SOFTWARE. BY INSTALLING OR USING THE SOFTWARE, YOU ARE +CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT. + +1. Software: The licensed Software is "Clover Evaluation Edition". + +2. Grant of License: Cortex eBusiness Pty Ltd ("Cenqua") hereby + grants to Evaluator, for 30 days (the "Evaluation Period") + following the execution of this Agreement (the "Agreement"), a + limited, nontransferable, nonexclusive, nonsublicensable, + revocable, worldwide license to use the Software for the purposes + of internal evaluation and testing for suitability for commercial + licensing ("Evaluation") by Evaluator. Title to the Software shall + remain with Cenqua at all times. + +3. Exclusions: Evaluator shall not: a. copy any part of the Software + except to make one copy for back-up purposes only; b. reverse + compile or reverse assemble any portion of the Software where the + source code is not freely accessible; c. distribute, disclose, + market, rent, lease, or transfer the Software; d. export the + Software; or e. allow others to make or obtain copies of the + Software. + +4. Support: Cenqua may, during the Evaluation Period, make + available updates, enhancements, and/or modifications to the + Software and may provide such updates to Evaluator, but is under no + obligation to do so. The provision by Cenqua to Evaluator of + such updates, enhancements, and/or modifications to the Software + shall be subject to all terms and conditions of this Agreement and + shall expire at the end of the Evaluation Period. + +5. Specific Disclaimer of Warranty and Limitation of Liability: + +THE SOFTWARE IS PROVIDED WITHOUT WARRANTY OF ANY KIND. CENQUA +DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. CENQUA WILL NOT BE LIABLE FOR ANY DAMAGES +ASSOCIATED WITH THE SOFTWARE, INCLUDING, WITHOUT LIMITATION, ORDINARY, +INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OF ANY KIND, INCLUDING +BUT NOT LIMITED TO DAMAGES RELATING TO LOST DATA OR LOST PROFITS, EVEN +IF CENQUA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +6. Termination: Evaluator's license to use the Software shall + terminate on the earlier of (i) written notice by either Cenqua + or Evaluator, or (ii) expiration of the Evaluation Period. Upon + termination of the license as provided above, Evaluator shall + promptly destroy the Software and any back-up copy of the Software + made during the Evaluation Period. Evaluator shall also promptly + return all materials provided by Cenqua in connection with the + Software. + +7. Warranties and Representations; Indemnification. Evaluator warrants + and represents that Evaluator's actions with regard to the Software + will be in compliance with all applicable laws; and Evaluator will + indemnify, defend, and hold Cenqua harmless from and against any + and all liabilities, damages, losses, claims, costs, and expenses + (including legal fees) arising out of or resulting from Evaluator's + failure to observe the use restrictions set forth herein. + +8. Governing Law: This Agreement shall be governed by the laws of New + South Wales, Australia. + +9.Independent Contractors; Assignment: The parties are independent + contractors with respect to each other, and nothing in this + Agreement shall be construed as creating an employer-employee + relationship, a partnership, agency relationship or a joint venture + between the parties. This Agreement is not assignable or + transferable by Evaluator. + +10.Entire Agreement: This Agreement constitutes the entire agreement + between the parties concerning Evaluator's use of the + Software. This Agreement supersedes any prior verbal understanding + between the parties and any Evaluator purchase order or other + ordering document, regardless of whether such document is received + by Cenqua before or after execution of this Agreement. This + Agreement may be amended only in writing by Cenqua. + diff --git a/maven-plugins/maven-clover/pom.xml b/maven-plugins/maven-clover/pom.xml index d4d4b445b3..b3a032f08e 100644 --- a/maven-plugins/maven-clover/pom.xml +++ b/maven-plugins/maven-clover/pom.xml @@ -1,26 +1,26 @@ - - 4.0.0 - org.apache.maven.plugins - maven-clover - pom - Maven Clover Plugin Parent - Maven Clover Plugin Parent - 1.0-SNAPSHOT - 2005 - - - vmassol - Vincent Massol - vmassol@apache.org - Apache Software Foundation - - Architect - Release Manager - - - - - maven-clover-plugin - maven-clover-plugin-samples - - + + 4.0.0 + org.apache.maven.plugins + maven-clover + pom + Maven Clover Plugin Parent + Maven Clover Plugin Parent + 1.0-SNAPSHOT + 2005 + + + vmassol + Vincent Massol + vmassol@apache.org + Apache Software Foundation + + Architect + Release Manager + + + + + maven-clover-plugin + maven-clover-plugin-samples + +