svn commit: r884339 - in /maven/ant-tasks/trunk/src/site/apt/examples: mvn.apt mvn.apt.vm

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 23:31:35 2009 New Revision: 884339 URL: http://svn.apache.org/viewvc?rev=884339&view=rev Log: [MANTTASKS-164] Minor improvement to site docs. Added: maven/ant-tasks/trunk/src/site/apt/examples/mvn.apt.vm - copied, changed from r884304, maven/ant-tasks/tru

svn commit: r884334 - /maven/site/trunk/src/site/apt/plugins/index.apt

2009-11-25 Thread bentmann
Author: bentmann Date: Wed Nov 25 23:20:15 2009 New Revision: 884334 URL: http://svn.apache.org/viewvc?rev=884334&view=rev Log: o Updated plugin index to account for release of maven-shade-plugin:1.2.2 Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/s

svn propchange: r884306 - svn:log

2009-11-25 Thread hboutemy
Author: hboutemy Revision: 884306 Modified property: svn:log Modified: svn:log at Wed Nov 25 22:55:43 2009 -- --- svn:log (original) +++ svn:log Wed Nov 25 22:55:43 2009 @@ -1 +1 @@ -[MSITE-436] initialized lastModified at

svn commit: r884321 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

2009-11-25 Thread olamy
Author: olamy Date: Wed Nov 25 22:52:01 2009 New Revision: 884321 URL: http://svn.apache.org/viewvc?rev=884321&view=rev Log: merge rev 884316 [MSITE-436] use the new DecorationModel lastModification check to force output generation when site.xml is modified Modified: maven/plugins/branches/m

svn commit: r884316 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 22:40:26 2009 New Revision: 884316 URL: http://svn.apache.org/viewvc?rev=884316&view=rev Log: [MSITE-436] use the new DecorationModel lastModification check to force output generation when site.xml is modified Modified: maven/plugins/trunk/maven-site-plugin/

svn commit: r884312 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 22:33:19 2009 New Revision: 884312 URL: http://svn.apache.org/viewvc?rev=884312&view=rev Log: [MSITE-436] inherit parent lastModification value to child if parent is newer than child Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/mai

svn commit: r884311 - in /maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant: AbstractArtifactTask.java DependenciesTask.java

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 22:32:12 2009 New Revision: 884311 URL: http://svn.apache.org/viewvc?rev=884311&view=rev Log: Remove unused imports, fix warnings. Modified: maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/AbstractArtifactTask.java maven/ant-tasks/trunk/s

svn commit: r884306 - in /maven/shared/trunk/maven-doxia-tools: pom.xml src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 22:27:01 2009 New Revision: 884306 URL: http://svn.apache.org/viewvc?rev=884306&view=rev Log: [MSITE-436] initialized lastModified attribute of DecorationModel when reading site.xml with file lastModification() value Modified: maven/shared/trunk/maven-doxia-

svn commit: r884304 - in /maven/ant-tasks/trunk/src: main/java/org/apache/maven/artifact/ant/ site/apt/

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 22:25:22 2009 New Revision: 884304 URL: http://svn.apache.org/viewvc?rev=884304&view=rev Log: [MANTTASKS-151] Allow a jar with classifier to be deployed without a main project jar. Modified: maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/Dep

svn commit: r884296 - in /maven/maven-3/trunk: maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java maven-core/src/main/java/org/apache/maven/project/MavenProject.jav

2009-11-25 Thread bentmann
Author: bentmann Date: Wed Nov 25 22:10:16 2009 New Revision: 884296 URL: http://svn.apache.org/viewvc?rev=884296&view=rev Log: [MNG-4470] [regression] Proxies are ignored during artifact deployment Modified: maven/maven-3/trunk/maven-compat/src/main/java/org/apache/maven/repository/legacy/D

svn commit: r884295 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4470: release/pom.xml snapshot/pom.xml

2009-11-25 Thread bentmann
Author: bentmann Date: Wed Nov 25 22:08:34 2009 New Revision: 884295 URL: http://svn.apache.org/viewvc?rev=884295&view=rev Log: o Used different host names to workaround some proxy caching of the JRE Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4470/rel

svn commit: r884275 - in /maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site: DefaultMavenReportExecutor.java ReportDocumentRenderer.java SiteRunMojo.java

2009-11-25 Thread olamy
Author: olamy Date: Wed Nov 25 21:09:17 2009 New Revision: 884275 URL: http://svn.apache.org/viewvc?rev=884275&view=rev Log: remove unused imports Modified: maven/plugins/branches/maven-site-plugin-3.x/src/main/java/org/apache/maven/plugins/site/DefaultMavenReportExecutor.java maven/plu

svn commit: r884268 - in /maven/ant-tasks/trunk: build-tests.xml sample.build.xml

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 20:56:35 2009 New Revision: 884268 URL: http://svn.apache.org/viewvc?rev=884268&view=rev Log: Rename test build from sample.build.xml to build-tests.xml. Added: maven/ant-tasks/trunk/build-tests.xml - copied, changed from r884266, maven/ant-tasks/trunk/sam

