svn commit: r365496 - in /maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src: main/ main/java/ test/java/
Author: ltheussl Date: Mon Jan 2 16:49:08 2006 New Revision: 365496 URL: http://svn.apache.org/viewcvs?rev=365496&view=rev Log: Add missing template directories that made plugin:test fail Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/main/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/main/java/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/java/
svn commit: r365498 - /maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml
Author: ltheussl Date: Mon Jan 2 16:51:16 2006 New Revision: 365498 URL: http://svn.apache.org/viewcvs?rev=365498&view=rev Log: PR: MPGENAPP-16 Improve documentation on template.jelly. Modified: maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml Modified: maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml?rev=365498&r1=365497&r2=365498&view=diff == --- maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml (original) +++ maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml Mon Jan 2 16:51:16 2006 @@ -23,10 +23,12 @@ General - How to add a specific script for my template? + How do I add a specific script for my template? -For add a specific script to your template, you should create a template.jelly -file at your template root directory. +To add a specific script to your template, you should create a +template.jelly file in your template root directory. +This file should be a pure jelly script (in particular it should not +contain any <goal> elements).
svn commit: r365753 - in /maven/maven-1/plugins/trunk/genapp: src/plugin-resources/default/ src/plugin-resources/default/template-resources/ src/plugin-resources/default/template-resources/src/conf/ s
Author: ltheussl Date: Tue Jan 3 14:01:06 2006 New Revision: 365753 URL: http://svn.apache.org/viewcvs?rev=365753&view=rev Log: PR: MPGENAPP-21 (part) Make generated structure comply with maven standards (default template) Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/main/java/App.java (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/main/resources/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/main/resources/app.properties (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/site/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/site/xdoc/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/site/xdoc/index.xml (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/site/xdoc/navigation.xml (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/java/AbstractTestCase.java (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/java/AppTest.java (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/java/NaughtyTest.java (with props) maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/resources/ Removed: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/conf/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/java/ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/AbstractTestCase.java maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/AppTest.java maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/src/test/NaughtyTest.java Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/project.properties maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/project.xml maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template.properties maven/maven-1/plugins/trunk/genapp/src/plugin-test/nonStandardDirsTest/maven.xml maven/maven-1/plugins/trunk/genapp/src/plugin-test/nonStandardDirsTest/template.properties maven/maven-1/plugins/trunk/genapp/xdocs/properties.xml Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt?rev=365753&view=auto == --- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt (added) +++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt Tue Jan 3 14:01:06 2006 @@ -0,0 +1,13 @@ +Copyright 2001-2005 The Apache Software Foundation. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt -- svn:eol-style = native Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/LICENSE.txt -- svn:keywords = "Author Date Id Revision" Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/project.properties?rev=365753&r1=365752&r2=365753&view=diff == --- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/default/template-resources/project.properties (original) +++ maven/maven-1/plugins/trunk/gena
svn commit: r366024 - /maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml
Author: ltheussl Date: Wed Jan 4 15:23:49 2006 New Revision: 366024 URL: http://svn.apache.org/viewcvs?rev=366024&view=rev Log: Changes for last commit Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml?rev=366024&r1=366023&r2=366024&view=diff == --- maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Wed Jan 4 15:23:49 2006 @@ -22,6 +22,7 @@ + Make generated structure comply with maven standarts. Added new property maven.genapp.basedir property. Added property maven.genapp.repackage.dir as base directory for maven.genapp.repackage. Make generated POMs conform to maven-project-3.xsd.
svn commit: r366276 - /maven/maven-1/plugins-sandbox/trunk/source/xdocs/goals.xml
Author: ltheussl Date: Thu Jan 5 12:44:52 2006 New Revision: 366276 URL: http://svn.apache.org/viewcvs?rev=366276&view=rev Log: Remove documentation of removed goals Modified: maven/maven-1/plugins-sandbox/trunk/source/xdocs/goals.xml Modified: maven/maven-1/plugins-sandbox/trunk/source/xdocs/goals.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/source/xdocs/goals.xml?rev=366276&r1=366275&r2=366276&view=diff == --- maven/maven-1/plugins-sandbox/trunk/source/xdocs/goals.xml (original) +++ maven/maven-1/plugins-sandbox/trunk/source/xdocs/goals.xml Thu Jan 5 12:44:52 2006 @@ -15,16 +15,8 @@ Deploy the source archive to the remote repository -source:deploy-snapshot -Deploy a snapshot source archive to the remote repository - - source:install Install the source archive in the local repository - - -source:install-snapshot -Install a snapshot source archive in the local repository source:source
svn commit: r366352 - /maven/maven-1/plugins/trunk/jxr/src/main/org/apache/maven/jxr/JxrBean.java
Author: ltheussl Date: Thu Jan 5 16:18:58 2006 New Revision: 366352 URL: http://svn.apache.org/viewcvs?rev=366352&view=rev Log: Reduce logging output to the console Modified: maven/maven-1/plugins/trunk/jxr/src/main/org/apache/maven/jxr/JxrBean.java Modified: maven/maven-1/plugins/trunk/jxr/src/main/org/apache/maven/jxr/JxrBean.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/src/main/org/apache/maven/jxr/JxrBean.java?rev=366352&r1=366351&r2=366352&view=diff == --- maven/maven-1/plugins/trunk/jxr/src/main/org/apache/maven/jxr/JxrBean.java (original) +++ maven/maven-1/plugins/trunk/jxr/src/main/org/apache/maven/jxr/JxrBean.java Thu Jan 5 16:18:58 2006 @@ -84,17 +84,17 @@ public void debug( String message ) { -log.info( message ); +log.debug( message ); } public void warn( String message ) { -log.info( message ); +log.warn( message ); } public void error( String message ) { -log.info( message ); +log.error( message ); } };
svn commit: r366373 - /maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml
Author: ltheussl Date: Thu Jan 5 17:00:33 2006 New Revision: 366373 URL: http://svn.apache.org/viewcvs?rev=366373&view=rev Log: Fix typo Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml?rev=366373&r1=366372&r2=366373&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Thu Jan 5 17:00:33 2006 @@ -37,7 +37,7 @@ Close streams properly on errors Ignore Java 5 package-info.java files - Fix malformed HTML when "package" or "import" used in the code/comments outside of the normal keyword use + Fix malformed HTML when "package" or "import" used in the code/comments outside of the normal keyword use Remove hardcoded encoding in templates.
svn commit: r366372 - in /maven/maven-1/plugins/trunk/jxr: plugin.jelly plugin.properties xdocs/changes.xml xdocs/properties.xml
Author: ltheussl Date: Thu Jan 5 16:59:24 2006 New Revision: 366372 URL: http://svn.apache.org/viewcvs?rev=366372&view=rev Log: PR: MPJXR-32 New property to make inclusion of test Xref optional. Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly maven/maven-1/plugins/trunk/jxr/plugin.properties maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/plugin.jelly?rev=366372&r1=366371&r2=366372&view=diff == --- maven/maven-1/plugins/trunk/jxr/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jxr/plugin.jelly Thu Jan 5 16:59:24 2006 @@ -44,7 +44,7 @@ target="_blank" description="A set of browsable cross-referenced sources."/> - + - + http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/plugin.properties?rev=366372&r1=366371&r2=366372&view=diff == --- maven/maven-1/plugins/trunk/jxr/plugin.properties (original) +++ maven/maven-1/plugins/trunk/jxr/plugin.properties Thu Jan 5 16:59:24 2006 @@ -25,3 +25,5 @@ maven.jxr.stylesheet = ${plugin.resources}/stylesheet.css maven.jxr.templateDir = templates + +maven.jxr.include.testXref=true Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml?rev=366372&r1=366371&r2=366372&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Thu Jan 5 16:59:24 2006 @@ -25,6 +25,7 @@ + New property to make inclusion of test Xref optional. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-collections v3.1 -> v3.0 Modified: maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml?rev=366372&r1=366371&r2=366372&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml Thu Jan 5 16:59:24 2006 @@ -32,6 +32,13 @@ Description + maven.jxr.include.testXref + Yes + +Default value is true. + + + maven.jxr.templateDir Yes
svn commit: r366546 - /maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java
Author: ltheussl Date: Fri Jan 6 10:26:10 2006 New Revision: 366546 URL: http://svn.apache.org/viewcvs?rev=366546&view=rev Log: PR: MPJXR-31 Source X-Ref Plugin reverses backslashes. Modified: maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java Modified: maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java URL: http://svn.apache.org/viewcvs/maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java?rev=366546&r1=366545&r2=366546&view=diff == --- maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java (original) +++ maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java Fri Jan 6 10:26:10 2006 @@ -247,7 +247,7 @@ } line = replace( line, "&", "&" ); line = replace( line, "<", "<" ); -line = replace( line, "", "//" ); +line = replace( line, "", "\\" ); line = replace( line, "\\\"", "\\"" ); line = replace( line, "'\"'", "'"'" ); return multiLineCommentFilter( line );
svn commit: r366547 - /maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml
Author: ltheussl Date: Fri Jan 6 10:27:50 2006 New Revision: 366547 URL: http://svn.apache.org/viewcvs?rev=366547&view=rev Log: Changelog entry for MPJXR-31. Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml?rev=366547&r1=366546&r2=366547&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Fri Jan 6 10:27:50 2006 @@ -25,6 +25,7 @@ + Source X-Ref Plugin reverses backslashes. New property to make inclusion of test Xref optional. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
svn commit: r366612 - in /maven/maven-1/plugins/trunk/jira: ./ src/plugin-resources/ src/plugin-resources/images/ xdocs/
Author: ltheussl Date: Fri Jan 6 16:55:38 2006 New Revision: 366612 URL: http://svn.apache.org/viewcvs?rev=366612&view=rev Log: Layout changes: mimic default JIRA appearance, also show votes. Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/bug.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/improvement.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/issue_subtask.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newfeature.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newtest.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/priority_blocker.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/priority_critical.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/priority_major.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/priority_minor.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/priority_trivial.gif (with props) maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/task.gif (with props) Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl maven/maven-1/plugins/trunk/jira/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/plugin.jelly?rev=366612&r1=366611&r2=366612&view=diff == --- maven/maven-1/plugins/trunk/jira/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jira/plugin.jelly Fri Jan 6 16:55:38 2006 @@ -77,7 +77,10 @@ prettyPrint="true" /> - + + + + Error: unable to parse jira results due to an error: ${parseresult.message}. Jira report will not be generated Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/bug.gif URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/bug.gif?rev=366612&view=auto == Binary file - no diff available. Propchange: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/bug.gif -- svn:mime-type = application/octet-stream Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/improvement.gif URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/improvement.gif?rev=366612&view=auto == Binary file - no diff available. Propchange: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/improvement.gif -- svn:mime-type = application/octet-stream Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/issue_subtask.gif URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/issue_subtask.gif?rev=366612&view=auto == Binary file - no diff available. Propchange: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/issue_subtask.gif -- svn:mime-type = application/octet-stream Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newfeature.gif URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newfeature.gif?rev=366612&view=auto == Binary file - no diff available. Propchange: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newfeature.gif -- svn:mime-type = application/octet-stream Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newtest.gif URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newtest.gif?rev=366612&view=auto == Binary file - no diff available. Propchange: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/newtest.gif -- svn:mime-type = application/octet-stream Added: maven/maven-1/plugins/trunk/jira/src/plugin-resources/images/priority_blocker.gif URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin
svn commit: r366946 - /maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl
Author: ltheussl Date: Sat Jan 7 16:08:43 2006 New Revision: 366946 URL: http://svn.apache.org/viewcvs?rev=366946&view=rev Log: Handle case where no issues are found. Modified: maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Modified: maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl?rev=366946&r1=366945&r2=366946&view=diff == --- maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl (original) +++ maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Sat Jan 7 16:08:43 2006 @@ -53,6 +53,12 @@ + + + + No issues found! + + @@ -147,6 +153,8 @@ ${votes} + +
svn commit: r366991 - /maven/maven-1/plugins/trunk/clean/xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:11:38 2006 New Revision: 366991 URL: http://svn.apache.org/viewcvs?rev=366991&view=rev Log: Fix version and date of release Modified: maven/maven-1/plugins/trunk/clean/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/clean/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/xdocs/changes.xml?rev=366991&r1=366990&r2=366991&view=diff == --- maven/maven-1/plugins/trunk/clean/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/clean/xdocs/changes.xml Sat Jan 7 22:11:38 2006 @@ -24,7 +24,7 @@ Emmanuel Venisse - + Fix doco.
svn commit: r366992 - in /maven/maven-1/plugins/trunk/clean: project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:12:55 2006 New Revision: 366992 URL: http://svn.apache.org/viewcvs?rev=366992&view=rev Log: [maven-scm-plugin] prepare release 1.4 Modified: maven/maven-1/plugins/trunk/clean/project.xml maven/maven-1/plugins/trunk/clean/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/clean/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/project.xml?rev=366992&r1=366991&r2=366992&view=diff == --- maven/maven-1/plugins/trunk/clean/project.xml (original) +++ maven/maven-1/plugins/trunk/clean/project.xml Sat Jan 7 22:12:55 2006 @@ -1,4 +1,4 @@ - + - -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-clean-plugin Maven Clean Plugin - 1.4-SNAPSHOT + 1.4 Clean plugin for Maven http://maven.apache.org/maven-1.x/reference/plugins/clean/ @@ -50,6 +48,11 @@ 1.3 1.3 MAVEN_CLEAN_1_3 + + + 1.4 + 1.4 + MAVEN_CLEAN_1_4 Modified: maven/maven-1/plugins/trunk/clean/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/xdocs/changes.xml?rev=366992&r1=366991&r2=366992&view=diff == --- maven/maven-1/plugins/trunk/clean/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/clean/xdocs/changes.xml Sat Jan 7 22:12:55 2006 @@ -1,4 +1,4 @@ - + - Changes Emmanuel Venisse - + Fix doco.
svn commit: r366993 - in /maven/maven-1/plugins/tags/MAVEN_CLEAN_1_4: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:12:59 2006 New Revision: 366993 URL: http://svn.apache.org/viewcvs?rev=366993&view=rev Log: [maven-scm] copy for tag MAVEN_CLEAN_1_4 Added: maven/maven-1/plugins/tags/MAVEN_CLEAN_1_4/ - copied from r366243, maven/maven-1/plugins/trunk/clean/ maven/maven-1/plugins/tags/MAVEN_CLEAN_1_4/project.xml - copied unchanged from r366992, maven/maven-1/plugins/trunk/clean/project.xml maven/maven-1/plugins/tags/MAVEN_CLEAN_1_4/xdocs/changes.xml - copied unchanged from r366992, maven/maven-1/plugins/trunk/clean/xdocs/changes.xml
svn commit: r366995 - in /maven/maven-1/plugins/tags/MAVEN_FAQ_1_6: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:36:35 2006 New Revision: 366995 URL: http://svn.apache.org/viewcvs?rev=366995&view=rev Log: [maven-scm] copy for tag MAVEN_FAQ_1_6 Added: maven/maven-1/plugins/tags/MAVEN_FAQ_1_6/ - copied from r366243, maven/maven-1/plugins/trunk/faq/ maven/maven-1/plugins/tags/MAVEN_FAQ_1_6/project.xml - copied unchanged from r366994, maven/maven-1/plugins/trunk/faq/project.xml maven/maven-1/plugins/tags/MAVEN_FAQ_1_6/xdocs/changes.xml - copied unchanged from r366994, maven/maven-1/plugins/trunk/faq/xdocs/changes.xml
svn commit: r366994 - in /maven/maven-1/plugins/trunk/faq: project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:36:31 2006 New Revision: 366994 URL: http://svn.apache.org/viewcvs?rev=366994&view=rev Log: [maven-scm-plugin] prepare release 1.6 Modified: maven/maven-1/plugins/trunk/faq/project.xml maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/faq/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/project.xml?rev=366994&r1=366993&r2=366994&view=diff == --- maven/maven-1/plugins/trunk/faq/project.xml (original) +++ maven/maven-1/plugins/trunk/faq/project.xml Sat Jan 7 22:36:31 2006 @@ -1,4 +1,5 @@ + -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-faq-plugin Maven FAQ Plug-in - 1.6-SNAPSHOT + 1.6 jakarta Creates XDoc documentation from an FAQ XML document. FAQ Plugin @@ -54,6 +54,11 @@ 1.5 1.5 maven-faq-plugin-1.5 + + + 1.6 + 1.6 + MAVEN_FAQ_1_6 Modified: maven/maven-1/plugins/trunk/faq/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/xdocs/changes.xml?rev=366994&r1=366993&r2=366994&view=diff == --- maven/maven-1/plugins/trunk/faq/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Sat Jan 7 22:36:31 2006 @@ -1,4 +1,5 @@ +
svn commit: r366997 - in /maven/maven-1/plugins/trunk/genapp: project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:44:38 2006 New Revision: 366997 URL: http://svn.apache.org/viewcvs?rev=366997&view=rev Log: [maven-scm-plugin] prepare release 2.3 Modified: maven/maven-1/plugins/trunk/genapp/project.xml maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/genapp/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/project.xml?rev=366997&r1=366996&r2=366997&view=diff == --- maven/maven-1/plugins/trunk/genapp/project.xml (original) +++ maven/maven-1/plugins/trunk/genapp/project.xml Sat Jan 7 22:44:38 2006 @@ -17,14 +17,12 @@ * limitations under the License. */ --> - -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-genapp-plugin Maven Genapp Plugin - 2.3-SNAPSHOT + 2.3 A collection of example projects showing how to use maven in different situations A collection of example projects http://maven.apache.org/maven-1.x/reference/plugins/genapp/ @@ -51,6 +49,11 @@ 2.2.1 maven-genapp-plugin-2.2.1 + + 2.3 + 2.3 + MAVEN_GENAPP_2_3 + @@ -62,7 +65,7 @@ Developer Release Manager - + Jason van Zyl jvanzyl Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml?rev=366997&r1=366996&r2=366997&view=diff == --- maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Sat Jan 7 22:44:38 2006 @@ -1,4 +1,5 @@ +
svn commit: r366998 - in /maven/maven-1/plugins/tags/MAVEN_GENAPP_2_3: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:44:43 2006 New Revision: 366998 URL: http://svn.apache.org/viewcvs?rev=366998&view=rev Log: [maven-scm] copy for tag MAVEN_GENAPP_2_3 Added: maven/maven-1/plugins/tags/MAVEN_GENAPP_2_3/ - copied from r366243, maven/maven-1/plugins/trunk/genapp/ maven/maven-1/plugins/tags/MAVEN_GENAPP_2_3/project.xml - copied unchanged from r366997, maven/maven-1/plugins/trunk/genapp/project.xml maven/maven-1/plugins/tags/MAVEN_GENAPP_2_3/xdocs/changes.xml - copied unchanged from r366997, maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml
svn commit: r367000 - in /maven/maven-1/plugins/trunk/multichanges: project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:53:25 2006 New Revision: 367000 URL: http://svn.apache.org/viewcvs?rev=367000&view=rev Log: [maven-scm-plugin] prepare release 1.2 Modified: maven/maven-1/plugins/trunk/multichanges/project.xml maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/multichanges/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/project.xml?rev=367000&r1=366999&r2=367000&view=diff == --- maven/maven-1/plugins/trunk/multichanges/project.xml (original) +++ maven/maven-1/plugins/trunk/multichanges/project.xml Sat Jan 7 22:53:25 2006 @@ -1,4 +1,5 @@ + -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-multichanges-plugin Maven MultiChanges plugin - 1.2-SNAPSHOT + 1.2 Produce release dashboard for subprojects. Produce release dashboard for subprojects. http://maven.apache.org/maven-1.x/reference/plugins/multichanges/ @@ -43,6 +43,11 @@ 1.1 1.1 MAVEN_MULTICHANGES_1_1 + + + 1.2 + 1.2 + MAVEN_MULTICHANGES_1_2 Modified: maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml?rev=367000&r1=366999&r2=367000&view=diff == --- maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml Sat Jan 7 22:53:25 2006 @@ -17,20 +17,19 @@ * limitations under the License. */ --> - Changes Vincent Massol - + Use multiproject properties by default. Add another column to the report that lists the value of currentVersion. Links always used maven.multiproject.aggregateDir even if maven.multiproject.navigation=independent. Linked project names and releases with download pages and announcements - + Initial creation.
svn commit: r367001 - in /maven/maven-1/plugins/tags/MAVEN_MULTICHANGES_1_2: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sat Jan 7 22:53:27 2006 New Revision: 367001 URL: http://svn.apache.org/viewcvs?rev=367001&view=rev Log: [maven-scm] copy for tag MAVEN_MULTICHANGES_1_2 Added: maven/maven-1/plugins/tags/MAVEN_MULTICHANGES_1_2/ - copied from r366243, maven/maven-1/plugins/trunk/multichanges/ maven/maven-1/plugins/tags/MAVEN_MULTICHANGES_1_2/project.xml - copied unchanged from r367000, maven/maven-1/plugins/trunk/multichanges/project.xml maven/maven-1/plugins/tags/MAVEN_MULTICHANGES_1_2/xdocs/changes.xml - copied unchanged from r367000, maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml
svn commit: r367705 - in /maven/maven-1/plugins/trunk/jira: plugin.jelly plugin.properties src/main/org/apache/maven/jira/JiraDownloader.java src/plugin-resources/jira.jsl xdocs/changes.xml xdocs/prop
Author: ltheussl Date: Tue Jan 10 09:52:11 2006 New Revision: 367705 URL: http://svn.apache.org/viewcvs?rev=367705&view=rev Log: Add a jira-roadmap report. Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly maven/maven-1/plugins/trunk/jira/plugin.properties maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl maven/maven-1/plugins/trunk/jira/xdocs/changes.xml maven/maven-1/plugins/trunk/jira/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/plugin.jelly?rev=367705&r1=367704&r2=367705&view=diff == --- maven/maven-1/plugins/trunk/jira/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jira/plugin.jelly Tue Jan 10 09:52:11 2006 @@ -32,10 +32,19 @@ pluginName="maven-jira-plugin" link="jira" description="Report all issues defined in Jira."/> + + + + @@ -50,7 +59,7 @@ name="maven-jira-plugin:report" description="Generate report with all entries defined in Jira"> - + + + + + + - + + + + + + + + + + + + + + + + + + + Error: unable to parse jira results due to an error: ${parseresult.message}. Jira roadmap report will not be generated + + + + + + + + + + + + + Modified: maven/maven-1/plugins/trunk/jira/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/plugin.properties?rev=367705&r1=367704&r2=367705&view=diff == --- maven/maven-1/plugins/trunk/jira/plugin.properties (original) +++ maven/maven-1/plugins/trunk/jira/plugin.properties Tue Jan 10 09:52:11 2006 @@ -27,3 +27,4 @@ maven.jira.resolution=Unresolved maven.jira.priority= maven.jira.component= +maven.jira.roadmap=true \ No newline at end of file Modified: maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java?rev=367705&r1=367704&r2=367705&view=diff == --- maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java (original) +++ maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java Tue Jan 10 09:52:11 2006 @@ -90,6 +90,10 @@ /** The maven project. */ private Project project; +/** Include a Jira roadmap. */ +private boolean roadmap; + + /** Mapping containing all JIRA status values. */ private static Map statusMap = new HashMap(); @@ -212,7 +216,7 @@ if (pos >= 0) { // url id = url.substring(url.lastIndexOf("=") + 1); -} +} String jiraUrl = url.substring(0, url.lastIndexOf("/")); if (jiraUrl.endsWith("secure") || jiraUrl.endsWith("browse")) { @@ -220,26 +224,37 @@ } log.info("Jira lives at: " + jiraUrl); doAuthentication(cl, jiraUrl); - -if (id == null) { -GetMethod gm = new GetMethod(url); -log.info("Jira URL " + url + " doesn't include a pid, trying to get it"); -try { +String projectPage = ""; + +if ( id == null || roadmap) +{ +GetMethod gm = new GetMethod( url + "?report=com.atlassian.jira.plugin.system.project:roadmap-panel" ); +try +{ cl.executeMethod(gm); log.info("Succesfully reached JIRA."); } -catch (Exception e) { -if (log.isDebugEnabled()) { +catch (Exception e) +{ +if (log.isDebugEnabled()) +{ log.error("Unable to reach JIRA project page:", e); } -else { +else +{ log.error("Unable to reach JIRA project page. Cause is: " + e.getLocalizedMessage()); } } -String projectPage = gm.getResponseBody
svn commit: r367739 - in /maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira: JiraDownloader.java package.html
Author: ltheussl Date: Tue Jan 10 11:12:59 2006 New Revision: 367739 URL: http://svn.apache.org/viewcvs?rev=367739&view=rev Log: Add package.html, code formatting. Added: maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/package.html (with props) Modified: maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java Modified: maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java?rev=367739&r1=367738&r2=367739&view=diff == --- maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java (original) +++ maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java Tue Jan 10 11:12:59 2006 @@ -21,8 +21,10 @@ import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; + import java.text.NumberFormat; import java.text.ParsePosition; + import java.util.HashMap; import java.util.Map; @@ -43,16 +45,48 @@ /** * Gets relevant issues in RSS from a given JIRA installation. - * + * * Based on version 1.1.2 and patch by Dr. Spock (MPJIRA-8) - * + * * @author [EMAIL PROTECTED] */ -public final class JiraDownloader { +public final class JiraDownloader +{ /** * Log for debug output. */ -private static Log log = LogFactory.getLog(JiraDownloader.class); +private static Log log = LogFactory.getLog( JiraDownloader.class ); + +/** Mapping containing all JIRA status values. */ +private static Map statusMap = new HashMap(); + +/** Mapping containing all JIRA resolution values. */ +private static Map resolutionMap = new HashMap(); + +/** Mapping containing all JIRA priority values. */ +private static Map priorityMap = new HashMap(); + +static +{ +statusMap.put( "Open", "1" ); +statusMap.put( "In Progress", "3" ); +statusMap.put( "Reopened", "4" ); +statusMap.put( "Resolved", "5" ); +statusMap.put( "Closed", "6" ); + +resolutionMap.put( "Unresolved", "-1" ); +resolutionMap.put( "Fixed", "1" ); +resolutionMap.put( "Won't Fix", "2" ); +resolutionMap.put( "Duplicate", "3" ); +resolutionMap.put( "Incomplete", "4" ); +resolutionMap.put( "Cannot Reproduce", "5" ); + +priorityMap.put( "Blocker", "1" ); +priorityMap.put( "Critical", "2" ); +priorityMap.put( "Major", "3" ); +priorityMap.put( "Minor", "4" ); +priorityMap.put( "Trivial", "5" ); +} /** Output file for xml document. */ private File output; @@ -93,256 +127,317 @@ /** Include a Jira roadmap. */ private boolean roadmap; - -/** Mapping containing all JIRA status values. */ -private static Map statusMap = new HashMap(); - -/** Mapping containing all JIRA resolution values. */ -private static Map resolutionMap = new HashMap(); - -/** Mapping containing all JIRA priority values. */ -private static Map priorityMap = new HashMap(); - -static { -statusMap.put("Open", "1"); -statusMap.put("In Progress", "3"); -statusMap.put("Reopened", "4"); -statusMap.put("Resolved", "5"); -statusMap.put("Closed", "6"); - -resolutionMap.put("Unresolved", "-1"); -resolutionMap.put("Fixed", "1"); -resolutionMap.put("Won't Fix", "2"); -resolutionMap.put("Duplicate", "3"); -resolutionMap.put("Incomplete", "4"); -resolutionMap.put("Cannot Reproduce", "5"); - -priorityMap.put("Blocker", "1"); -priorityMap.put("Critical", "2"); -priorityMap.put("Major", "3"); -priorityMap.put("Minor", "4"); -priorityMap.put("Trivial", "5"); -} - /** * Creates a filter given the maven.jira parameters and some defaults. - * + * * @return request parameters to be added to URL used for downloading the JIRA issues */ -private String createFilter() { -if (this.filter != null && this.filter.length() > 0) { -if (this.filter.charAt(0) == '&') { -
svn commit: r367861 - in /maven/maven-1/plugins/trunk/dashboard: src/plugin-resources/templates/dashboard.jsl xdocs/changes.xml
Author: ltheussl Date: Tue Jan 10 17:08:46 2006 New Revision: 367861 URL: http://svn.apache.org/viewcvs?rev=367861&view=rev Log: PR: MPDASHBOARD-32 maven.dashboard.report.showempty property not honored. Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl?rev=367861&r1=367860&r2=367861&view=diff == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl (original) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl Tue Jan 10 17:08:46 2006 @@ -85,7 +85,7 @@ - + Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml?rev=367861&r1=367860&r2=367861&view=diff == --- maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Tue Jan 10 17:08:46 2006 @@ -25,6 +25,7 @@ + maven.dashboard.report.showempty property not honored. Cobertura aggregator don't support offline mode. From now the Cobertura aggregator works only with MAVEN 1.1. Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40). Added Cobertura aggregator.
svn commit: r368175 - in /maven/maven-1/plugins/trunk/dashboard: plugin.jelly src/plugin-resources/templates/dashboard.jsl xdocs/changes.xml
Author: ltheussl Date: Wed Jan 11 16:06:09 2006 New Revision: 368175 URL: http://svn.apache.org/viewcvs?rev=368175&view=rev Log: PR: MPDASHBOARD-24 Incorrect links with multiproject independent navigation. Now using pom.url in this case. Modified: maven/maven-1/plugins/trunk/dashboard/plugin.jelly maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/templates/dashboard.jsl maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/dashboard/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/plugin.jelly?rev=368175&r1=368174&r2=368175&view=diff == --- maven/maven-1/plugins/trunk/dashboard/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/dashboard/plugin.jelly Wed Jan 11 16:06:09 2006 @@ -113,6 +113,9 @@ --> + + + @@ -126,6 +129,9 @@ ${reactorProject.name} ${reactorProject.artifactId} + + ${reactorProject.url} + + + + + + + + + + Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml?rev=368175&r1=368174&r2=368175&view=diff == --- maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Wed Jan 11 16:06:09 2006 @@ -25,6 +25,7 @@ + Incorrect links with multiproject independent navigation. maven.dashboard.report.showempty property not honored. Cobertura aggregator don't support offline mode. From now the Cobertura aggregator works only with MAVEN 1.1. Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40).
svn commit: r368176 - in /maven/maven-1/plugins/trunk/dashboard/src/plugin-test: common/project.xml maven.xml
Author: ltheussl Date: Wed Jan 11 16:07:08 2006 New Revision: 368176 URL: http://svn.apache.org/viewcvs?rev=368176&view=rev Log: Move default goal into project.xml Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml?rev=368176&r1=368175&r2=368176&view=diff == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml Wed Jan 11 16:07:08 2006 @@ -56,6 +56,7 @@ +testPlugin src/java src/test Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml?rev=368176&r1=368175&r2=368176&view=diff == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml Wed Jan 11 16:07:08 2006 @@ -15,7 +15,7 @@ * limitations under the License. */ --> -
svn commit: r368208 - in /maven/maven-1/plugins/trunk/dashboard: ./ src/plugin-resources/aggregators/ src/plugin-test/ src/plugin-test/common/ src/plugin-test/testIndividualReportsNotGeneratedByDashbo
Author: ltheussl Date: Wed Jan 11 17:24:12 2006 New Revision: 368208 URL: http://svn.apache.org/viewcvs?rev=368208&view=rev Log: Add new aggregators jiraopen and jirascheduled. Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jiraopen.jelly maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jirascheduled.jelly Modified: maven/maven-1/plugins/trunk/dashboard/plugin.properties maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml maven/maven-1/plugins/trunk/dashboard/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/dashboard/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/plugin.properties?rev=368208&r1=368207&r2=368208&view=diff == --- maven/maven-1/plugins/trunk/dashboard/plugin.properties (original) +++ maven/maven-1/plugins/trunk/dashboard/plugin.properties Wed Jan 11 17:24:12 2006 @@ -333,3 +333,19 @@ maven.dashboard.aggregator.javancssjavadocstotal.goal = maven-javancss-plugin:report maven.dashboard.aggregator.javancssjavadocstotal.description = Total number of JavaNCSS JavaDocs maven.dashboard.aggregator.javancssjavadocstotal.report = javancss-report.html + +# Properties for the Jira open issues aggregator +maven.dashboard.aggregator.jiraopen.script = ${maven.dashboard.aggregators.dir}/jiraopen.jelly +maven.dashboard.aggregator.jiraopen.artifact = ${maven.build.dir}/jira/jira-results.xml +maven.dashboard.aggregator.jiraopen.label = JIRA open issues +maven.dashboard.aggregator.jiraopen.goal = maven-jira-plugin:report +maven.dashboard.aggregator.jiraopen.description = Number of open issues in JIRA +maven.dashboard.aggregator.jiraopen.report = jira.html + +# Properties for the Jira open scheduled issues aggregator +maven.dashboard.aggregator.jirascheduled.script = ${maven.dashboard.aggregators.dir}/jirascheduled.jelly +maven.dashboard.aggregator.jirascheduled.artifact = ${maven.build.dir}/jira/jira-roadmap.xml +maven.dashboard.aggregator.jirascheduled.label = JIRA open scheduled issues +maven.dashboard.aggregator.jirascheduled.goal = maven-jira-plugin:report +maven.dashboard.aggregator.jirascheduled.description = Number of open issues in JIRA that are scheduled for the next release +maven.dashboard.aggregator.jirascheduled.report = jira-roadmap.html Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jiraopen.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jiraopen.jelly?rev=368208&view=auto == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jiraopen.jelly (added) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jiraopen.jelly Wed Jan 11 17:24:12 2006 @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jirascheduled.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jirascheduled.jelly?rev=368208&view=auto == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jirascheduled.jelly (added) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/jirascheduled.jelly Wed Jan 11 17:24:12 2006 @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties?rev=368208&r1=368207&r2=368208&view=diff == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties (original) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties Wed Jan 11 17:24:12 2006 @@ -34,6 +34,6 @@ # 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,csfiles,clovertpc,cloverloc,cloverncl
svn commit: r368313 - /maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml
Author: ltheussl Date: Thu Jan 12 00:27:06 2006 New Revision: 368313 URL: http://svn.apache.org/viewcvs?rev=368313&view=rev Log: Fix documentation bug Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml?rev=368313&r1=368312&r2=368313&view=diff == --- maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml Thu Jan 12 00:27:06 2006 @@ -117,9 +117,9 @@ If the property is set to aggregate a navigation menu is generated with each - project's name linking to /${maven.multiproject.aggregateDir}${project.name}/index.html. + project's name linking to /${maven.multiproject.aggregateDir}${project.artifactId}/index.html. At the completion of the multiproject:site goal, each project's generated site is copied into - the appropriate directory. e.g. if WebProject1 and JarProject2 are the names of projects + the appropriate directory. e.g. if WebProject1 and JarProject2 are the artifactId's of projects processed via multiproject:site, the project that is executing multiproject:site will have the generated sites from WebProject1/target/docs and JarProject2/target/docs copied into
svn commit: r368467 - /maven/maven-1/plugins/trunk/dashboard/plugin.properties
Author: ltheussl Date: Thu Jan 12 13:06:26 2006 New Revision: 368467 URL: http://svn.apache.org/viewcvs?rev=368467&view=rev Log: Shorter labels, better description for jira aggregators Modified: maven/maven-1/plugins/trunk/dashboard/plugin.properties Modified: maven/maven-1/plugins/trunk/dashboard/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/plugin.properties?rev=368467&r1=368466&r2=368467&view=diff == --- maven/maven-1/plugins/trunk/dashboard/plugin.properties (original) +++ maven/maven-1/plugins/trunk/dashboard/plugin.properties Thu Jan 12 13:06:26 2006 @@ -337,15 +337,15 @@ # Properties for the Jira open issues aggregator maven.dashboard.aggregator.jiraopen.script = ${maven.dashboard.aggregators.dir}/jiraopen.jelly maven.dashboard.aggregator.jiraopen.artifact = ${maven.build.dir}/jira/jira-results.xml -maven.dashboard.aggregator.jiraopen.label = JIRA open issues +maven.dashboard.aggregator.jiraopen.label = JIRA OI maven.dashboard.aggregator.jiraopen.goal = maven-jira-plugin:report -maven.dashboard.aggregator.jiraopen.description = Number of open issues in JIRA +maven.dashboard.aggregator.jiraopen.description = Total number of open issues in JIRA maven.dashboard.aggregator.jiraopen.report = jira.html # Properties for the Jira open scheduled issues aggregator maven.dashboard.aggregator.jirascheduled.script = ${maven.dashboard.aggregators.dir}/jirascheduled.jelly maven.dashboard.aggregator.jirascheduled.artifact = ${maven.build.dir}/jira/jira-roadmap.xml -maven.dashboard.aggregator.jirascheduled.label = JIRA open scheduled issues +maven.dashboard.aggregator.jirascheduled.label = JIRA OSI maven.dashboard.aggregator.jirascheduled.goal = maven-jira-plugin:report maven.dashboard.aggregator.jirascheduled.description = Number of open issues in JIRA that are scheduled for the next release maven.dashboard.aggregator.jirascheduled.report = jira-roadmap.html
svn commit: r368477 - in /maven/maven-1/plugins/trunk/dist: plugin.jelly src/plugin-test/custom.txt src/plugin-test/maven.xml src/plugin-test/project.properties src/plugin-test/project.xml xdocs/chang
Author: ltheussl Date: Thu Jan 12 13:32:21 2006 New Revision: 368477 URL: http://svn.apache.org/viewcvs?rev=368477&view=rev Log: PR: MPDIST-15 Submitted by: Fabrizio Giustina New maven.dist.src.include property Added: maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt (with props) maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties (with props) Modified: maven/maven-1/plugins/trunk/dist/plugin.jelly maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml maven/maven-1/plugins/trunk/dist/src/plugin-test/project.xml maven/maven-1/plugins/trunk/dist/xdocs/changes.xml maven/maven-1/plugins/trunk/dist/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/dist/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/plugin.jelly?rev=368477&r1=368476&r2=368477&view=diff == --- maven/maven-1/plugins/trunk/dist/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/dist/plugin.jelly Thu Jan 12 13:32:21 2006 @@ -92,6 +92,8 @@ +---+ +${maven.dist.src.include} + @@ -100,6 +102,9 @@ + + + Added: maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt?rev=368477&view=auto == --- maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt (added) +++ maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt Thu Jan 12 13:32:21 2006 @@ -0,0 +1 @@ +custom file included in source distribution build Propchange: maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt -- svn:eol-style = native Propchange: maven/maven-1/plugins/trunk/dist/src/plugin-test/custom.txt -- svn:keywords = "Author Date Id Revision" Modified: maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml?rev=368477&r1=368476&r2=368477&view=diff == --- maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml (original) +++ maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml Thu Jan 12 13:32:21 2006 @@ -19,7 +19,7 @@ xmlns:util="jelly:util" xmlns:j="jelly:core"> - + @@ -29,4 +29,10 @@ + + + + + + Added: maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties?rev=368477&view=auto == --- maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties (added) +++ maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties Thu Jan 12 13:32:21 2006 @@ -0,0 +1 @@ +maven.dist.src.include=custom.txt,doesntexists.txt Propchange: maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties -- svn:eol-style = native Propchange: maven/maven-1/plugins/trunk/dist/src/plugin-test/project.properties -- svn:keywords = "Author Date Id Revision" Modified: maven/maven-1/plugins/trunk/dist/src/plugin-test/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/src/plugin-test/project.xml?rev=368477&r1=368476&r2=368477&view=diff == --- maven/maven-1/plugins/trunk/dist/src/plugin-test/project.xml (original) +++ maven/maven-1/plugins/trunk/dist/src/plugin-test/project.xml Thu Jan 12 13:32:21 2006 @@ -55,4 +55,10 @@ src/main + + + +maven-license-plugin + + Modified: maven/maven-1/plugins/trunk/dist/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/xdocs/changes.xml?rev=368477&r1=368476&r2=368477&view=diff == --- maven/maven-1/plugins/trunk/dist/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/dist/xdocs/changes.xml Thu Jan 12 13:32:21 2006 @@ -25,6 +25,7 @@ + New maven.dist.src.include property. Allow to configure to which files should use CRLF/LF line endings in archives. dist:prepare-src-filesystem
svn commit: r368479 - in /maven/maven-1/plugins/trunk/native: plugin.jelly xdocs/changes.xml
Author: ltheussl Date: Thu Jan 12 13:42:49 2006 New Revision: 368479 URL: http://svn.apache.org/viewcvs?rev=368479&view=rev Log: PR: MPNATIVE-13 Submitted by: baleineca Jelly tokenize incorrect behaviour Modified: maven/maven-1/plugins/trunk/native/plugin.jelly maven/maven-1/plugins/trunk/native/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/native/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/plugin.jelly?rev=368479&r1=368478&r2=368479&view=diff == --- maven/maven-1/plugins/trunk/native/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/native/plugin.jelly Thu Jan 12 13:42:49 2006 @@ -115,21 +115,18 @@ - - - - - -${dep.artifactId} - - - - - - - - + + + + + + + + + + + Modified: maven/maven-1/plugins/trunk/native/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/xdocs/changes.xml?rev=368479&r1=368478&r2=368479&view=diff == --- maven/maven-1/plugins/trunk/native/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/native/xdocs/changes.xml Thu Jan 12 13:42:49 2006 @@ -25,6 +25,7 @@ + Jelly tokenize incorrect behaviour. Checking for runtime property and adding it. Default to "dynamic" if not present. Add DLL support to the plugin Changed repository location of libraries from so to sos so Maven can handle them as dependencies
svn commit: r368484 - in /maven/maven-1/plugins/trunk/native: plugin.jelly xdocs/changes.xml
Author: ltheussl Date: Thu Jan 12 13:54:47 2006 New Revision: 368484 URL: http://svn.apache.org/viewcvs?rev=368484&view=rev Log: PR: MPNATIVE-14 Submitted by: Marcus Crafter Add dependency classpath to call to javah Modified: maven/maven-1/plugins/trunk/native/plugin.jelly maven/maven-1/plugins/trunk/native/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/native/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/plugin.jelly?rev=368484&r1=368483&r2=368484&view=diff == --- maven/maven-1/plugins/trunk/native/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/native/plugin.jelly Thu Jan 12 13:54:47 2006 @@ -232,6 +232,17 @@ + + + + + + + + + + + Running Javah on java classes @@ -260,7 +271,7 @@ - + Modified: maven/maven-1/plugins/trunk/native/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/xdocs/changes.xml?rev=368484&r1=368483&r2=368484&view=diff == --- maven/maven-1/plugins/trunk/native/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/native/xdocs/changes.xml Thu Jan 12 13:54:47 2006 @@ -25,6 +25,7 @@ + Add dependency classpath to call to javah. Jelly tokenize incorrect behaviour. Checking for runtime property and adding it. Default to "dynamic" if not present. Add DLL support to the plugin
svn commit: r368490 - in /maven/maven-1/plugins/trunk/native: plugin.jelly xdocs/changes.xml
Author: ltheussl Date: Thu Jan 12 14:04:55 2006 New Revision: 368490 URL: http://svn.apache.org/viewcvs?rev=368490&view=rev Log: PR: MPNATIVE-12 Create .lib with full name Modified: maven/maven-1/plugins/trunk/native/plugin.jelly maven/maven-1/plugins/trunk/native/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/native/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/plugin.jelly?rev=368490&r1=368489&r2=368490&view=diff == --- maven/maven-1/plugins/trunk/native/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/native/plugin.jelly Thu Jan 12 14:04:55 2006 @@ -154,11 +154,16 @@ - + - + + + + + Modified: maven/maven-1/plugins/trunk/native/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/xdocs/changes.xml?rev=368490&r1=368489&r2=368490&view=diff == --- maven/maven-1/plugins/trunk/native/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/native/xdocs/changes.xml Thu Jan 12 14:04:55 2006 @@ -25,6 +25,7 @@ + Need .lib full name. Add dependency classpath to call to javah. Jelly tokenize incorrect behaviour. Checking for runtime property and adding it. Default to "dynamic" if not present.
svn commit: r368492 - /maven/maven-1/plugins/trunk/native/xdocs/index.xml
Author: ltheussl Date: Thu Jan 12 14:06:40 2006 New Revision: 368492 URL: http://svn.apache.org/viewcvs?rev=368492&view=rev Log: Removed old news Modified: maven/maven-1/plugins/trunk/native/xdocs/index.xml Modified: maven/maven-1/plugins/trunk/native/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/xdocs/index.xml?rev=368492&r1=368491&r2=368492&view=diff == --- maven/maven-1/plugins/trunk/native/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/native/xdocs/index.xml Thu Jan 12 14:06:40 2006 @@ -30,37 +30,7 @@ This is a plugin that allows to compile c,c++,fortran code under maven with different compilers such as gcc, msvc, bcc, ... - - - - - - Date - Description - - - - 17 October 2004 - -support for dlls added - - - - - 31 July 2004 - -support for native dependencies added - - - - - 26 Mar 2003 - -Project Created - - -
svn commit: r368495 - in /maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util: JavaSourceTool.java package.html
Author: ltheussl Date: Thu Jan 12 14:17:38 2006 New Revision: 368495 URL: http://svn.apache.org/viewcvs?rev=368495&view=rev Log: Add package.html, code reformatting Added: maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html (with props) Modified: maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/JavaSourceTool.java Modified: maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/JavaSourceTool.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/JavaSourceTool.java?rev=368495&r1=368494&r2=368495&view=diff == --- maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/JavaSourceTool.java (original) +++ maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/JavaSourceTool.java Thu Jan 12 14:17:38 2006 @@ -16,7 +16,7 @@ * limitations under the License. * */ - + import java.io.IOException; import org.apache.bcel.classfile.ClassParser; @@ -26,24 +26,30 @@ * @author Kasper Nielsen * */ -public class JavaSourceTool { - - +public class JavaSourceTool +{ /** - * Parses the java class file and returns an isntance of a Bcel Class + * Parses the java class file and returns an instance of a Bcel Class * * @param absoluteFileName the absolute file name to transform * @return the Bcel Class. * @throws IOException upon failure to read the java file */ -public static final JavaClass getBcelClass(String absoluteFileName) throws IOException { -try { -ClassParser parser = new ClassParser(absoluteFileName); -JavaClass clazz= parser.parse(); +public static final JavaClass getBcelClass( String absoluteFileName ) +throws IOException +{ +try +{ +ClassParser parser = new ClassParser( absoluteFileName ); +JavaClass clazz = parser.parse( ); + return clazz; - -} catch (Exception e) { -System.out.println("\nError parsing " + absoluteFileName + ": " + e + "\n"); +} +catch ( Exception e ) +{ +System.out.println( "\nError parsing " + absoluteFileName + ": " ++ e + "\n" ); + return null; } } Added: maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html?rev=368495&view=auto == --- maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html (added) +++ maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html Thu Jan 12 14:17:38 2006 @@ -0,0 +1,11 @@ + + + +org.apache.maven.natives.util + + + + Contains utility classes org.apache.maven.natives.util. + + + Propchange: maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html -- svn:eol-style = native Propchange: maven/maven-1/plugins/trunk/native/src/main/org/apache/maven/natives/util/package.html -- svn:keywords = "Author Date Id Revision"
svn commit: r368517 - in /maven/maven-1/plugins/trunk/html2xdoc/xdocs: goals.xml index.xml
Author: ltheussl Date: Thu Jan 12 15:34:33 2006 New Revision: 368517 URL: http://svn.apache.org/viewcvs?rev=368517&view=rev Log: Update docs Modified: maven/maven-1/plugins/trunk/html2xdoc/xdocs/goals.xml maven/maven-1/plugins/trunk/html2xdoc/xdocs/index.xml Modified: maven/maven-1/plugins/trunk/html2xdoc/xdocs/goals.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/xdocs/goals.xml?rev=368517&r1=368516&r2=368517&view=diff == --- maven/maven-1/plugins/trunk/html2xdoc/xdocs/goals.xml (original) +++ maven/maven-1/plugins/trunk/html2xdoc/xdocs/goals.xml Thu Jan 12 15:34:33 2006 @@ -35,13 +35,6 @@ The default goal. This goal generates xdoc documents from some basic HTML documentation which can then be styled by the xdoc goal to use a uniform CSS style and add the common navigation links etc. - - This goal means that normal vanilla HTML can be used to create documentation - using a WYSIWYG editing tool like Mozilla or MS FrontPage. - - Most end user documentation - only requires basic formatting (bold, italic, bullets) along with headings and images and - links so using normal HTML for docuemntation with a WYSIWYG tool seems like a good idea. Modified: maven/maven-1/plugins/trunk/html2xdoc/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/xdocs/index.xml?rev=368517&r1=368516&r2=368517&view=diff == --- maven/maven-1/plugins/trunk/html2xdoc/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/html2xdoc/xdocs/index.xml Thu Jan 12 15:34:33 2006 @@ -32,7 +32,7 @@ a uniform CSS style and add the common navigation links etc. - This goal means that normal vanilla HTML can be used to create documentation + This means that normal vanilla HTML can be used to create documentation using a WYSIWYG editing tool like Mozilla or MS FrontPage.
svn commit: r368518 - in /maven/maven-1/plugins/trunk/html2xdoc/src: main/org/apache/maven/html2xdoc/ test/org/apache/maven/html2xdoc/
Author: ltheussl Date: Thu Jan 12 15:35:13 2006 New Revision: 368518 URL: http://svn.apache.org/viewcvs?rev=368518&view=rev Log: Add package.html, reformat code Added: maven/maven-1/plugins/trunk/html2xdoc/src/main/org/apache/maven/html2xdoc/package.html (with props) maven/maven-1/plugins/trunk/html2xdoc/src/test/org/apache/maven/html2xdoc/package.html (with props) Modified: maven/maven-1/plugins/trunk/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java maven/maven-1/plugins/trunk/html2xdoc/src/test/org/apache/maven/html2xdoc/TestHtml2Xdoc.java Modified: maven/maven-1/plugins/trunk/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java?rev=368518&r1=368517&r2=368518&view=diff == --- maven/maven-1/plugins/trunk/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java (original) +++ maven/maven-1/plugins/trunk/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java Thu Jan 12 15:35:13 2006 @@ -16,7 +16,6 @@ * limitations under the License. * */ - import java.util.Iterator; import java.util.LinkedList; import java.util.List; @@ -38,15 +37,15 @@ * * @author mailto:[EMAIL PROTECTED]">James Strachan */ -public class Html2XdocBean { - +public class Html2XdocBean +{ /** The Log to which logging calls will be made. */ -private static final Log log = LogFactory.getLog(Html2XdocBean.class); +private static final Log log = LogFactory.getLog( Html2XdocBean.class ); /** * Used to create the output document */ -private DocumentFactory factory = new DocumentFactory(); +private DocumentFactory factory = new DocumentFactory( ); /** * The current node to attach the sub-nodes. @@ -79,22 +78,29 @@ * @param html the input html document * @return Document */ -public Document convert(Document html) { -Document doc = factory.createDocument(); -Element root = doc.addElement("document"); -Element properties = root.addElement("properties"); -Element title = properties.addElement("title"); -title.setText(html.valueOf("/html/head/title")); - -Element body = root.addElement("body"); - -Element htmlContent = (Element) html.selectSingleNode("/html/body"); -if (htmlContent == null) { -log.info("No body element found for HTML document: " -+ html.asXML()); -} else { -addSections(body, htmlContent); +public Document convert( Document html ) +{ +Document doc = factory.createDocument( ); +Element root = doc.addElement( "document" ); +Element properties = root.addElement( "properties" ); +Element title = properties.addElement( "title" ); + +title.setText( html.valueOf( "/html/head/title" ) ); + +Element body = root.addElement( "body" ); + +Element htmlContent = (Element) html.selectSingleNode( "/html/body" ); + +if ( htmlContent == null ) +{ +log.info( "No body element found for HTML document: " ++ html.asXML( ) ); +} +else +{ +addSections( body, htmlContent ); } + return doc; } @@ -106,19 +112,24 @@ * @param output the output destination * @param body the block of HTML markup to convert */ -protected void addSections(Element output, Element body) { -List content = getBodyContent(body.content()); - -for (Iterator iter = content.iterator(); iter.hasNext();) { -Node node = (Node) iter.next(); -if (isHeading(node)) { -makeSection(output, node); -} else { -guaranteeHasSection(output); -processNode(node); +protected void addSections( Element output, Element body ) +{ +List content = getBodyContent( body.content( ) ); + +for ( Iterator iter = content.iterator( ); iter.hasNext( ); ) +{ +Node node = (Node) iter.next( ); + +if ( isHeading( node ) ) +{ +makeSection( output, node ); +} +else +{ +guaranteeHasSection( output ); +processNode( node ); } } - } /** @@ -127,13 +138,19 @@ * * @param node the node to process */ -private void processNode(Node node) { -if (isCharacterData(node)) { -addTextNode(node); -} else if (isTextF
svn commit: r368519 - /maven/maven-1/plugins/trunk/jira/xdocs/faq.fml
Author: ltheussl Date: Thu Jan 12 15:54:06 2006 New Revision: 368519 URL: http://svn.apache.org/viewcvs?rev=368519&view=rev Log: Update docs Modified: maven/maven-1/plugins/trunk/jira/xdocs/faq.fml Modified: maven/maven-1/plugins/trunk/jira/xdocs/faq.fml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/xdocs/faq.fml?rev=368519&r1=368518&r2=368519&view=diff == --- maven/maven-1/plugins/trunk/jira/xdocs/faq.fml (original) +++ maven/maven-1/plugins/trunk/jira/xdocs/faq.fml Thu Jan 12 15:54:06 2006 @@ -28,12 +28,19 @@ - 1. modify/double check that your project.xml has issue tracking url in the following format : + 1. The jira plugin needs the jira id number of your project to work. Preferably, + your project.xml should have an <issueTrackingUrl> in the following format : <issueTrackingUrl>[JIRA URL]/BrowseProject.jspa?id=[JIRA PROJECT ID]</issueTrackingUrl> Example : <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450</issueTrackingUrl>; - + + If no id is found in <issueTrackingUrl>, like eg, in + + <issueTrackingUrl>http://jira.codehaus.org/browse/MPJIRA</issueTrackingUrl>; + + an attempt is made to extract the id from the jira project page, but this is not guaranteed to work. + 2. Determine the credentials to log into the webserver, if any. The plugin supports basic authentication (and SSL). Add the credentials to the project.properties, as maven.jira.webUser and maven.jira.webPassword
svn commit: r368533 - /maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl
Author: ltheussl Date: Thu Jan 12 16:43:35 2006 New Revision: 368533 URL: http://svn.apache.org/viewcvs?rev=368533&view=rev Log: Fix test for sub-task icon Modified: maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Modified: maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl?rev=368533&r1=368532&r2=368533&view=diff == --- maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl (original) +++ maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Thu Jan 12 16:43:35 2006 @@ -98,7 +98,7 @@ - +
svn commit: r368823 - /maven/maven-1/plugins/trunk/plugin-parent/project.xml
Author: ltheussl Date: Fri Jan 13 11:01:58 2006 New Revision: 368823 URL: http://svn.apache.org/viewcvs?rev=368823&view=rev Log: Add myself as developer, add jira report by default Modified: maven/maven-1/plugins/trunk/plugin-parent/project.xml Modified: maven/maven-1/plugins/trunk/plugin-parent/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.xml?rev=368823&r1=368822&r2=368823&view=diff == --- maven/maven-1/plugins/trunk/plugin-parent/project.xml (original) +++ maven/maven-1/plugins/trunk/plugin-parent/project.xml Fri Jan 13 11:01:58 2006 @@ -152,6 +152,14 @@ +1 + + Lukas Theussl + ltheussl + [EMAIL PROTECTED] + +Developer + + @@ -199,6 +207,7 @@ maven-tasklist-plugin maven-javadoc-plugin maven-jxr-plugin +maven-jira-plugin maven-jdepend-plugin maven-checkstyle-plugin maven-junit-report-plugin
svn commit: r368824 - in /maven/maven-1/plugins/trunk/jira: plugin.jelly src/main/org/apache/maven/jira/JiraDownloader.java xdocs/changes.xml xdocs/index.xml
Author: ltheussl Date: Fri Jan 13 11:10:21 2006 New Revision: 368824 URL: http://svn.apache.org/viewcvs?rev=368824&view=rev Log: PR: MPJIRA-17 Plugin uses deprecated API to retrieve JIRA issues. Rename properties that were deprecated in JIRA 3.3. Now requires at least JIRA 3.3. Added: maven/maven-1/plugins/trunk/jira/xdocs/index.xml (with props) Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java maven/maven-1/plugins/trunk/jira/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/plugin.jelly?rev=368824&r1=368823&r2=368824&view=diff == --- maven/maven-1/plugins/trunk/jira/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jira/plugin.jelly Fri Jan 13 11:10:21 2006 @@ -64,10 +64,10 @@ project="${pom}" output="${maven.build.dir}/jira/jira-results.xml" nbEntries="${maven.jira.nbentries}" - statusIds="${maven.jira.status}" + status="${maven.jira.status}" filter="${maven.jira.filter}" - resolutionIds="${maven.jira.resolution}" - priorityIds="${maven.jira.priority}" + resolution="${maven.jira.resolution}" + priority="${maven.jira.priority}" webUser="${maven.jira.webUser}" webPassword="${maven.jira.webPassword}" jiraUser="${maven.jira.jiraUser}" Modified: maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java?rev=368824&r1=368823&r2=368824&view=diff == --- maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java (original) +++ maven/maven-1/plugins/trunk/jira/src/main/org/apache/maven/jira/JiraDownloader.java Fri Jan 13 11:10:21 2006 @@ -98,13 +98,13 @@ private String filter; /** Ids of status to show, as comma separated string. */ -private String statusIds; +private String status; /** Ids of resolution to show, as comma separated string. */ -private String resolutionIds; +private String resolution; /** Ids of priority to show, as comma separated string. */ -private String priorityIds; +private String priority; /** The component to show. */ private String component; @@ -147,9 +147,9 @@ StringBuffer localFilter = new StringBuffer(); // get the Status Ids -if ( statusIds != null ) +if ( status != null ) { -String[] stats = statusIds.split( "," ); +String[] stats = status.split( "," ); for ( int i = 0; i < stats.length; i++ ) { @@ -157,15 +157,15 @@ if ( statusParam != null ) { -localFilter.append( "&statusIds=" + statusParam ); +localFilter.append( "&status=" + statusParam ); } } } // get the Priority Ids -if ( priorityIds != null ) +if ( priority != null ) { -String[] prios = priorityIds.split( "," ); +String[] prios = priority.split( "," ); for ( int i = 0; i < prios.length; i++ ) { @@ -173,15 +173,15 @@ if ( priorityParam != null ) { -localFilter.append( "&priorityIds=" + priorityParam ); +localFilter.append( "&priority=" + priorityParam ); } } } -if ( resolutionIds != null ) +if ( resolution != null ) { // get the Resolution Ids -String[] resos = resolutionIds.split( "," ); +String[] resos = resolution.split( "," ); for ( int i = 0; i < resos.length; i++ ) { @@ -189,7 +189,7 @@ if ( resoParam != null ) { -localFilter.append( "&resolutionIds=" + resoParam ); +localFilter.append( "&resolution=" + resoParam ); } } } @@ -614,36 +614,36 @@ } /** - * Sets the statusIds. + * Sets the status. * - * @param thisStatusIds + * @param thisStatus *The id(s) of the status to show, as comma separated string */ -public void setStatusIds( final String thisStatusIds ) +public vo
svn commit: r368892 - /maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml
Author: ltheussl Date: Fri Jan 13 14:44:37 2006 New Revision: 368892 URL: http://svn.apache.org/viewcvs?rev=368892&view=rev Log: PR: MAVEN-1653 Make the project.xml file in the ten minute test page comply with maven standarts Modified: maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml Modified: maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml?rev=368892&r1=368891&r2=368892&view=diff == --- maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml (original) +++ maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml Fri Jan 13 14:44:37 2006 @@ -134,8 +134,15 @@ xdocs - This contains the documentation that will be transformed into HTML and published as a project - site. + This contains the documentation that will be transformed into + HTML and published as a project site. + Note: by defaulting the xdocs location to the + top level directory, Maven 1.x violates the directory structure + conventions + adopted in Maven 2, where it defaults to + src/site/xdoc. You can make your project + layout compatible with Maven 2 by overriding the + maven.docs.src property. @@ -158,10 +165,15 @@ The following is a basic project descriptor: -
svn commit: r368996 - in /maven/maven-1/plugins/trunk/scm/xdocs: faq.fml index.xml
Author: ltheussl Date: Fri Jan 13 23:15:55 2006 New Revision: 368996 URL: http://svn.apache.org/viewcvs?rev=368996&view=rev Log: PR: MPSCM-60 Submitted by: Dennis Lundberg Document use of vertical bar as delimiter Added: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml (with props) Modified: maven/maven-1/plugins/trunk/scm/xdocs/index.xml Added: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/faq.fml?rev=368996&view=auto == --- maven/maven-1/plugins/trunk/scm/xdocs/faq.fml (added) +++ maven/maven-1/plugins/trunk/scm/xdocs/faq.fml Fri Jan 13 23:15:55 2006 @@ -0,0 +1,47 @@ + + + + + + +General + + + How can I use a non default port in cvs pserver protocol? + + You may use the vertical bar as delimiter in the repository + http://maven.apache.org/maven-1.x/reference/project-descriptor.html#class_Repository";>connection + element, if the repository contains a colon (:): + scm|cvs|pserver|[EMAIL PROTECTED]:port|cvsroot|module + + + + + + + + + + + Propchange: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml -- svn:eol-style = native Propchange: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml -- svn:keywords = "Author Date Id Revision" Modified: maven/maven-1/plugins/trunk/scm/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/index.xml?rev=368996&r1=368995&r2=368996&view=diff == --- maven/maven-1/plugins/trunk/scm/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/scm/xdocs/index.xml Fri Jan 13 23:15:55 2006 @@ -35,7 +35,8 @@ how to make project releases from SCM. -A reference on the SCM URL format is also included. +Info about the http://maven.apache.org/scm/scm-url-format.html";>SCM URL format +used by this plugin can be found at the http://maven.apache.org/scm/";>Maven SCM project. For a full reference of this plugins capabilities,
svn commit: r368997 - /maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java
Author: ltheussl Date: Fri Jan 13 23:49:10 2006 New Revision: 368997 URL: http://svn.apache.org/viewcvs?rev=368997&view=rev Log: PR: MAVEN-1671 Submitted by: Dion Gillard Project class doesn't have setVersions() method. Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java?rev=368997&r1=368996&r2=368997&view=diff == --- maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java (original) +++ maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java Fri Jan 13 23:49:10 2006 @@ -1193,6 +1193,12 @@ return model.getVersions(); } +public void setVersions( List list ) +{ +model.setVersions( list ); +resolveVersions(); +} + public void setArtifactId( String s ) { model.setArtifactId( s );
svn commit: r368998 - /maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java
Author: ltheussl Date: Sat Jan 14 00:00:46 2006 New Revision: 368998 URL: http://svn.apache.org/viewcvs?rev=368998&view=rev Log: PR: MAVEN-1658 Submitted by: Dion Gillard Maven jelly set tag setValue() should take an Object not a String. Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java?rev=368998&r1=368997&r2=368998&view=diff == --- maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java (original) +++ maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java Sat Jan 14 00:00:46 2006 @@ -35,7 +35,7 @@ private static final Log log = LogFactory.getLog(SetTag.class); /** the value to set */ -private String value; +private Object value; /** the plugin in which the variable will be set */ private String plugin; @@ -95,7 +95,7 @@ /** * @return the value to set */ -public String getValue() +public Object getValue() { return value; } @@ -119,7 +119,7 @@ /** * @param value the value to set */ -public void setValue(String value) +public void setValue(Object value) { this.value = value; }
svn commit: r369377 - in /maven/maven-1/plugins/trunk/html2xdoc: project.xml xdocs/changes.xml
Author: ltheussl Date: Sun Jan 15 23:24:09 2006 New Revision: 369377 URL: http://svn.apache.org/viewcvs?rev=369377&view=rev Log: [maven-scm-plugin] prepare release 1.4 Modified: maven/maven-1/plugins/trunk/html2xdoc/project.xml maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/html2xdoc/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/project.xml?rev=369377&r1=369376&r2=369377&view=diff == --- maven/maven-1/plugins/trunk/html2xdoc/project.xml (original) +++ maven/maven-1/plugins/trunk/html2xdoc/project.xml Sun Jan 15 23:24:09 2006 @@ -1,4 +1,5 @@ + -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-html2xdoc-plugin Maven Html2XDoc Plug-in - 1.4-SNAPSHOT + 1.4 jakarta Creates XDoc documentation from normal HTML documentation. HTML to xdoc transformer @@ -49,6 +49,11 @@ 1.3.1 1.3.1 MAVEN_HTML2XDOC_1_3_1 + + + 1.4 + 1.4 + MAVEN_HTML2XDOC_1_4 Modified: maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml?rev=369377&r1=369376&r2=369377&view=diff == --- maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml Sun Jan 15 23:24:09 2006 @@ -17,22 +17,21 @@ * limitations under the License. */ --> - Changes dIon Gillard - + Update documentation. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : - commons-jelly-tags-xml v1.0 -> v1.1 - commons-logging v1.0.3 -> v1.0.4 - dom4j v1.4-dev-8 -> v1.4 - xercesImpl v 2.4.0 -> v2.6.2 - xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2 + commons-jelly-tags-xml v1.0 -> v1.1 + commons-logging v1.0.3 -> v1.0.4 + dom4j v1.4-dev-8 -> v1.4 + xercesImpl v 2.4.0 -> v2.6.2 + xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
svn commit: r369378 - in /maven/maven-1/plugins/tags/MAVEN_HTML2XDOC_1_4: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sun Jan 15 23:24:13 2006 New Revision: 369378 URL: http://svn.apache.org/viewcvs?rev=369378&view=rev Log: [maven-scm] copy for tag MAVEN_HTML2XDOC_1_4 Added: maven/maven-1/plugins/tags/MAVEN_HTML2XDOC_1_4/ - copied from r369175, maven/maven-1/plugins/trunk/html2xdoc/ maven/maven-1/plugins/tags/MAVEN_HTML2XDOC_1_4/project.xml - copied unchanged from r369377, maven/maven-1/plugins/trunk/html2xdoc/project.xml maven/maven-1/plugins/tags/MAVEN_HTML2XDOC_1_4/xdocs/changes.xml - copied unchanged from r369377, maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml
svn commit: r369379 - in /maven/maven-1/plugins/trunk/jalopy: project.xml xdocs/changes.xml
Author: ltheussl Date: Sun Jan 15 23:32:13 2006 New Revision: 369379 URL: http://svn.apache.org/viewcvs?rev=369379&view=rev Log: [maven-scm-plugin] prepare release 1.4 Modified: maven/maven-1/plugins/trunk/jalopy/project.xml maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/jalopy/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/project.xml?rev=369379&r1=369378&r2=369379&view=diff == --- maven/maven-1/plugins/trunk/jalopy/project.xml (original) +++ maven/maven-1/plugins/trunk/jalopy/project.xml Sun Jan 15 23:32:13 2006 @@ -1,4 +1,5 @@ + -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-jalopy-plugin Maven Jalopy Plugin - 1.4-SNAPSHOT + 1.4 Reformat java source http://maven.apache.org/maven-1.x/reference/plugins/jalopy/ @@ -54,6 +54,11 @@ 1.3.1 MAVEN_JALOPY_1_3_1 + + 1.4 + 1.4 + MAVEN_JALOPY_1_4 + @@ -66,10 +71,10 @@ - Stéphane Mor + Stéphane Mor smor [EMAIL PROTECTED] - Hasgard Systèmes et Réseaux + Hasgard Systèmes et Réseaux Java Developer Modified: maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml?rev=369379&r1=369378&r2=369379&view=diff == --- maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml Sun Jan 15 23:32:13 2006 @@ -1,4 +1,5 @@ +
svn commit: r369380 - in /maven/maven-1/plugins/tags/MAVEN_JALOPY_1_4: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sun Jan 15 23:32:15 2006 New Revision: 369380 URL: http://svn.apache.org/viewcvs?rev=369380&view=rev Log: [maven-scm] copy for tag MAVEN_JALOPY_1_4 Added: maven/maven-1/plugins/tags/MAVEN_JALOPY_1_4/ - copied from r369175, maven/maven-1/plugins/trunk/jalopy/ maven/maven-1/plugins/tags/MAVEN_JALOPY_1_4/project.xml - copied unchanged from r369379, maven/maven-1/plugins/trunk/jalopy/project.xml maven/maven-1/plugins/tags/MAVEN_JALOPY_1_4/xdocs/changes.xml - copied unchanged from r369379, maven/maven-1/plugins/trunk/jalopy/xdocs/changes.xml
svn commit: r369384 - /maven/maven-1/plugins/trunk/jalopy/project.xml
Author: ltheussl Date: Sun Jan 15 23:44:54 2006 New Revision: 369384 URL: http://svn.apache.org/viewcvs?rev=369384&view=rev Log: Revert some incorrect changes made by scm:prepare-release Modified: maven/maven-1/plugins/trunk/jalopy/project.xml Modified: maven/maven-1/plugins/trunk/jalopy/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/project.xml?rev=369384&r1=369383&r2=369384&view=diff == --- maven/maven-1/plugins/trunk/jalopy/project.xml (original) +++ maven/maven-1/plugins/trunk/jalopy/project.xml Sun Jan 15 23:44:54 2006 @@ -71,10 +71,10 @@ - Stéphane Mor + Stéphane Mor smor [EMAIL PROTECTED] - Hasgard Systèmes et Réseaux + Hasgard Systèmes et Réseaux Java Developer
svn commit: r369388 - in /maven/maven-1/plugins/trunk/javadoc: project.xml xdocs/changes.xml
Author: ltheussl Date: Sun Jan 15 23:49:26 2006 New Revision: 369388 URL: http://svn.apache.org/viewcvs?rev=369388&view=rev Log: [maven-scm-plugin] prepare release 1.8 Modified: maven/maven-1/plugins/trunk/javadoc/project.xml maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/javadoc/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/project.xml?rev=369388&r1=369387&r2=369388&view=diff == --- maven/maven-1/plugins/trunk/javadoc/project.xml (original) +++ maven/maven-1/plugins/trunk/javadoc/project.xml Sun Jan 15 23:49:26 2006 @@ -1,4 +1,5 @@ + -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-javadoc-plugin Maven Javadoc Plug-in - 1.8-SNAPSHOT + 1.8 Produce Javadocs and report http://maven.apache.org/maven-1.x/reference/plugins/javadoc/ http://jira.codehaus.org/browse/MPJAVADOC @@ -63,6 +63,11 @@ 1.7 MAVEN_JAVADOC_1_7 + + 1.8 + 1.8 + MAVEN_JAVADOC_1_8 + @@ -74,10 +79,10 @@ - Stéphane Mor + Stéphane Mor smor [EMAIL PROTECTED] - Hasgard Systèmes et Réseaux + Hasgard Systèmes et Réseaux Java Developer Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=369388&r1=369387&r2=369388&view=diff == --- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Sun Jan 15 23:49:26 2006 @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -26,7 +25,7 @@ Arnaud Heritier - + Cannot set -sourcepath to add paths for inherited javadocs. Other doclets cannot use standard doclet parameters. Added maven.javadoc.warningsreport and maven.javadoc.javadocreport properties.
svn commit: r369389 - in /maven/maven-1/plugins/tags/MAVEN_JAVADOC_1_8: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Sun Jan 15 23:49:30 2006 New Revision: 369389 URL: http://svn.apache.org/viewcvs?rev=369389&view=rev Log: [maven-scm] copy for tag MAVEN_JAVADOC_1_8 Added: maven/maven-1/plugins/tags/MAVEN_JAVADOC_1_8/ - copied from r369175, maven/maven-1/plugins/trunk/javadoc/ maven/maven-1/plugins/tags/MAVEN_JAVADOC_1_8/project.xml - copied unchanged from r369388, maven/maven-1/plugins/trunk/javadoc/project.xml maven/maven-1/plugins/tags/MAVEN_JAVADOC_1_8/xdocs/changes.xml - copied unchanged from r369388, maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
svn commit: r369390 - /maven/maven-1/plugins/trunk/javadoc/project.xml
Author: ltheussl Date: Sun Jan 15 23:52:11 2006 New Revision: 369390 URL: http://svn.apache.org/viewcvs?rev=369390&view=rev Log: Revert some incorrect changes made by scm:prepare-release Modified: maven/maven-1/plugins/trunk/javadoc/project.xml Modified: maven/maven-1/plugins/trunk/javadoc/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/project.xml?rev=369390&r1=369389&r2=369390&view=diff == --- maven/maven-1/plugins/trunk/javadoc/project.xml (original) +++ maven/maven-1/plugins/trunk/javadoc/project.xml Sun Jan 15 23:52:11 2006 @@ -79,10 +79,10 @@ - Stéphane Mor + Stéphane Mor smor [EMAIL PROTECTED] - Hasgard Systèmes et Réseaux + Hasgard Systèmes et Réseaux Java Developer
svn commit: r369393 - in /maven/maven-1/plugins/trunk/native: project.xml xdocs/changes.xml
Author: ltheussl Date: Mon Jan 16 00:05:57 2006 New Revision: 369393 URL: http://svn.apache.org/viewcvs?rev=369393&view=rev Log: [maven-scm-plugin] prepare release 1.2 Modified: maven/maven-1/plugins/trunk/native/project.xml maven/maven-1/plugins/trunk/native/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/native/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/project.xml?rev=369393&r1=369392&r2=369393&view=diff == --- maven/maven-1/plugins/trunk/native/project.xml (original) +++ maven/maven-1/plugins/trunk/native/project.xml Mon Jan 16 00:05:57 2006 @@ -17,14 +17,12 @@ * limitations under the License. */ --> - -http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; -xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> +http://maven.apache.org/POM/3.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd";> ../plugin-parent/project.xml 3 maven-native-plugin Maven Native Plug-in - 1.2-SNAPSHOT + 1.2 Plugin for native compilation c,c++, fortran Native plugin http://maven.apache.org/maven-1.x/reference/plugins/native/ @@ -45,6 +43,11 @@ 1.1 1.1 MAVEN_NATIVE_1_1 + + + 1.2 + 1.2 + MAVEN_NATIVE_1_2 Modified: maven/maven-1/plugins/trunk/native/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/xdocs/changes.xml?rev=369393&r1=369392&r2=369393&view=diff == --- maven/maven-1/plugins/trunk/native/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/native/xdocs/changes.xml Mon Jan 16 00:05:57 2006 @@ -17,25 +17,26 @@ * limitations under the License. */ --> - Changes Brett Porter - + Need .lib full name. Add dependency classpath to call to javah. Jelly tokenize incorrect behaviour. - Checking for runtime property and adding it. Default to "dynamic" if not present. + Checking for runtime property and adding it. Default to "dynamic" if not present. Add DLL support to the plugin - Changed repository location of libraries from so to sos so Maven can handle them as dependencies + Changed repository location of libraries from +soto +sosso Maven can handle them as dependencies + Add support for native dependencies (libset/syslibset) Add support for optional include path (includepath/sysincludepath) update bcel (consistency) and cpptasks (cross compile) dependencies - add src includes/excludes. Linker and compiler argument passing.
svn commit: r369394 - in /maven/maven-1/plugins/tags/MAVEN_NATIVE_1_2: ./ project.xml xdocs/changes.xml
Author: ltheussl Date: Mon Jan 16 00:06:00 2006 New Revision: 369394 URL: http://svn.apache.org/viewcvs?rev=369394&view=rev Log: [maven-scm] copy for tag MAVEN_NATIVE_1_2 Added: maven/maven-1/plugins/tags/MAVEN_NATIVE_1_2/ - copied from r369175, maven/maven-1/plugins/trunk/native/ maven/maven-1/plugins/tags/MAVEN_NATIVE_1_2/project.xml - copied unchanged from r369393, maven/maven-1/plugins/trunk/native/project.xml maven/maven-1/plugins/tags/MAVEN_NATIVE_1_2/xdocs/changes.xml - copied unchanged from r369393, maven/maven-1/plugins/trunk/native/xdocs/changes.xml
svn commit: r369535 - in /maven/maven-1/plugins/trunk/dashboard: src/plugin-resources/aggregators/scmchangedcommit.jelly src/plugin-resources/aggregators/scmchangedfiles.jelly xdocs/aggregators.xml xd
Author: ltheussl Date: Mon Jan 16 09:59:38 2006 New Revision: 369535 URL: http://svn.apache.org/viewcvs?rev=369535&view=rev Log: PR: MPDASHBOARD-35 Submitted by: Christoph Jerolimov Fix count of changelog-entries with maven-changelog-plugin-1.9. Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly?rev=369535&r1=369534&r2=369535&view=diff == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly (original) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedcommit.jelly Mon Jan 16 09:59:38 2006 @@ -30,7 +30,7 @@ - + Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly?rev=369535&r1=369534&r2=369535&view=diff == --- maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly (original) +++ maven/maven-1/plugins/trunk/dashboard/src/plugin-resources/aggregators/scmchangedfiles.jelly Mon Jan 16 09:59:38 2006 @@ -30,7 +30,7 @@ - + Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml?rev=369535&r1=369534&r2=369535&view=diff == --- maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml Mon Jan 16 09:59:38 2006 @@ -205,15 +205,17 @@ SCM Changed Files Total number of changed files in scm. +Note: requires at least maven-changelog-plugin-1.9. - + scmchangedcommit - JavaNCSS Packages Total + SCM Committed Files Total number of scm commit. +Note: requires at least maven-changelog-plugin-1.9. - + javancsspackagestotal JavaNCSS Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml?rev=369535&r1=369534&r2=369535&view=diff == --- maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Mon Jan 16 09:59:38 2006 @@ -25,6 +25,7 @@ + Fix count of changelog-entries with maven-changelog-plugin-1.9. Add new aggregators jiraopen and jirascheduled. Incorrect links with multiproject independent navigation. maven.dashboard.report.showempty property not honored.
svn commit: r369543 - /maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java
Author: ltheussl Date: Mon Jan 16 10:38:59 2006 New Revision: 369543 URL: http://svn.apache.org/viewcvs?rev=369543&view=rev Log: PR: MAVEN-1740 Submitted by: Kohsuke Kawaguchi https repositories are not supported. Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java?rev=369543&r1=369542&r2=369543&view=diff == --- maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java (original) +++ maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java Mon Jan 16 10:38:59 2006 @@ -370,7 +370,7 @@ // TODO: would like not to have to initialise the wagons all the time - use a session Wagon wagon; -if ( repository.getProtocol().equals( "http" ) ) +if ( repository.getProtocol().equals( "http" ) || repository.getProtocol().equals( "https" ) ) { wagon = new HttpWagon(); }
svn commit: r369569 - in /maven/maven-1/plugins/trunk/scm: plugin.jelly src/main/org/apache/maven/plugins/scm/ScmBean.java xdocs/changes.xml
Author: ltheussl Date: Mon Jan 16 12:52:21 2006 New Revision: 369569 URL: http://svn.apache.org/viewcvs?rev=369569&view=rev Log: PR: MPSCM-67 Submitted by: Dennis Lundberg scm:prepare-release fails because project.xml has been locally modified. Modified: maven/maven-1/plugins/trunk/scm/plugin.jelly maven/maven-1/plugins/trunk/scm/src/main/org/apache/maven/plugins/scm/ScmBean.java maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/scm/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/plugin.jelly?rev=369569&r1=369568&r2=369569&view=diff == --- maven/maven-1/plugins/trunk/scm/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/scm/plugin.jelly Mon Jan 16 12:52:21 2006 @@ -159,7 +159,7 @@ Tagging ${scmConnection} with ${maven.scm.tag} - + @@ -312,7 +312,7 @@ Tagging source tree - + Modified: maven/maven-1/plugins/trunk/scm/src/main/org/apache/maven/plugins/scm/ScmBean.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/src/main/org/apache/maven/plugins/scm/ScmBean.java?rev=369569&r1=369568&r2=369569&view=diff == --- maven/maven-1/plugins/trunk/scm/src/main/org/apache/maven/plugins/scm/ScmBean.java (original) +++ maven/maven-1/plugins/trunk/scm/src/main/org/apache/maven/plugins/scm/ScmBean.java Mon Jan 16 12:52:21 2006 @@ -56,6 +56,8 @@ private String tagBase; +private String excludes; + protected Embedder getEmbedder() throws Exception { @@ -192,9 +194,10 @@ ScmRepository repository = getScmRepository( scmManager ); -// TODO: want includes/excludes? +// TODO: want includes? TagScmResult result = scmManager.getProviderByRepository( repository ) -.tag( repository, new ScmFileSet( new File( workingDirectory ) ), tag ); +.tag( repository, new ScmFileSet( new File( workingDirectory ), + null, getExcludes() ), tag ); checkResult( result ); } @@ -262,6 +265,16 @@ public void setPassword( String password ) { this.password = password; +} + +public String getExcludes() +{ +return excludes; +} + +public void setExcludes( String excludes ) +{ +this.excludes = excludes; } } Modified: maven/maven-1/plugins/trunk/scm/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?rev=369569&r1=369568&r2=369569&view=diff == --- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Mon Jan 16 12:52:21 2006 @@ -25,6 +25,7 @@ + scm:prepare-release fails because project.xml has been locally modified. When pom.repository.connection ends with '/' checkout fails. Re-add changes.xml file to display announcements. Update to released version of maven-scm.
svn commit: r369601 - in /maven/maven-1/core/trunk/xdocs: reference/conventions.xml using/bestpractices.xml using/managing-dependencies.xml using/migrating.xml using/releasing.xml using/war.xml
Author: ltheussl Date: Mon Jan 16 15:30:54 2006 New Revision: 369601 URL: http://svn.apache.org/viewcvs?rev=369601&view=rev Log: PR: MAVEN-1722 Submitted by: Dennis Lundberg Documentation fixes to the User's guide. Modified: maven/maven-1/core/trunk/xdocs/reference/conventions.xml maven/maven-1/core/trunk/xdocs/using/bestpractices.xml maven/maven-1/core/trunk/xdocs/using/managing-dependencies.xml maven/maven-1/core/trunk/xdocs/using/migrating.xml maven/maven-1/core/trunk/xdocs/using/releasing.xml maven/maven-1/core/trunk/xdocs/using/war.xml Modified: maven/maven-1/core/trunk/xdocs/reference/conventions.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/conventions.xml?rev=369601&r1=369600&r2=369601&view=diff == --- maven/maven-1/core/trunk/xdocs/reference/conventions.xml (original) +++ maven/maven-1/core/trunk/xdocs/reference/conventions.xml Mon Jan 16 15:30:54 2006 @@ -133,7 +133,7 @@ Within artifact producing source directories (ie. main and test), there is one directory for the language java (under which the normal package hierarchy exists), and one for -resources (the structure under which is copied to the target classpath given the default resource +resources (the structure which is copied to the target classpath given the default resource definition). Modified: maven/maven-1/core/trunk/xdocs/using/bestpractices.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/bestpractices.xml?rev=369601&r1=369600&r2=369601&view=diff == --- maven/maven-1/core/trunk/xdocs/using/bestpractices.xml (original) +++ maven/maven-1/core/trunk/xdocs/using/bestpractices.xml Mon Jan 16 15:30:54 2006 @@ -230,7 +230,7 @@ Dependency Scopes: Maven 2 has a concept of scopes which are used to control when and where the dependencies are used in terms of e.g. the compile, test and runtime class paths. Maven - 1 doesn't have this concept but it's still useful for include this information when adding dependencies to + 1 doesn't have this concept but it's still useful to include this information when adding dependencies to your project. It will be useful when you (possibly) convert your project to Maven 2 and if your repository is ever converted to a Maven 2 repository the Maven 2 POMs will include dependencies with the correct scope. Modified: maven/maven-1/core/trunk/xdocs/using/managing-dependencies.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/managing-dependencies.xml?rev=369601&r1=369600&r2=369601&view=diff == --- maven/maven-1/core/trunk/xdocs/using/managing-dependencies.xml (original) +++ maven/maven-1/core/trunk/xdocs/using/managing-dependencies.xml Mon Jan 16 15:30:54 2006 @@ -47,7 +47,7 @@ maven.jar.override property to on. Once this property is set you can specify JAR override directives in any of the properties - files that maven processes. + files that Maven processes. @@ -114,7 +114,7 @@ Assuming that project is publishing a version called SNAPSHOT (which happens when the - jar:deploy-snapshot goal is called), then each time you build Maven will check the remote + jar:deploy-snapshot goal is called), then each time you build, Maven will check the remote repository for changes in that JAR and download it again if a newer SNAPSHOT is available. @@ -129,7 +129,7 @@ If you are working offline Maven will warn you that your SNAPSHOT dependencies may be out of date. This is - just a warning, and as the remote copy often does not change frequently can be ignored. + just a warning, and as the remote copy often does not change frequently it can be ignored. Modified: maven/maven-1/core/trunk/xdocs/using/migrating.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/migrating.xml?rev=369601&r1=369600&r2=369601&view=diff == --- maven/maven-1/core/trunk/xdocs/using/migrating.xml (original) +++ maven/maven-1/core/trunk/xdocs/using/migrating.xml Mon Jan 16 15:30:54 2006 @@ -111,7 +111,7 @@ Customising Goals in the Scripting Reference. - After this, your build will continue to growe like any other Maven build would. For information on how to + After this, your build will continue to grow like any other Maven bui
svn commit: r369865 - in /maven/maven-1/plugins/trunk/changelog: plugin.properties src/plugin-resources/changelog.jsl xdocs/changes.xml xdocs/properties.xml
Author: ltheussl Date: Tue Jan 17 11:00:24 2006 New Revision: 369865 URL: http://svn.apache.org/viewcvs?rev=369865&view=rev Log: PR: MPCHANGELOG-74 Changelog plugin creates wrong links for Subversion repositories. New property maven.changelog.svn.baseurl. Modified: maven/maven-1/plugins/trunk/changelog/plugin.properties maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/changelog/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/plugin.properties?rev=369865&r1=369864&r2=369865&view=diff == --- maven/maven-1/plugins/trunk/changelog/plugin.properties (original) +++ maven/maven-1/plugins/trunk/changelog/plugin.properties Tue Jan 17 11:00:24 2006 @@ -21,6 +21,7 @@ # --- maven.changelog.basedir=${basedir} +maven.changelog.svn.baseurl=${pom.repository.url} maven.changelog.type = range maven.changelog.range = 30 Modified: maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl?rev=369865&r1=369864&r2=369865&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl (original) +++ maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl Tue Jan 17 11:00:24 2006 @@ -109,6 +109,10 @@ + +${name} +v${revision} + ${name} v${revision} Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=369865&r1=369864&r2=369865&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Tue Jan 17 11:00:24 2006 @@ -25,6 +25,7 @@ + Changelog plugin creates wrong links for Subversion repositories. New property maven.changelog.svn.baseurl. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : ant v1.5.3-1 -> v1.6.5 Modified: maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml?rev=369865&r1=369864&r2=369865&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Tue Jan 17 11:00:24 2006 @@ -135,6 +135,17 @@ The date format in input stream. It's only used by Starteam changelog and/or when specifying an absolute date. + + maven.changelog.svn.baseurl + Yes + +The base address of the svn url. Use it for creating correct links +when the current project is a sub-project in the svn repository. +Only used if repository.connection +starts with scm:svn. +Defaults to ${pom.repository.url}. + +
svn commit: r369866 - in /maven/maven-1/plugins/trunk/file-activity: plugin.jelly src/plugin-resources/maven-file-activity-plugin.jsl xdocs/changes.xml
Author: ltheussl Date: Tue Jan 17 11:02:31 2006 New Revision: 369866 URL: http://svn.apache.org/viewcvs?rev=369866&view=rev Log: PR: MPFILEACTIVITY-2 File activity plugin creates wrong links for Subversion repositories. Use maven.changelog.svn.baseurl property. Modified: maven/maven-1/plugins/trunk/file-activity/plugin.jelly maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl maven/maven-1/plugins/trunk/file-activity/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/file-activity/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/file-activity/plugin.jelly?rev=369866&r1=369865&r2=369866&view=diff == --- maven/maven-1/plugins/trunk/file-activity/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/file-activity/plugin.jelly Tue Jan 17 11:02:31 2006 @@ -63,7 +63,8 @@ - + + Modified: maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl?rev=369866&r1=369865&r2=369866&view=diff == --- maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl (original) +++ maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl Tue Jan 17 11:02:31 2006 @@ -92,6 +92,9 @@ + + + Modified: maven/maven-1/plugins/trunk/file-activity/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/file-activity/xdocs/changes.xml?rev=369866&r1=369865&r2=369866&view=diff == --- maven/maven-1/plugins/trunk/file-activity/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/file-activity/xdocs/changes.xml Tue Jan 17 11:02:31 2006 @@ -24,6 +24,7 @@ + File activity plugin creates wrong links for Subversion repositories. Use maven.changelog.svn.baseurl property. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 -> v1.1
svn commit: r369867 - /maven/maven-1/plugins/trunk/plugin-parent/project.properties
Author: ltheussl Date: Tue Jan 17 11:04:47 2006 New Revision: 369867 URL: http://svn.apache.org/viewcvs?rev=369867&view=rev Log: Add maven.changelog.svn.baseurl property Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=369867&r1=369866&r2=369867&view=diff == --- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original) +++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Tue Jan 17 11:04:47 2006 @@ -45,6 +45,9 @@ maven.announcement.mail.to = users@maven.apache.org,dev@maven.apache.org maven.announcement.lenient=true +# Changelog plugin properties +maven.changelog.svn.baseurl=http://svn.apache.org/viewcvs.cgi + # Changes issue template maven.changes.issue.template = %URL%/%ISSUE%
svn commit: r369970 - in /maven/maven-1/plugins/trunk/changelog: plugin.jelly plugin.properties src/main/org/apache/maven/changelog/ChangeLog.java src/main/org/apache/maven/cvslib/CvsChangeLogGenerato
Author: ltheussl Date: Tue Jan 17 16:12:15 2006 New Revision: 369970 URL: http://svn.apache.org/viewcvs?rev=369970&view=rev Log: PR: MPCHANGELOG-69 Changelog returns 0 entries on Windows with CVS (not CVSNT). New property maven.changelog.quoteDate. Modified: maven/maven-1/plugins/trunk/changelog/plugin.jelly maven/maven-1/plugins/trunk/changelog/plugin.properties maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/changelog/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/plugin.jelly?rev=369970&r1=369969&r2=369970&view=diff == --- maven/maven-1/plugins/trunk/changelog/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/changelog/plugin.jelly Tue Jan 17 16:12:15 2006 @@ -102,6 +102,7 @@ range="${maven.changelog.range}" date="${maven.changelog.date}" tag="${maven.changelog.tag}" +quoteDate="${maven.changelog.quoteDate}" repositoryConnection="${_connection}" dateFormat="${maven.changelog.dateformat}" commentFormat="${maven.changelog.commentFormat}" Modified: maven/maven-1/plugins/trunk/changelog/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/plugin.properties?rev=369970&r1=369969&r2=369970&view=diff == --- maven/maven-1/plugins/trunk/changelog/plugin.properties (original) +++ maven/maven-1/plugins/trunk/changelog/plugin.properties Tue Jan 17 16:12:15 2006 @@ -28,3 +28,4 @@ #maven.changelog.date = #maven.changelog.tag = +maven.changelog.quoteDate=false Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java?rev=369970&r1=369969&r2=369970&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java Tue Jan 17 16:12:15 2006 @@ -80,6 +80,11 @@ */ private String dateFormat; + /** + * Specifies whether to quote date argument (used by CvsChangeLogGenerator). + */ +private boolean quoteDate; + /** * Input dir. Working directory for running CVS executable */ @@ -302,7 +307,26 @@ { return dateFormat; } - + +/** + * Set the quoteDate property. + * @param newQuoteDate the quoteDate property to set. + */ +public void setQuoteDate(boolean newQuoteDate) +{ +this.quoteDate = newQuoteDate; +} + +/** + * Get the quoteDate property. + * + * @return the quoteDate property. + */ +public boolean getQuoteDate() +{ +return quoteDate; +} + /** * Set the base directory for the change log generator. * @param base the base directory Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java?rev=369970&r1=369969&r2=369970&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java Tue Jan 17 16:12:15 2006 @@ -28,6 +28,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.maven.changelog.AbstractChangeLogGenerator; +import org.apache.maven.changelog.ChangeLog; import org.apache.maven.changelog.ChangeLogParser; import org.apache.maven.util.AsyncStreamReader; import org.apache.maven.util.RepositoryUtils; @@ -54,6 +55,8 @@ private static final Log LOG = LogFactory.getLog(CvsChangeLogGenerator.class); +private boolean quoteDate; + public static final int POS_SCM = 0; public static final int POS_SCM_TYPE = 1; public static final int POS_SCM_SUBTYPE = 2; @@ -61,6 +64,39 @@ public static final int POS_SCM_PATH = 4; public static final int POS_SCM_MODULE = 5; + +/** + * Set the quoteDate proper
svn commit: r369995 - in /maven/maven-1/plugins/trunk/changelog/xdocs: changes.xml navigation.xml
Author: ltheussl Date: Tue Jan 17 17:17:44 2006 New Revision: 369995 URL: http://svn.apache.org/viewcvs?rev=369995&view=rev Log: Fix some bad links. Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=369995&r1=369994&r2=369995&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Tue Jan 17 17:17:44 2006 @@ -57,7 +57,7 @@ Allow local CVSROOT to only have 5 tokens (no host name) - Fix subversion revision passing on Windows + Fix subversion revision passing on Windows Handles new CVS date format (introduced by cvs 1.12). Perforce Repository URL should include project. Handle ViewCVS URLs with ? in them. Modified: maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml?rev=369995&r1=369994&r2=369995&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml Tue Jan 17 17:17:44 2006 @@ -29,7 +29,7 @@ http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> http://maven.apache.org/continuum/index.html"/> http://maven.apache.org/"/> - http://www.cvshome.org/"/> + http://ximbiot.com/cvs/"/> http://www.perforce.com/"/> http://www.borland.com/starteam/"/> http://www.ibm.com/software/awdtools/clearcase/"/>
svn commit: r369996 - /maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle.xsl
Author: ltheussl Date: Tue Jan 17 17:18:33 2006 New Revision: 369996 URL: http://svn.apache.org/viewcvs?rev=369996&view=rev Log: Fix image location. Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle.xsl Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle.xsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle.xsl?rev=369996&r1=369995&r2=369996&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle.xsl (original) +++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle.xsl Tue Jan 17 17:18:33 2006 @@ -35,7 +35,7 @@ The following document contains the results of http://checkstyle.sourceforge.net/";>Checkstyle -. +.
svn commit: r370211 - /maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml
Author: ltheussl Date: Wed Jan 18 10:48:59 2006 New Revision: 370211 URL: http://svn.apache.org/viewcvs?rev=370211&view=rev Log: Contributor email is optional. Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml?rev=370211&r1=370210&r2=370211&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml Wed Jan 18 10:48:59 2006 @@ -194,9 +194,11 @@ $!contributor.name +#if ($contributor.email.length() != 0) mailto:$!contributor.email";> $!contributor.email +#end $!contributor.organization
svn commit: r370212 - /maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml
Author: ltheussl Date: Wed Jan 18 10:50:36 2006 New Revision: 370212 URL: http://svn.apache.org/viewcvs?rev=370212&view=rev Log: Documentation update Modified: maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml Modified: maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml?rev=370212&r1=370211&r2=370212&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml Wed Jan 18 10:50:36 2006 @@ -3,19 +3,22 @@ Plugin tags - + The following tag libraries and tags are provided by this plugin. -changelog +changelog -changelog +changelog - - -No description + + + + See the properties page + for more details and default values. + AttributeOptional?Description @@ -50,11 +53,31 @@ The encoding used for the output file +type +Yes +The changelog type + + range Yes The date range to use when generating the change log +date +Yes +The changelog date + + +tag +Yes +The changelog tag + + +quoteDate +Yes +Whether to quote date arguments + + repositoryConnection No The SCM repository connection details @@ -63,6 +86,11 @@ dateFormat Yes The date format in the changelog. + + +commentFormat +Yes +The comment format in the changelog.
svn commit: r370255 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/templates/team-list.xml xdocs/changes.xml
Author: ltheussl Date: Wed Jan 18 12:46:59 2006 New Revision: 370255 URL: http://svn.apache.org/viewcvs?rev=370255&view=rev Log: PR: MPXDOC-125 Submitted by: Shinobu Kawai Yoshida url and timezone not used for contributor Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml?rev=370255&r1=370254&r2=370255&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml Wed Jan 18 12:46:59 2006 @@ -47,6 +47,13 @@ #end #end #end +#foreach ($contributor in $project.contributors) +#if ($contributor.timezone) +#if ($contributor.timezone != "") +offsetDate("contributor-$contributor.name", "$contributor.timezone"); +#end +#end +#end } @@ -187,12 +194,24 @@ + + + + + + #foreach ($contributor in $project.contributors) +#if ($contributor.url.length() != 0) +$!contributor.name +#else $!contributor.name +#end #if ($contributor.email.length() != 0) mailto:$!contributor.email";> @@ -206,6 +225,13 @@ $role #end + +$!contributor.timezone + + + + #end Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=370255&r1=370254&r2=370255&view=diff == --- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Wed Jan 18 12:46:59 2006 @@ -27,6 +27,7 @@ + Url and timezone not used for contributor. Mailing list links break if the address starts with http. Internationalized sites have no images. New goal xdoc:sitemap to generate a sitemap.
svn commit: r370263 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/templates/cvs-usage.xml xdocs/changes.xml
Author: ltheussl Date: Wed Jan 18 13:27:23 2006 New Revision: 370263 URL: http://svn.apache.org/viewcvs?rev=370263&view=rev Log: PR: MPXDOC-187 Correct cvs checkout instructions on cvs-usage page. Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml?rev=370263&r1=370262&r2=370263&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml Wed Jan 18 13:27:23 2006 @@ -68,11 +68,11 @@ @@ -117,11 +117,11 @@ Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=370263&r1=370262&r2=370263&view=diff == --- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Wed Jan 18 13:27:23 2006 @@ -27,6 +27,7 @@ + Correct cvs checkout instructions on cvs-usage page. Url and timezone not used for contributor. Mailing list links break if the address starts with http. Internationalized sites have no images.
svn commit: r370407 - in /maven/maven-1/plugins/trunk/xdoc/src: main/org/apache/maven/xdoc/util/ScmUtil.java plugin-resources/templates/cvs-usage.xml
Author: ltheussl Date: Wed Jan 18 23:40:58 2006 New Revision: 370407 URL: http://svn.apache.org/viewcvs?rev=370407&view=rev Log: Fix cvs connection string Modified: maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml Modified: maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java?rev=370407&r1=370406&r2=370407&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java (original) +++ maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java Wed Jan 18 23:40:58 2006 @@ -119,6 +119,39 @@ } /** + * Get cvs connection string. Used in xdocs/src/plugin-resources/templates/cvs-usage.xml. + * If username == "", assumes anonymous (pserver) connection. In this case, + * inserts a ':' between the username and '@' to indicate + * that there is a password and that it is empty. + * If username != "" it replaces username in conn. + * + * @param conn six token connection string + * @param username username override if non-empty. + * @return CVS root. + */ +public String getCvsConnection(String conn, String username) +{ +String[] tokens = splitSCMConnection(conn); + +if (!tokens[1].equals("cvs")) +{ +return ""; +} + +if (tokens[3].indexOf('@') >= 0) +{ +if (username.length() == 0) +{ +username = tokens[3].substring(0, tokens[3].indexOf('@')) + ":"; +} +tokens[3] = username + "@" + tokens[3].substring(tokens[3].indexOf('@') + 1); +} +String result = tokens[0] + ":" + tokens[1] + ":" + tokens[2] + ":" + tokens[3] ++ ":" + tokens[4] + ":" + tokens[5]; +return result; +} + +/** * Get cvs module. Used in * xdocs/src/plugin-resources/templates/cvs-usage.xml. * Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml?rev=370407&r1=370406&r2=370407&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml Wed Jan 18 23:40:58 2006 @@ -55,7 +55,7 @@ #set ($connscm = $scmUtil.getScmType($repository.connection)) #if ($connscm == 'cvs') -#set ($conn = $scmUtil.getCvsRoot($repository.connection, '')) +#set ($conn = $scmUtil.getCvsConnection($repository.connection, '')) #set ($module = $scmUtil.getCvsModule($repository.connection)) @@ -103,7 +103,7 @@ #set ($connscm = $scmUtil.getScmType($repository.developerConnection)) #if ($connscm == 'cvs') -#set ($conn = $scmUtil.getCvsRoot($repository.developerConnection, 'username')) +#set ($conn = $scmUtil.getCvsConnection($repository.developerConnection, 'username')) #set ($module = $scmUtil.getCvsModule($repository.developerConnection)) #set ($server = $scmUtil.getCvsServer($repository.developerConnection)) @@ -120,7 +120,7 @@ maven scm:checkout -Dmaven.scm.method=$connscm -Dmaven.scm.cvs.module=$module - -Dmaven.scm.url=$repository.developerConnection + -Dmaven.scm.url=$conn -Dmaven.scm.checkout.dir=$module -Dmaven.scm.cvs.rsh=ssh ]]>
svn commit: r370578 - in /maven/maven-1/plugins/trunk/changelog: ./ src/main/org/apache/maven/changelog/ src/main/org/apache/maven/mkslib/ src/test-resources/mkslib/ src/test/org/apache/maven/cvslib/
Author: ltheussl Date: Thu Jan 19 11:29:01 2006 New Revision: 370578 URL: http://svn.apache.org/viewcvs?rev=370578&view=rev Log: PR: MPCHANGELOG-80 Submitted by: Christoph Jerolimov Add MKS SI support Added: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogFactory.java (with props) maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogGenerator.java (with props) maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogParser.java (with props) maven/maven-1/plugins/trunk/changelog/src/test-resources/mkslib/ maven/maven-1/plugins/trunk/changelog/src/test-resources/mkslib/mkslog.txt (with props) maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/mkslib/ maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/mkslib/MksChangeLogParserTest.java (with props) Modified: maven/maven-1/plugins/trunk/changelog/project.xml maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/cvslib/CvsConnectionTest.java maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/util/RepositoryTest.java maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml maven/maven-1/plugins/trunk/changelog/xdocs/index.xml maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/changelog/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.xml?rev=370578&r1=370577&r2=370578&view=diff == --- maven/maven-1/plugins/trunk/changelog/project.xml (original) +++ maven/maven-1/plugins/trunk/changelog/project.xml Thu Jan 19 11:29:01 2006 @@ -84,6 +84,9 @@ David Jackman + + Christoph Jerolimov + Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java?rev=370578&r1=370577&r2=370578&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java Thu Jan 19 11:29:01 2006 @@ -72,6 +72,7 @@ FACTORIES.put( "starteam", "org.apache.maven.starteamlib.StarteamChangeLogFactory" ); FACTORIES.put( "vss", "org.apache.maven.vsslib.VssChangeLogFactory" ); +FACTORIES.put( "mks", "org.apache.maven.mkslib.MksChangeLogFactory" ); } /** Used to specify whether to build the log from a range, absolute date, or tag. */ Added: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogFactory.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogFactory.java?rev=370578&view=auto == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogFactory.java (added) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/mkslib/MksChangeLogFactory.java Thu Jan 19 11:29:01 2006 @@ -0,0 +1,52 @@ +package org.apache.maven.mkslib; + +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + + +import org.apache.maven.changelog.ChangeLogFactory; +import org.apache.maven.changelog.ChangeLogGenerator; +import org.apache.maven.changelog.ChangeLogParser; + +/** + * Provides mks ChangeLogGenerator and ChangeLogParser. + * + * @author mailto:[EMAIL PROTECTED]">Christoph Jerolimov + * @version $Id$ + */ +public class MksChangeLogFactory implements ChangeLogFactory +{ +/** + * Create a MKS specific ChangeLogGenerator. + * + * @re
svn commit: r370636 - /maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java
Author: ltheussl Date: Thu Jan 19 13:19:45 2006 New Revision: 370636 URL: http://svn.apache.org/viewcvs?rev=370636&view=rev Log: Replace hard-coded separator strings. Thanks to Dennis Lundberg. Modified: maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java Modified: maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java?rev=370636&r1=370635&r2=370636&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java (original) +++ maven/maven-1/plugins/trunk/xdoc/src/main/org/apache/maven/xdoc/util/ScmUtil.java Thu Jan 19 13:19:45 2006 @@ -1,7 +1,7 @@ package org.apache.maven.xdoc.util; /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -119,9 +119,10 @@ } /** - * Get cvs connection string. Used in xdocs/src/plugin-resources/templates/cvs-usage.xml. + * Get cvs connection string. + * Used in xdocs/src/plugin-resources/templates/cvs-usage.xml. * If username == "", assumes anonymous (pserver) connection. In this case, - * inserts a ':' between the username and '@' to indicate + * inserts a separator (':' or '|') between the username and '@' to indicate * that there is a password and that it is empty. * If username != "" it replaces username in conn. * @@ -138,16 +139,25 @@ return ""; } +// The length of conn has already been checked in the call to +// splitSCMConnection(conn) above, so it's OK to just extract the char. +String separator = "" + conn.charAt(3); + if (tokens[3].indexOf('@') >= 0) { if (username.length() == 0) { -username = tokens[3].substring(0, tokens[3].indexOf('@')) + ":"; +username = tokens[3].substring(0, tokens[3].indexOf('@')) ++ separator; } -tokens[3] = username + "@" + tokens[3].substring(tokens[3].indexOf('@') + 1); +tokens[3] = username + "@" ++ tokens[3].substring(tokens[3].indexOf('@') + 1); } -String result = tokens[0] + ":" + tokens[1] + ":" + tokens[2] + ":" + tokens[3] -+ ":" + tokens[4] + ":" + tokens[5]; + +String result = tokens[0] + separator + tokens[1] + separator ++ tokens[2] + separator + tokens[3] + separator + tokens[4] ++ separator + tokens[5]; + return result; }
svn commit: r370640 - in /maven/maven-1/plugins/trunk/changelog/xdocs: index.xml navigation.xml
Author: ltheussl Date: Thu Jan 19 13:31:36 2006 New Revision: 370640 URL: http://svn.apache.org/viewcvs?rev=370640&view=rev Log: Move links into main index page Modified: maven/maven-1/plugins/trunk/changelog/xdocs/index.xml maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml Modified: maven/maven-1/plugins/trunk/changelog/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/index.xml?rev=370640&r1=370639&r2=370640&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/index.xml Thu Jan 19 13:31:36 2006 @@ -30,11 +30,19 @@ This plugin produces a nicely formatted changelog report so project team members can see at a glance what changes have -been made recently to the project. Currently, there are six -supported source control systems: CVS, Perforce, StarTeam, IBM -Rational ClearCase, Visual Source Safe, Subversion and MKS SI. +been made recently to the project. Currently, the following +source control systems are supported: - + +http://ximbiot.com/cvs/";>CVS +http://www.perforce.com/";>Perforce +http://www.borland.com/starteam/";>StarTeam +http://www.ibm.com/software/awdtools/clearcase/";>IBM Rational ClearCase +http://msdn.microsoft.com/ssafe/";>Visual Source Safe +http://subversion.tigris.org/";>Subversion +http://www.mks.com/products/sie";>MKS SI + + For more information on the functionality provided by this plugin, please see the Goals document. Modified: maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml?rev=370640&r1=370639&r2=370640&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml Thu Jan 19 13:31:36 2006 @@ -29,11 +29,6 @@ http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> http://maven.apache.org/continuum/index.html"/> http://maven.apache.org/"/> - http://ximbiot.com/cvs/"/> - http://www.perforce.com/"/> - http://www.borland.com/starteam/"/> - http://www.ibm.com/software/awdtools/clearcase/"/> - http://subversion.tigris.org/"/>
svn commit: r370646 - in /maven/maven-1/plugins/trunk/changelog: src/main/org/apache/maven/changelog/ChangeLog.java xdocs/changes.xml
Author: ltheussl Date: Thu Jan 19 13:47:50 2006 New Revision: 370646 URL: http://svn.apache.org/viewcvs?rev=370646&view=rev Log: PR: MPCHANGELOG-72 Submitted by: Pascal Larin Auto select factory from connection doesn't work if provider name length different from 3. Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java?rev=370646&r1=370645&r2=370646&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java Thu Jan 19 13:47:50 2006 @@ -503,15 +503,22 @@ { if ( clFactoryClass == null ) { -if ( ( connection == null ) || ( connection.length() < 7 ) +//Connection Format: scm:[:] +if ( ( connection == null ) || ( connection.length() < 5 ) || !connection.startsWith( "scm:" ) ) { LOG.warn( "Connection does not appear valid" ); } else { -clFactoryClass = -(String) FACTORIES.get( connection.substring( 4, 7 ) ); +int iProviderEnd = connection.indexOf( ":", 4 ); +if ( iProviderEnd == -1 ) +{ +// Connection = scm: +iProviderEnd = connection.length(); +} + +clFactoryClass = (String) FACTORIES.get( connection.substring( 4, iProviderEnd ) ); } if ( clFactoryClass == null ) Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=370646&r1=370645&r2=370646&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Thu Jan 19 13:47:50 2006 @@ -25,6 +25,7 @@ + Auto select factory from connection doesn't work if provider name length different from 3. Add MKS SI support. Changelog returns 0 entries on Windows with CVS (not CVSNT). New property maven.changelog.quoteDate. Changelog plugin creates wrong links for Subversion repositories. New property maven.changelog.svn.baseurl.
svn commit: r370683 - in /maven/maven-1/plugins/trunk/xdoc: plugin.jelly plugin.properties xdocs/changes.xml xdocs/properties.xml
Author: ltheussl Date: Thu Jan 19 16:37:34 2006 New Revision: 370683 URL: http://svn.apache.org/viewcvs?rev=370683&view=rev Log: PR: MPXDOC-183 Submitted by: Niall Pemberton Enable user-defined custom templates Modified: maven/maven-1/plugins/trunk/xdoc/plugin.jelly maven/maven-1/plugins/trunk/xdoc/plugin.properties maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml maven/maven-1/plugins/trunk/xdoc/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/xdoc/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/plugin.jelly?rev=370683&r1=370682&r2=370683&view=diff == --- maven/maven-1/plugins/trunk/xdoc/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/xdoc/plugin.jelly Thu Jan 19 16:37:34 2006 @@ -1,7 +1,7 @@ Modified: maven/maven-1/plugins/trunk/xdoc/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/plugin.properties?rev=370683&r1=370682&r2=370683&view=diff == --- maven/maven-1/plugins/trunk/xdoc/plugin.properties (original) +++ maven/maven-1/plugins/trunk/xdoc/plugin.properties Thu Jan 19 16:37:34 2006 @@ -72,6 +72,10 @@ team-list.xml,\ downloads.jelly +# Custom user template directory, +# if not defined, ${plugin.resources}/templates is used by plugin.jelly +#maven.xdoc.custom.templateDir= + # List of xml files (or patterns) that are copied but not transformed #maven.xdoc.xml.copy= Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=370683&r1=370682&r2=370683&view=diff == --- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Thu Jan 19 16:37:34 2006 @@ -27,6 +27,7 @@ + Enable user-defined custom templates. Correct cvs checkout instructions on cvs-usage page. Url and timezone not used for contributor. Mailing list links break if the address starts with http. Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/properties.xml?rev=370683&r1=370682&r2=370683&view=diff == --- maven/maven-1/plugins/trunk/xdoc/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/properties.xml Thu Jan 19 16:37:34 2006 @@ -280,6 +280,19 @@ + maven.xdoc.custom.templateDir + Yes + +A directory where custom templates for Maven generated sites may +be defined. The template files should have the same names as +the ones used by the xdoc plugin (mail-lists.xml, +issue-tracking.xml, etc.). By default, the templates +in the ${plugin.resources}/templates directory +of the xdoc plugin are used. + + + + maven.xdoc.crumb.separator Yes The separator between links. Defaults to |
svn commit: r370741 - /maven/maven-1/plugins/trunk/jxr/plugin.jelly
Author: ltheussl Date: Thu Jan 19 22:02:04 2006 New Revision: 370741 URL: http://svn.apache.org/viewcvs?rev=370741&view=rev Log: Add missing encoding parameters for test xrefs Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/plugin.jelly?rev=370741&r1=370740&r2=370741&view=diff == --- maven/maven-1/plugins/trunk/jxr/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jxr/plugin.jelly Thu Jan 19 22:02:04 2006 @@ -114,6 +114,8 @@
svn commit: r370744 - /maven/maven-1/plugins/trunk/jxr/plugin.jelly
Author: ltheussl Date: Thu Jan 19 22:58:46 2006 New Revision: 370744 URL: http://svn.apache.org/viewcvs?rev=370744&view=rev Log: Replace maven:pluginVar by maven:get Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/plugin.jelly?rev=370744&r1=370743&r2=370744&view=diff == --- maven/maven-1/plugins/trunk/jxr/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jxr/plugin.jelly Thu Jan 19 22:58:46 2006 @@ -77,7 +77,7 @@ ${maven.sourcesPresent} - +
svn commit: r370746 - /maven/maven-1/plugins/trunk/jxr/plugin.jelly
Author: ltheussl Date: Thu Jan 19 23:02:37 2006 New Revision: 370746 URL: http://svn.apache.org/viewcvs?rev=370746&view=rev Log: Add default goal: jxr Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/plugin.jelly?rev=370746&r1=370745&r2=370746&view=diff == --- maven/maven-1/plugins/trunk/jxr/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jxr/plugin.jelly Thu Jan 19 23:02:37 2006 @@ -63,7 +63,11 @@ - + +
svn commit: r370750 - in /maven/maven-1/plugins/trunk/jxr/xdocs: goals.xml navigation.xml properties.xml
Author: ltheussl Date: Thu Jan 19 23:19:12 2006 New Revision: 370750 URL: http://svn.apache.org/viewcvs?rev=370750&view=rev Log: Documentation updates Modified: maven/maven-1/plugins/trunk/jxr/xdocs/goals.xml maven/maven-1/plugins/trunk/jxr/xdocs/navigation.xml maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/jxr/xdocs/goals.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/goals.xml?rev=370750&r1=370749&r2=370750&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/goals.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/goals.xml Thu Jan 19 23:19:12 2006 @@ -30,8 +30,16 @@ Generate HTML cross reference sources -jxr:generate +maven-jxr-plugin:report Generate HTML cross reference sources + + +maven-jxr-plugin:register +Registers the JXR report with the xdoc plugin + + +maven-jxr-plugin:deregister +Deregisters the JXR report from the xdoc plugin Modified: maven/maven-1/plugins/trunk/jxr/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/navigation.xml?rev=370750&r1=370749&r2=370750&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/navigation.xml Thu Jan 19 23:19:12 2006 @@ -29,6 +29,7 @@ http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> http://maven.apache.org/continuum/index.html"/> http://maven.apache.org/"/> + http://maven.apache.org/jxr/"/> Modified: maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml?rev=370750&r1=370749&r2=370750&view=diff == --- maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/jxr/xdocs/properties.xml Thu Jan 19 23:19:12 2006 @@ -47,22 +47,6 @@ - maven.conf.dir - Yes - -Default value is - ${basedir}/conf. - - - - maven.gen.docs - Yes - -Default value is - ${maven.build.dir}/generated-xdocs. - - - maven.jxr.stylesheet Yes @@ -71,30 +55,6 @@ - maven.build.dest - Yes - -Default value is - ${maven.build.dir}/classes. - - - - maven.docs.src - Yes - -Default value is - ${basedir}/xdocs. - - - - maven.build.src - Yes - -Default value is - ${maven.build.dir}/src. - - - maven.build.dir Yes @@ -127,11 +87,11 @@ - maven.src.dir + maven.jxr.destdir.test Yes Default value is - ${basedir}/src. + ${maven.docs.dest}/xref-test.
svn commit: r370879 - /maven/maven-1/plugins/trunk/pdf/plugin.jelly
Author: ltheussl Date: Fri Jan 20 11:03:01 2006 New Revision: 370879 URL: http://svn.apache.org/viewcvs?rev=370879&view=rev Log: It's enough to generate the pdf after xdoc:generate-from-pom, otherwise the linkcheck report is run before and it doesn't see the pdf. Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=370879&r1=370878&r2=370879&view=diff == --- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Fri Jan 20 11:03:01 2006 @@ -36,7 +36,7 @@ using a postgoal so that maven generated reports are on place (xdoc:generate-from-pom is called after report generation) --> - +
svn commit: r370882 - /maven/maven-1/core/trunk/xdocs/contributing/patches.xml
Author: ltheussl Date: Fri Jan 20 11:07:24 2006 New Revision: 370882 URL: http://svn.apache.org/viewcvs?rev=370882&view=rev Log: Add checklist for submitting patches Modified: maven/maven-1/core/trunk/xdocs/contributing/patches.xml Modified: maven/maven-1/core/trunk/xdocs/contributing/patches.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/contributing/patches.xml?rev=370882&r1=370881&r2=370882&view=diff == --- maven/maven-1/core/trunk/xdocs/contributing/patches.xml (original) +++ maven/maven-1/core/trunk/xdocs/contributing/patches.xml Fri Jan 20 11:07:24 2006 @@ -49,11 +49,60 @@ Prepare the patch by going to the top level of the checkout (the trunk), and running: - svn diff >ISSUE-NUMBER.txt + svn diff >ISSUE-NUMBER.patch Replace ISSUE-NUMBER in the filename with the actual ticket number in the issue tracking system. Finally, attach the file to the issue tracking system as an attachment. + + + Here is a quick checklist for submitting patches. By complying to these + points, you make it easier for committers to review your patch and + therefore you increase the chances that it gets applied quickly. + + + Documentation + +Update the documentation. This is especially important for new features +and behavioural changes. For bug fixes you should at least put an entry +into the xdocs/changes.xml file. + + Tests + +Include test cases. Committers don't always have the resources to check +whether your patch actually works. Test cases are helpful by showing +what your patch is actually supposed to do. + + Conventions + +Comply with the Maven +http://maven.apache.org/developers/code-style.html";>code style +and other conventions. + + Compatibility + +Make sure your patch doesn't break anything in other parts of Maven. +Ideally you would run a complete +bootstrap to +check that no test cases are broken. + + License + +Review the licenses. For any files that you add, make sure that you +are actually allowed to do so and document it. By submitting a patch +to Maven, you implicitly agree to put it under the +ASL2 license. + + Stay informed + +Follow the status of your issue. If you do not regularly read the mailing lists, +it is important that you 'watch' the JIRA issue where you attached your patch +(there is a 'Watch it' link on the left-side menu). Like that you will +be notified of any changes or updates regarding the issue and committers +can contact you if they have any questions. + + +
svn commit: r370883 - /maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
Author: ltheussl Date: Fri Jan 20 11:08:46 2006 New Revision: 370883 URL: http://svn.apache.org/viewcvs?rev=370883&view=rev Log: PR: MAVEN-1681 Complete documentation in project-descriptor.html Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml?rev=370883&r1=370882&r2=370883&view=diff == --- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml (original) +++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Fri Jan 20 11:08:46 2006 @@ -886,6 +886,10 @@ + + Javadoc allows related packages to be gathered together into logical 'groups'. + Groups of packages appear under a common subheading in the javadoc overview documentation. + Element @@ -895,13 +899,13 @@ title -the description +The title that appears as a subheading in the javadoc overview page. packages -the description +The packages that should be grouped together. @@ -1190,7 +1194,7 @@ property -the description +An optional property. @@ -1205,13 +1209,13 @@ includes -the description +Files to include. excludes -the description +Files to exclude. @@ -1226,19 +1230,19 @@ resources -the description +Resources needed to run the unit tests. includes -the description +Files to include. excludes -the description +Files to exclude. @@ -1286,13 +1290,13 @@ includes -the description +Resources to include. excludes -the description +Resources to exclude.
svn commit: r371228 - in /maven/maven-1/plugins/trunk/simian/xdocs: index.xml installation.xml navigation.xml
Author: ltheussl Date: Sat Jan 21 23:50:43 2006 New Revision: 371228 URL: http://svn.apache.org/viewcvs?rev=371228&view=rev Log: Web page updates Removed: maven/maven-1/plugins/trunk/simian/xdocs/installation.xml Modified: maven/maven-1/plugins/trunk/simian/xdocs/index.xml maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml Modified: maven/maven-1/plugins/trunk/simian/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/xdocs/index.xml?rev=371228&r1=371227&r2=371228&view=diff == --- maven/maven-1/plugins/trunk/simian/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/simian/xdocs/index.xml Sat Jan 21 23:50:43 2006 @@ -27,18 +27,29 @@ -This plugin generates xdoc documentation containing a -http://www.redhillconsulting.com.au/products/simian/";>Simian -(Similarity Analyser) report. Simian identifies duplicated lines in -Java and C# source code. Ie. lines of code that occur more than once -across an entire source tree. +This plugin generates xdoc documentation containing a +http://www.redhillconsulting.com.au/products/simian/";>Simian +(Similarity Analyser) report. Simian identifies duplicated lines in +Java and C# source code. Ie. lines of code that occur more than once +across an entire source tree. Duplicate code should always be refactored. It is therefore recommended -that the maven.simian.failonduplication property be set to true and that the +that the maven.simian.failonduplication property be set to true and that the maven.simian.linecount property be small. This will make it easier to always have duplicates factored out in the codebase. + +To enable the plugin, add the following to your project.xml's +/project/reports node: + + <report>maven-simian-plugin</report> + +For further details about how to use the plugin, see the +Goals and +Properties pages. + + Modified: maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml?rev=371228&r1=371227&r2=371228&view=diff == --- maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/simian/xdocs/navigation.xml Sat Jan 21 23:50:43 2006 @@ -32,7 +32,6 @@ http://www.redhillconsulting.com.au/products/simian/"/> -
svn commit: r371230 - /maven/maven-1/plugins/trunk/simian/project.properties
Author: ltheussl Date: Sun Jan 22 00:04:17 2006 New Revision: 371230 URL: http://svn.apache.org/viewcvs?rev=371230&view=rev Log: Update properties Modified: maven/maven-1/plugins/trunk/simian/project.properties Modified: maven/maven-1/plugins/trunk/simian/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/project.properties?rev=371230&r1=371229&r2=371230&view=diff == --- maven/maven-1/plugins/trunk/simian/project.properties (original) +++ maven/maven-1/plugins/trunk/simian/project.properties Sun Jan 22 00:04:17 2006 @@ -17,6 +17,7 @@ # --- # P R O J E C T P R O P E R T I E S # --- -maven.javadoc.links = http://java.sun.com/j2se/1.4.1/docs/api/ +maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/ maven.junit.fork=yes maven.simian.testexcludes = **/ExcludeMe.java +maven.pmd.check.tests=false
svn commit: r371231 - in /maven/maven-1/plugins/trunk/simian/src: main/org/apache/maven/simian/ test/org/apache/maven/simian/
Author: ltheussl Date: Sun Jan 22 00:04:40 2006 New Revision: 371231 URL: http://svn.apache.org/viewcvs?rev=371231&view=rev Log: Source code formatting Modified: maven/maven-1/plugins/trunk/simian/src/main/org/apache/maven/simian/FileSimianTask.java maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/English.java maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/ExcludeMe.java maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/FileUtils.java maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/Francais.java Modified: maven/maven-1/plugins/trunk/simian/src/main/org/apache/maven/simian/FileSimianTask.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/src/main/org/apache/maven/simian/FileSimianTask.java?rev=371231&r1=371230&r2=371231&view=diff == --- maven/maven-1/plugins/trunk/simian/src/main/org/apache/maven/simian/FileSimianTask.java (original) +++ maven/maven-1/plugins/trunk/simian/src/main/org/apache/maven/simian/FileSimianTask.java Sun Jan 22 00:04:40 2006 @@ -19,12 +19,11 @@ import au.com.redhillconsulting.simian.SimianTask; -import java.io.File; -import java.io.FileOutputStream; -import java.io.FileNotFoundException; - import org.apache.tools.ant.BuildException; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileOutputStream; /** * Simian Task that writes the output to a file. @@ -32,23 +31,24 @@ * @author Aslak Hellesoy * @version $Revision$ */ -public class FileSimianTask extends SimianTask +public class FileSimianTask extends SimianTask { - - /** -* Make sure the directory structure exists and -* send the output to a specified file. -*/ -public void setOutput(File output) +/** + * Make sure the directory structure exists and + * send the output to a specified file. + */ +public void setOutput( File output ) { output.getParentFile().mkdirs(); -try + +try { -setOutput(new FileOutputStream(output)); -} -catch (FileNotFoundException e) +setOutput( new FileOutputStream( output ) ); +} +catch ( FileNotFoundException e ) { -throw new BuildException("Couldn't set output to " + output.getAbsolutePath(), e); +throw new BuildException( "Couldn't set output to " ++ output.getAbsolutePath(), e ); } } } Modified: maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/English.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/English.java?rev=371231&r1=371230&r2=371231&view=diff == --- maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/English.java (original) +++ maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/English.java Sun Jan 22 00:04:40 2006 @@ -22,13 +22,15 @@ * @author Aslak Hellesoy * @version $Revision$ */ -public class English { -public void eleven() { +public class English +{ +public void eleven() +{ String one = "one"; String two = "two"; String three = "three"; String four = "four"; -String five= "five"; +String five = "five"; String six = "six"; String seven = "seven"; String eight = "eight"; @@ -36,24 +38,26 @@ String ten = "ten"; } -public void ten() { +public void ten() +{ String one = "one"; String two = "two"; String three = "three"; String four = "four"; -String five= "five"; +String five = "five"; String six = "six"; String seven = "seven"; String eight = "eight"; String nine = "nine"; } -public void nine() { +public void nine() +{ String one = "one"; String two = "two"; String three = "three"; String four = "four"; -String five= "five"; +String five = "five"; String six = "six"; String seven = "seven"; String eight = "eight"; Modified: maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/ExcludeMe.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/src/test/org/apache/maven/simian/ExcludeMe.java?rev=371231&r1=371230&r2=371231&view=diff =
svn commit: r371234 - in /maven/maven-1/plugins/trunk/jira: plugin.jelly src/plugin-resources/jira.jsl
Author: ltheussl Date: Sun Jan 22 00:25:01 2006 New Revision: 371234 URL: http://svn.apache.org/viewcvs?rev=371234&view=rev Log: Add link to Jira on report page Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/plugin.jelly?rev=371234&r1=371233&r2=371234&view=diff == --- maven/maven-1/plugins/trunk/jira/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/jira/plugin.jelly Sun Jan 22 00:25:01 2006 @@ -82,7 +82,7 @@ - + - + - + Modified: maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl?rev=371234&r1=371233&r2=371234&view=diff == --- maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl (original) +++ maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Sun Jan 22 00:25:01 2006 @@ -38,10 +38,7 @@ ${description} - - For the latest list, please check the Jira - roadmap. - +For the latest list, please check Jira.
svn commit: r371395 - /maven/maven-1/plugins/trunk/changelog/project.xml
Author: ltheussl Date: Sun Jan 22 13:36:42 2006 New Revision: 371395 URL: http://svn.apache.org/viewcvs?rev=371395&view=rev Log: 1.8 was never released Modified: maven/maven-1/plugins/trunk/changelog/project.xml Modified: maven/maven-1/plugins/trunk/changelog/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.xml?rev=371395&r1=371394&r2=371395&view=diff == --- maven/maven-1/plugins/trunk/changelog/project.xml (original) +++ maven/maven-1/plugins/trunk/changelog/project.xml Sun Jan 22 13:36:42 2006 @@ -65,11 +65,6 @@ changelog-1.7.2 - 1.8 - 1.8 - maven-changelog-plugin-1.8 - - 1.8.1 1.8.1 maven-changelog-plugin-1.8.1
svn commit: r371429 - in /maven/maven-1/plugins/trunk/changelog: src/main/org/apache/maven/changelog/ src/main/org/apache/maven/util/ src/test/org/apache/maven/cvslib/ src/test/org/apache/maven/util/
Author: ltheussl Date: Sun Jan 22 17:11:41 2006 New Revision: 371429 URL: http://svn.apache.org/viewcvs?rev=371429&view=rev Log: PR: MPCHANGELOG-81 Submitted by: Dennis Lundberg Some valid scm urls are not allowed. A valid scm url should be of the form scm:, ie it has to start with 'scm:', but can be either ':' or '|'. Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/cvslib/CvsChangeLogGeneratorTest.java maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/util/RepositoryTest.java maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java?rev=371429&r1=371428&r2=371429&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java Sun Jan 22 17:11:41 2006 @@ -39,6 +39,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.maven.project.Developer; +import org.apache.maven.util.RepositoryUtils; /** * Change log task. It uses a ChangeLogGenerator and ChangeLogParser to create @@ -503,7 +504,7 @@ { if ( clFactoryClass == null ) { -//Connection Format: scm:[:] +// Connection Format: scm: if ( ( connection == null ) || ( connection.length() < 5 ) || !connection.startsWith( "scm:" ) ) { @@ -511,7 +512,7 @@ } else { -int iProviderEnd = connection.indexOf( ":", 4 ); +int iProviderEnd = connection.indexOf( RepositoryUtils.getSCMConnectionSeparator( connection ) , 4 ); if ( iProviderEnd == -1 ) { // Connection = scm: @@ -523,7 +524,7 @@ if ( clFactoryClass == null ) { -LOG.warn( +LOG.warn( "Could not derive factory from connection: using CVS (valid factories are: " + FACTORIES.keySet() + ")" ); clFactoryClass = "org.apache.maven.cvslib.CvsChangeLogFactory"; Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java?rev=371429&r1=371428&r2=371429&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java Sun Jan 22 17:11:41 2006 @@ -32,6 +32,27 @@ public final class RepositoryUtils { /** + * Get the separator used in an SCM string + * @param connection + * @return String that can be either ":" or "|" + */ +public static String getSCMConnectionSeparator( String connection ) +{ +if ( connection == null ) +{ +throw new NullPointerException( "repository connection is null" ); +} + +if( connection.indexOf( "|" ) != -1 ) { +return "|"; +} +else +{ +return ":"; +} +} + +/** * Splits an SCM string into parts * @param connection * @return String[] @@ -43,22 +64,27 @@ throw new NullPointerException( "repository connection is null" ); } -if ( connection.length() < 4 ) +if ( connection.length() < 5 ) { throw new IllegalArgumentException( "repository connection is too short" ); } -if ( !connection.startsWith( "scm" ) ) +if ( !connection.startsWith( "scm:" ) ) { throw new IllegalArgumentException( -"repository connection must start with scm[delim]" ); +"repository connection must start with scm:" ); } -String delimiter = "" + connection.charAt( 3 ); +String delimiter = getSCMConnectionSeparator( connection ); + +// If the tokenizer is going to work correctly t
svn commit: r371432 - /maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
Author: ltheussl Date: Sun Jan 22 17:17:45 2006 New Revision: 371432 URL: http://svn.apache.org/viewcvs?rev=371432&view=rev Log: Update docs for repository connection string (see discussion at MPCHANGELOG-81). Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml?rev=371432&r1=371431&r2=371432&view=diff == --- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml (original) +++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Sun Jan 22 17:17:45 2006 @@ -931,7 +931,8 @@ The format of this element is as follows: -scm:<provider>:<provider-parameters> + scm:<provider><delimiter><provider-parameters> +where <delimiter> can be either ':' (colon) or '|' (pipe). For cvs, the format for pserver repositories should be: scm:cvs:pserver:[EMAIL PROTECTED]:/cvs/root:module-name @@ -958,7 +959,7 @@ Here's an example using CVS NT and ntserver: - scm|cvs|ntserver|[EMAIL PROTECTED]|e:\cvs|Deployment + scm:cvs|ntserver|[EMAIL PROTECTED]|e:\cvs|Deployment Note the use of the vertical bar as delimiter as the repository has a
svn commit: r371642 - /maven/maven-1/plugins/trunk/scm/xdocs/faq.fml
Author: ltheussl Date: Mon Jan 23 11:54:48 2006 New Revision: 371642 URL: http://svn.apache.org/viewcvs?rev=371642&view=rev Log: Correct scm url format Modified: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml Modified: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/faq.fml?rev=371642&r1=371641&r2=371642&view=diff == --- maven/maven-1/plugins/trunk/scm/xdocs/faq.fml (original) +++ maven/maven-1/plugins/trunk/scm/xdocs/faq.fml Mon Jan 23 11:54:48 2006 @@ -28,7 +28,7 @@ You may use the vertical bar as delimiter in the repository http://maven.apache.org/maven-1.x/reference/project-descriptor.html#class_Repository";>connection element, if the repository contains a colon (:): - scm|cvs|pserver|[EMAIL PROTECTED]:port|cvsroot|module + scm:cvs|pserver|[EMAIL PROTECTED]:port|cvsroot|module
svn commit: r371671 - /maven/maven-1/plugins/trunk/jar/xdocs/properties.xml
Author: ltheussl Date: Mon Jan 23 13:21:22 2006 New Revision: 371671 URL: http://svn.apache.org/viewcvs?rev=371671&view=rev Log: Fix malformed xhtml Modified: maven/maven-1/plugins/trunk/jar/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/jar/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/properties.xml?rev=371671&r1=371670&r2=371671&view=diff == --- maven/maven-1/plugins/trunk/jar/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/jar/xdocs/properties.xml Mon Jan 23 13:21:22 2006 @@ -214,7 +214,7 @@ maven.build.dest Yes - The directory for compiled classes. + The directory for compiled classes. maven.build.dir
svn commit: r371677 - in /maven/maven-1/plugins/trunk/xdoc/src: dtd/maven-xdoc.dtd plugin-resources/dtd/maven-xdoc-1.10.dtd
Author: ltheussl Date: Mon Jan 23 13:34:34 2006 New Revision: 371677 URL: http://svn.apache.org/viewcvs?rev=371677&view=rev Log: should behave like and like Modified: maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc.dtd maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc-1.10.dtd Modified: maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc.dtd URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc.dtd?rev=371677&r1=371676&r2=371677&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc.dtd (original) +++ maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc.dtd Mon Jan 23 13:34:34 2006 @@ -239,9 +239,11 @@ - - - + + + @@ -1205,16 +1207,16 @@ - + - + - + http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc-1.10.dtd?rev=371677&r1=371676&r2=371677&view=diff == --- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc-1.10.dtd (original) +++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc-1.10.dtd Mon Jan 23 13:34:34 2006 @@ -239,9 +239,11 @@ - - - + + + @@ -1205,16 +1207,16 @@ - + - + - +
svn commit: r371678 - in /maven/maven-1/core/trunk/xdocs: about/ contributing/ developers/ development/ errors/ reference/ reference/ide/ start/ using/
Author: ltheussl Date: Mon Jan 23 13:35:34 2006 New Revision: 371678 URL: http://svn.apache.org/viewcvs?rev=371678&view=rev Log: Make xdocs validate Modified: maven/maven-1/core/trunk/xdocs/about/features.xml maven/maven-1/core/trunk/xdocs/about/whatismaven.xml maven/maven-1/core/trunk/xdocs/contributing/help.xml maven/maven-1/core/trunk/xdocs/contributing/patches.xml maven/maven-1/core/trunk/xdocs/developers/apache.xml maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml maven/maven-1/core/trunk/xdocs/development/deprecation.xml maven/maven-1/core/trunk/xdocs/development/distributions.xml maven/maven-1/core/trunk/xdocs/development/release-process.xml maven/maven-1/core/trunk/xdocs/errors/404.xml maven/maven-1/core/trunk/xdocs/reference/articles.xml maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml maven/maven-1/core/trunk/xdocs/reference/conventions.xml maven/maven-1/core/trunk/xdocs/reference/glossary.xml maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml maven/maven-1/core/trunk/xdocs/reference/ide/index.xml maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml maven/maven-1/core/trunk/xdocs/reference/properties.xml maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml maven/maven-1/core/trunk/xdocs/start/download.xml maven/maven-1/core/trunk/xdocs/start/install.xml maven/maven-1/core/trunk/xdocs/start/maven-for-ant-users.xml maven/maven-1/core/trunk/xdocs/start/quick-start.xml maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-2.xml maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml maven/maven-1/core/trunk/xdocs/using/bestpractices.xml maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml Modified: maven/maven-1/core/trunk/xdocs/about/features.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/about/features.xml?rev=371678&r1=371677&r2=371678&view=diff == --- maven/maven-1/core/trunk/xdocs/about/features.xml (original) +++ maven/maven-1/core/trunk/xdocs/about/features.xml Mon Jan 23 13:35:34 2006 @@ -20,10 +20,10 @@ +Feature Summary Pete Kazmier Jason van Zyl Brett Porter -Feature Summary Modified: maven/maven-1/core/trunk/xdocs/about/whatismaven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/about/whatismaven.xml?rev=371678&r1=371677&r2=371678&view=diff == --- maven/maven-1/core/trunk/xdocs/about/whatismaven.xml (original) +++ maven/maven-1/core/trunk/xdocs/about/whatismaven.xml Mon Jan 23 13:35:34 2006 @@ -20,10 +20,10 @@ +What is Maven? Pete Kazmier Jason van Zyl Brett Porter -What is Maven? @@ -52,6 +52,7 @@ complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: + Making the build process easy Providing a uniform build system @@ -59,7 +60,6 @@ Providing guidelines for best practices development Allowing transparent migration to new features - @@ -87,7 +87,6 @@ sources. For example, Maven can provide: - Change log document created directly from source control. Cross referenced sources @@ -95,7 +94,6 @@ Dependency list Unit test reports including coverage - As Maven improves the information set provided will improve, all of @@ -118,13 +116,13 @@ For example, specification, execution, and reporting of unit tests are part of the normal build cycle using Maven. Current unit testing best practices were used as guidelines: + Keeping your test source code in a separate, but parallel source tree Using test case naming conventions to locate and execute tests Have test cases setup their environment and don't rely on customizing the build for test preparation. - Maven also aims to assist in project workflow such as release management and issue tracking. @@ -151,12 +149,12 @@ You may have heard some of the following things about Maven: + Maven is a site and documentation tool Maven extends Ant to let you download dependencies Maven is a set of reusable Ant scriptlets - While Maven does these things, as you can
svn commit: r371733 - in /maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources: checkstyle-all.jsl checkstyle_severity_filter.jsl
Author: ltheussl Date: Mon Jan 23 16:20:24 2006 New Revision: 371733 URL: http://svn.apache.org/viewcvs?rev=371733&view=rev Log: Fix links generated for jxr test files Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle-all.jsl maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle-all.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle-all.jsl?rev=371733&r1=371732&r2=371733&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle-all.jsl (original) +++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle-all.jsl Mon Jan 23 16:20:24 2006 @@ -90,12 +90,24 @@ + + + + + - + + + + + + + + @@ -120,7 +132,19 @@ - + + + + + + + + + + + + + @@ -156,12 +180,13 @@ + - + - ${line} + ${line} ${line} Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl?rev=371733&r1=371732&r2=371733&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl (original) +++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl Mon Jan 23 16:20:24 2006 @@ -100,12 +100,22 @@ + + + - + + + + + + + + @@ -126,7 +136,19 @@ - + + + + + + + + + + + + + @@ -151,12 +173,13 @@ + - + - ${line} + ${line} ${line}
svn commit: r371734 - in /maven/maven-1/plugins/trunk/checkstyle: project.xml xdocs/index.xml xdocs/migrating.xml xdocs/navigation.xml
Author: ltheussl Date: Mon Jan 23 16:21:22 2006 New Revision: 371734 URL: http://svn.apache.org/viewcvs?rev=371734&view=rev Log: Fix some links, update docs Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=371734&r1=371733&r2=371734&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/project.xml (original) +++ maven/maven-1/plugins/trunk/checkstyle/project.xml Mon Jan 23 16:21:22 2006 @@ -27,7 +27,7 @@ 3.0-SNAPSHOT Produce Checkstyle report - http://maven.apache.org/maven-1.x/reference/plugins/checkstyle + http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/ http://jira.codehaus.org/browse/MPCHECKSTYLE /www/maven.apache.org/maven-1.x/reference/plugins/checkstyle/ Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml?rev=371734&r1=371733&r2=371734&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml Mon Jan 23 16:21:22 2006 @@ -36,7 +36,7 @@ -To use older versions of the the dashboard plugin report with the latest version of this one +To use older versions of the dashboard plugin (< 1.9) report with later versions of this one (> 2.5) you need to change these properties: Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml?rev=371734&r1=371733&r2=371734&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml (original) +++ maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml Mon Jan 23 16:21:22 2006 @@ -50,8 +50,7 @@ file introduced by Checkstyle 3.x. The new configuration is described on the http://checkstyle.sourceforge.net/config.html";>Checkstyle -config page. An example is provided -http://checkstyle.sourceforge.net/sun_checks.xml";>here. +config page. Once you have finished migrating your Checkstyle configuration, modify the maven.checkstyle.properties property point to the new XML file. Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml?rev=371734&r1=371733&r2=371734&view=diff == --- maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml Mon Jan 23 16:21:22 2006 @@ -29,7 +29,7 @@ http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> http://maven.apache.org/continuum/index.html"/> http://maven.apache.org/"/> - http://checkstyle.sf.net/"/> + http://checkstyle.sourceforge.net/"/>
svn commit: r371741 - /maven/maven-1/plugins/trunk/pmd/src/plugin-resources/pmd.jsl
Author: ltheussl Date: Mon Jan 23 16:35:13 2006 New Revision: 371741 URL: http://svn.apache.org/viewcvs?rev=371741&view=rev Log: Fix links generated for jxr test files Modified: maven/maven-1/plugins/trunk/pmd/src/plugin-resources/pmd.jsl Modified: maven/maven-1/plugins/trunk/pmd/src/plugin-resources/pmd.jsl URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/src/plugin-resources/pmd.jsl?rev=371741&r1=371740&r2=371741&view=diff == --- maven/maven-1/plugins/trunk/pmd/src/plugin-resources/pmd.jsl (original) +++ maven/maven-1/plugins/trunk/pmd/src/plugin-resources/pmd.jsl Mon Jan 23 16:35:13 2006 @@ -75,12 +75,22 @@ + + + - + + + + + + + + @@ -100,7 +110,19 @@ - + + + + + + + + + + + + + @@ -119,12 +141,13 @@ + - + -${line} +${line} ${line}
svn commit: r371764 - in /maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven: cvslib/ perforcelib/ starteamlib/ svnlib/
Author: ltheussl Date: Mon Jan 23 17:12:09 2006 New Revision: 371764 URL: http://svn.apache.org/viewcvs?rev=371764&view=rev Log: Make classes public Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogParser.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogGenerator.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogParser.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/starteamlib/StarteamChangeLogGenerator.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/starteamlib/StarteamChangeLogParser.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/svnlib/SvnChangeLogGenerator.java maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/svnlib/SvnChangeLogParser.java Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java?rev=371764&r1=371763&r2=371764&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java Mon Jan 23 17:12:09 2006 @@ -51,7 +51,7 @@ * @version $Id: CvsChangeLogGenerator.java,v 1.6 2003/04/11 18:53:19 bwalding * Exp $ */ -class CvsChangeLogGenerator extends AbstractChangeLogGenerator +public class CvsChangeLogGenerator extends AbstractChangeLogGenerator { /** Log */ private static final Log LOG = Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogParser.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogParser.java?rev=371764&r1=371763&r2=371764&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogParser.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogParser.java Mon Jan 23 17:12:09 2006 @@ -44,7 +44,7 @@ * @author mailto:[EMAIL PROTECTED]">dIon Gillard * @version $Id$ */ -class CvsChangeLogParser implements ChangeLogParser +public class CvsChangeLogParser implements ChangeLogParser { /** * Old formatter used to parse CVS date/timestamp. Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogGenerator.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogGenerator.java?rev=371764&r1=371763&r2=371764&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogGenerator.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogGenerator.java Mon Jan 23 17:12:09 2006 @@ -34,7 +34,7 @@ * @author mailto:[EMAIL PROTECTED]">Jim Crossley * @version $Id: */ -class PerforceChangeLogGenerator extends AbstractChangeLogGenerator +public class PerforceChangeLogGenerator extends AbstractChangeLogGenerator { /** The position after the connection prefix, 'scm:perforce:' */ private static final int POS_PARAMS = 13; Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogParser.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogParser.java?rev=371764&r1=371763&r2=371764&view=diff == --- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogParser.java (original) +++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/perforcelib/PerforceChangeLogParser.java Mon Jan 23 17:12:09 2006 @@ -48,7 +48,7 @@ * @author mailto:[EMAIL PROTECTED]">Jim Crossley * @version $Id: */ -class PerforceChangeLogParser implements ChangeLogParser +public class PerforceChangeLogParser implements ChangeLogParser { /** Date formatter for perforce timestamp */ private static final SimpleDateFormat PERFORCE_TIMESTAMP = Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/starteamlib/StarteamChangeLogGenerator.java URL: http://
svn commit: r371829 - in /maven/maven-1/plugins/trunk/changelog: plugin.jelly plugin.properties xdocs/changes.xml xdocs/properties.xml
Author: ltheussl Date: Mon Jan 23 22:02:54 2006 New Revision: 371829 URL: http://svn.apache.org/viewcvs?rev=371829&view=rev Log: New 'lastRelease' option for maven.changelog.date Modified: maven/maven-1/plugins/trunk/changelog/plugin.jelly maven/maven-1/plugins/trunk/changelog/plugin.properties maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/changelog/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/plugin.jelly?rev=371829&r1=371828&r2=371829&view=diff == --- maven/maven-1/plugins/trunk/changelog/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/changelog/plugin.jelly Mon Jan 23 22:02:54 2006 @@ -24,6 +24,8 @@ xmlns:define="jelly:define" xmlns:changelog="changelog" xmlns:doc="doc" + xmlns:util="jelly:util" + xmlns:x="jelly:xml" xmlns:maven="jelly:maven"> @@ -78,6 +80,29 @@ The maven.changelog.date property is required when maven.changelog.type==date. The value should be the absolute date for the start of the log. + + + + + + + + + +${versionElems.get(0).attributeValue('date')} + + +Release date must be of the form -mm-dd! + + + + +No changes.xml found in ${maven.docs.src}! + + + Modified: maven/maven-1/plugins/trunk/changelog/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/plugin.properties?rev=371829&r1=371828&r2=371829&view=diff == --- maven/maven-1/plugins/trunk/changelog/plugin.properties (original) +++ maven/maven-1/plugins/trunk/changelog/plugin.properties Mon Jan 23 22:02:54 2006 @@ -25,6 +25,7 @@ maven.changelog.type = range maven.changelog.range = 30 +#maven.changelog.date could be 'lastRelease' #maven.changelog.date = #maven.changelog.tag = Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=371829&r1=371828&r2=371829&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Mon Jan 23 22:02:54 2006 @@ -25,6 +25,7 @@ + New 'lastRelease' option for maven.changelog.date. Some valid scm urls are not allowed. Auto select factory from connection doesn't work if provider name length different from 3. Add MKS SI support. Modified: maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml?rev=371829&r1=371828&r2=371829&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Mon Jan 23 22:02:54 2006 @@ -70,6 +70,8 @@ Specifies an absolute date to use when generating the change log. This is used by the "changelog" goal if the maven.changelog.type property is "date". The log will contain changes made after this date. +If it is set to 'lastRelease', the date found for +the last release in changes.xml is used. The date format is that specified by maven.changelog.dateformat if present; otherwise, the format is -MM-dd.
svn commit: r371830 - /maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml
Author: ltheussl Date: Mon Jan 23 22:03:33 2006 New Revision: 371830 URL: http://svn.apache.org/viewcvs?rev=371830&view=rev Log: Add direct link to Jira report Modified: maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml Modified: maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml?rev=371830&r1=371829&r2=371830&view=diff == --- maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/navigation.xml Mon Jan 23 22:03:33 2006 @@ -34,6 +34,7 @@ +
svn commit: r371838 - in /maven/maven-1/plugins/trunk/developer-activity/xdocs: index.xml properties.xml
Author: ltheussl Date: Mon Jan 23 22:17:13 2006 New Revision: 371838 URL: http://svn.apache.org/viewcvs?rev=371838&view=rev Log: Use absolute links Modified: maven/maven-1/plugins/trunk/developer-activity/xdocs/index.xml maven/maven-1/plugins/trunk/developer-activity/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/developer-activity/xdocs/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/developer-activity/xdocs/index.xml?rev=371838&r1=371837&r2=371838&view=diff == --- maven/maven-1/plugins/trunk/developer-activity/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/developer-activity/xdocs/index.xml Mon Jan 23 22:17:13 2006 @@ -31,8 +31,8 @@ your source control system so that project team members can see at a glance what changes have been made recently to the project. This report relies on the -Changelog plugin for its -configuration. +http://maven.apache.org/maven-1.x/reference/plugins/changelog/";>Changelog plugin +for its configuration. For additional information on the functionality provided by this plugin, Modified: maven/maven-1/plugins/trunk/developer-activity/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/developer-activity/xdocs/properties.xml?rev=371838&r1=371837&r2=371838&view=diff == --- maven/maven-1/plugins/trunk/developer-activity/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/developer-activity/xdocs/properties.xml Mon Jan 23 22:17:13 2006 @@ -24,7 +24,7 @@ - See Changelog plugin properties + See Changelog plugin http://maven.apache.org/maven-1.x/reference/plugins/changelog/properties.html";>properties