svn commit: r884266 - in /maven/ant-tasks/trunk: sample-build-test.pom sample.build.xml src/test/simple-pom.xml

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 20:53:01 2009 New Revision: 884266 URL: http://svn.apache.org/viewvc?rev=884266&view=rev Log: Move basic test pom into the test directory. Added: maven/ant-tasks/trunk/src/test/simple-pom.xml - copied unchanged from r883884, maven/ant-tasks/trunk/sample-b

svn commit: r884252 - in /maven/ant-tasks/trunk: ./ src/main/java/org/apache/maven/artifact/ant/ src/site/apt/ src/site/apt/examples/ src/test/ src/test/lib/

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 20:32:46 2009 New Revision: 884252 URL: http://svn.apache.org/viewvc?rev=884252&view=rev Log: [MANTTASKS-4] Fix path when dependencies have system scope. Always create a fileset ref for each artifact and deprecate option addArtifactFileSetRefs. Added: maven/an

svn commit: r884248 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/ resources/mng-4470/ resources/mng-4470/release/ resources/mng-4470/snapshot/

2009-11-25 Thread bentmann
Author: bentmann Date: Wed Nov 25 20:20:24 2009 New Revision: 884248 URL: http://svn.apache.org/viewvc?rev=884248&view=rev Log: [MNG-4470] [regression] Proxies are ignored during artifact deployment o Added IT Added: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apach

svn commit: r884232 - /maven/ant-tasks/trunk/pom.xml

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 19:29:22 2009 New Revision: 884232 URL: http://svn.apache.org/viewvc?rev=884232&view=rev Log: Update to ant 1.6.5. Modified: maven/ant-tasks/trunk/pom.xml Modified: maven/ant-tasks/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?r

svn commit: r884230 - in /maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant: AbstractArtifactTask.java DependenciesTask.java Pom.java

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 19:15:17 2009 New Revision: 884230 URL: http://svn.apache.org/viewvc?rev=884230&view=rev Log: Adding some comments and minor refactoring. Modified: maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/AbstractArtifactTask.java maven/ant-tasks/

svn commit: r884200 - in /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src: main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java tes

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 17:17:06 2009 New Revision: 884200 URL: http://svn.apache.org/viewvc?rev=884200&view=rev Log: [DOXIASITETOOLS-35] fixed model interpolation for text-only banners (without src value) Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main

svn commit: r884197 - /maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 17:08:56 2009 New Revision: 884197 URL: http://svn.apache.org/viewvc?rev=884197&view=rev Log: Fix type in site docs. Modified: maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt Modified: maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt UR

svn commit: r884196 - in /maven/ant-tasks/trunk/src: main/java/org/apache/maven/artifact/ant/ site/apt/

2009-11-25 Thread pgier
Author: pgier Date: Wed Nov 25 17:07:06 2009 New Revision: 884196 URL: http://svn.apache.org/viewvc?rev=884196&view=rev Log: [MANTTASKS-169] Deprecate the verbose option in the dependencies task in favor of using standard Ant verbose output. Modified: maven/ant-tasks/trunk/src/main/java/org

svn commit: r884174 - in /maven/core-integration-testing/trunk: core-it-suite/src/test/java/org/apache/maven/it/ core-it-suite/src/test/resources/mng-4469/ core-it-support/core-it-plugins/maven-it-plu

2009-11-25 Thread bentmann
Author: bentmann Date: Wed Nov 25 16:22:54 2009 New Revision: 884174 URL: http://svn.apache.org/viewvc?rev=884174&view=rev Log: [MNG-4469] [regression] deploy:deploy-file fails with secured repository o Added IT Added: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apa

svn commit: r884137 - in /maven/plugins/trunk/maven-site-plugin/src/it: MSITE-265/src/site/ MSITE-304/src/site/ site-attach-descriptor/src/site/ site-deploy/src/site/ site-inheritance/ site-inheritanc

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 15:21:22 2009 New Revision: 884137 URL: http://svn.apache.org/viewvc?rev=884137&view=rev Log: added xsd reference to ITs' site.xml Added: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/ maven/plugins/trunk/maven-site-plugin/src/it/site-inhe

svn commit: r884120 - in /maven/plugins/trunk/maven-site-plugin/src/it: MSITE-265/pom.xml MSITE-304/pom.xml full-reporting/pom.xml site-attach-descriptor/pom.xml site-deploy/pom.xml site-jar/pom.xml s

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 14:47:32 2009 New Revision: 884120 URL: http://svn.apache.org/viewvc?rev=884120&view=rev Log: updated POM xsd to http://maven.apache.org/xsd/maven-4.0.0.xsd Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml maven/plugins/trunk/maven

svn commit: r884113 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2009-11-25 Thread hboutemy
Author: hboutemy Date: Wed Nov 25 14:39:22 2009 New Revision: 884113 URL: http://svn.apache.org/viewvc?rev=884113&view=rev Log: updated maven-site-plugin to 2.0.1 and maven-project-info-report to 2.1.2 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/mave

svn commit: r884018 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

2009-11-25 Thread olamy
Author: olamy Date: Wed Nov 25 10:22:09 2009 New Revision: 884018 URL: http://svn.apache.org/viewvc?rev=884018&view=rev Log: use maven-doxia-tools released version Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml U