svn commit: r806277 - in /maven/plugins/trunk/maven-assembly-plugin: ./ src/main/java/org/apache/maven/plugin/assembly/ src/main/java/org/apache/maven/plugin/assembly/format/ src/main/java/org/apache/

2009-08-20 Thread epunzalan
Author: epunzalan Date: Thu Aug 20 17:51:53 2009 New Revision: 806277 URL: http://svn.apache.org/viewvc?rev=806277&view=rev Log: [MASSEMBLY-385] upgrading file/fileset filtering to use maven-filtering Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml maven/plugins/trunk/m

svn commit: r628203 - /maven/pom/trunk/maven/pom.xml

2008-02-15 Thread epunzalan
Author: epunzalan Date: Fri Feb 15 15:36:18 2008 New Revision: 628203 URL: http://svn.apache.org/viewvc?rev=628203&view=rev Log: just updating my email/organization/timezone profile Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache

svn commit: r544023 - in /maven/shared/trunk/maven-model-converter/src: main/java/org/apache/maven/model/converter/PomV3ToV4Translator.java test/java/org/apache/maven/model/converter/PomV3ToV4Translat

2007-06-03 Thread epunzalan
Author: epunzalan Date: Sun Jun 3 17:56:24 2007 New Revision: 544023 URL: http://svn.apache.org/viewvc?view=rev&rev=544023 Log: [MNG-2100] Convert v3 pom section Modified: maven/shared/trunk/maven-model-converter/src/main/java/org/apache/maven/model/converter/PomV3ToV4Translator.

svn commit: r537239 - /maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaModuleMojo.java

2007-05-11 Thread epunzalan
Author: epunzalan Date: Fri May 11 10:25:08 2007 New Revision: 537239 URL: http://svn.apache.org/viewvc?view=rev&rev=537239 Log: [MIDEA-92] Added a check that will remove the in the iml file when there are sources/resources beneath the output directories. Modified: maven/plugins/t

svn commit: r504415 - in /maven/release/trunk/maven-release-manager/src: main/java/org/apache/maven/shared/release/phase/ test/java/org/apache/maven/shared/release/phase/ test/resources/projects/rewri

2007-02-06 Thread epunzalan
Author: epunzalan Date: Tue Feb 6 18:28:14 2007 New Revision: 504415 URL: http://svn.apache.org/viewvc?view=rev&rev=504415 Log: [MRELEASE-194] update the expression in pom properties if the expression was caught defining an artifact version instead of a version value Added: maven/rel

svn commit: r502135 - in /maven/release/trunk: maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ maven-release-manager/src/main/resources/META-INF/plexus/ maven-release-plugin

2007-01-31 Thread epunzalan
Author: epunzalan Date: Wed Jan 31 22:49:00 2007 New Revision: 502135 URL: http://svn.apache.org/viewvc?view=rev&rev=502135 Log: - removed @requiresDependencyResolution bec brett said it causes problems - replaced project.getArtifacts() with a project.getDependencyArtifacts() equivalent..

svn commit: r502089 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2007-01-31 Thread epunzalan
Author: epunzalan Date: Wed Jan 31 18:46:11 2007 New Revision: 502089 URL: http://svn.apache.org/viewvc?view=rev&rev=502089 Log: require dependency resolution so snapshot dependency artifacts checking will work Modified: maven/release/trunk/maven-release-plugin/src/main/java/org/ap

svn commit: r496082 - in /maven/release/trunk: maven-release-manager/src/main/java/org/apache/maven/shared/release/config/ maven-release-plugin/src/main/java/org/apache/maven/plugins/release/

2007-01-14 Thread epunzalan
Author: epunzalan Date: Sun Jan 14 05:51:13 2007 New Revision: 496082 URL: http://svn.apache.org/viewvc?view=rev&rev=496082 Log: Added plugin parameter to make the scm comment prefix configurable Removed double license headers on some java files Modified: maven/release/trunk/maven-rel

svn commit: r494443 - in /maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/release: DefaultReleaseManager.java ReleaseManager.java

2007-01-09 Thread epunzalan
Author: epunzalan Date: Tue Jan 9 07:54:57 2007 New Revision: 494443 URL: http://svn.apache.org/viewvc?view=rev&rev=494443 Log: Add an optional listener parameter to release:rollback Modified: maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/rel

svn commit: r494417 - in /maven/release/trunk/maven-release-manager/src/test/resources/projects/restore-backup-poms: basic-pom/ pom-with-modules/ pom-with-modules/subproject1/ pom-with-modules/subproj

2007-01-09 Thread epunzalan
Author: epunzalan Date: Tue Jan 9 06:24:48 2007 New Revision: 494417 URL: http://svn.apache.org/viewvc?view=rev&rev=494417 Log: set svn:eol-style to native on some test resource files Modified: maven/release/trunk/maven-release-manager/src/test/resources/projects/restore-backup-poms/b

svn commit: r494000 - /maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java

2007-01-08 Thread epunzalan
Author: epunzalan Date: Mon Jan 8 01:44:35 2007 New Revision: 494000 URL: http://svn.apache.org/viewvc?view=rev&rev=494000 Log: automatically call the clean goal after every rollback Modified: maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/rel

svn commit: r493728 - /maven/release/trunk/maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/ScmCommitPhaseTest.java

2007-01-07 Thread epunzalan
Author: epunzalan Date: Sun Jan 7 06:32:33 2007 New Revision: 493728 URL: http://svn.apache.org/viewvc?view=rev&rev=493728 Log: fixed failing tests Modified: maven/release/trunk/maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/ScmCommitPhaseTest.java Modi

svn commit: r492945 [2/2] - in /maven/release/trunk: maven-release-manager/src/main/java/org/apache/maven/shared/release/ maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ mav

2007-01-05 Thread epunzalan
Added: maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/RollbackReleaseMojo.java URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/RollbackReleaseMojo.java?view=auto&rev=492945 =

svn commit: r492432 - /maven/release/trunk/maven-release-plugin/pom.xml

2007-01-03 Thread epunzalan
Author: epunzalan Date: Wed Jan 3 23:19:33 2007 New Revision: 492432 URL: http://svn.apache.org/viewvc?view=rev&rev=492432 Log: updating the release plugin the new release manager in release module Modified: maven/release/trunk/maven-release-plugin/pom.xml Modified: maven/release/t

svn commit: r489977 - in /maven/shared/trunk/maven-web-ui-tests/src/main/java/org/apache/maven/shared/web/test: AbstractSeleniumTestCase.java XPathExpressionUtil.java

2006-12-23 Thread epunzalan
Author: epunzalan Date: Sat Dec 23 20:21:10 2006 New Revision: 489977 URL: http://svn.apache.org/viewvc?view=rev&rev=489977 Log: - updated the license headers - replaced Continuum specific method to a more generic one Modified: maven/shared/trunk/maven-web-ui-tests/src/main/java/org/ap

svn commit: r482922 - /maven/shared/trunk/maven-web-ui-tests/pom.xml

2006-12-05 Thread epunzalan
Author: epunzalan Date: Tue Dec 5 22:26:59 2006 New Revision: 482922 URL: http://svn.apache.org/viewvc?view=rev&rev=482922 Log: removed duplicate dep declaration Modified: maven/shared/trunk/maven-web-ui-tests/pom.xml Modified: maven/shared/trunk/maven-web-ui-tests/pom.xml URL:

svn commit: r473592 - /maven/shared/trunk/maven-web-ui-tests/src/main/java/org/apache/maven/shared/web/test/AbstractSeleniumTestCase.java

2006-11-10 Thread epunzalan
Author: epunzalan Date: Fri Nov 10 16:29:18 2006 New Revision: 473592 URL: http://svn.apache.org/viewvc?view=rev&rev=473592 Log: added support for http://svn.apache.org/viewvc/maven/shared/trunk/maven-web-ui-tests/src/main/java/org/apache/maven/shared/web/test/AbstractSeleniumTestCase.java?

svn commit: r472128 - /maven/shared/trunk/maven-web-ui-tests/src/main/java/org/apache/maven/shared/web/test/AbstractSeleniumTestCase.java

2006-11-07 Thread epunzalan
Author: epunzalan Date: Tue Nov 7 06:54:05 2006 New Revision: 472128 URL: http://svn.apache.org/viewvc?view=rev&rev=472128 Log: removed sysout method Modified: maven/shared/trunk/maven-web-ui-tests/src/main/java/org/apache/maven/shared/web/test/AbstractSeleniumTestCase.java Modi

svn commit: r469886 - /maven/shared/trunk/maven-release-manager/src/test/java/org/apache/maven/shared/release/scm/DefaultScmRepositoryConfiguratorTest.java

2006-11-01 Thread epunzalan
Author: epunzalan Date: Wed Nov 1 04:25:07 2006 New Revision: 469886 URL: http://svn.apache.org/viewvc?view=rev&rev=469886 Log: fixed failing test... test failed bec the latest maven-scm snapshot deployed changed the exception being thrown Modified: maven/shared/trunk/maven-rel

svn commit: r469074 - in /maven/shared/trunk/maven-release-manager: ./ src/main/java/org/apache/maven/shared/release/phase/ src/main/resources/META-INF/plexus/ src/test/java/org/apache/maven/shared/re

2006-10-29 Thread epunzalan
Author: epunzalan Date: Sun Oct 29 21:34:39 2006 New Revision: 469074 URL: http://svn.apache.org/viewvc?view=rev&rev=469074 Log: PR: MRELEASE-110 Submitted by: Richard van der Hoff Applied with some changes Modified: maven/shared/trunk/maven-release-manager/pom.xml maven/shared/t

svn commit: r467009 - /maven/plugins/trunk/maven-release-plugin/src/test/remote-repository/

2006-10-23 Thread epunzalan
Author: epunzalan Date: Mon Oct 23 07:48:47 2006 New Revision: 467009 URL: http://svn.apache.org/viewvc?view=rev&rev=467009 Log: cleanup unused test files Removed: maven/plugins/trunk/maven-release-plugin/src/test/remote-repository/

svn commit: r467004 - in /maven/plugins/trunk/maven-release-plugin: ./ src/main/java/org/apache/maven/plugins/release/ src/main/java/org/apache/maven/plugins/release/config/ src/main/java/org/apache/m

2006-10-23 Thread epunzalan
Author: epunzalan Date: Mon Oct 23 07:41:58 2006 New Revision: 467004 URL: http://svn.apache.org/viewvc?view=rev&rev=467004 Log: PR: MRELEASE-162 2/2 Enable the use of maven-shared/maven-release-manager for the release-plugin Removed: maven/plugins/trunk/maven-release-plugin/src/main/

svn commit: r466407 [16/16] - in /maven/shared/trunk/maven-release-manager: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/maven/ src/main/java/

2006-10-21 Thread epunzalan
Added: maven/shared/trunk/maven-release-manager/src/test/resources/projects/rewrite-for-release/pom-with-overridden-scm/subproject1/expected-pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-release-manager/src/test/resources/projects/rewrite-for-release/pom-with-overridden-scm/s

svn commit: r447704 - /maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/DefaultReleaseManager.java

2006-09-18 Thread epunzalan
Author: epunzalan Date: Mon Sep 18 20:21:11 2006 New Revision: 447704 URL: http://svn.apache.org/viewvc?view=rev&rev=447704 Log: apply proper field naming conventions Modified: maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/DefaultReleaseManager.

svn commit: r430603 - /maven/plugins/trunk/maven-one-plugin/pom.xml

2006-08-10 Thread epunzalan
Author: epunzalan Date: Thu Aug 10 17:24:08 2006 New Revision: 430603 URL: http://svn.apache.org/viewvc?rev=430603&view=rev Log: reverting my previous commit now that I found the 2.0.5-SNAPSHOT artifact in the repo which I thought was missing. Modified: maven/plugins/trunk/maven-one-pl

svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

2006-08-10 Thread epunzalan
Author: epunzalan Date: Thu Aug 10 03:46:07 2006 New Revision: 430355 URL: http://svn.apache.org/viewvc?rev=430355&view=rev Log: fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT Modified: maven/plugins/trunk/maven-one-plugin/pom.xml Modified: maven/plugins/trunk/maven-one-plugin/pom

svn commit: r428217 - /maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml

2006-08-02 Thread epunzalan
Author: epunzalan Date: Wed Aug 2 20:10:07 2006 New Revision: 428217 URL: http://svn.apache.org/viewvc?rev=428217&view=rev Log: Add license header Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml Modified: maven/archetype/trunk/maven-archetype-bun

svn commit: r427863 - /maven/plugins/trunk/pom.xml

2006-08-01 Thread epunzalan
Author: epunzalan Date: Tue Aug 1 19:58:38 2006 New Revision: 427863 URL: http://svn.apache.org/viewvc?rev=427863&view=rev Log: increment parent version to version 3 which has the checkstyle configurations Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml

svn commit: r427848 - in /maven/plugins/trunk/maven-ear-plugin/src/site: apt/modules.apt fml/faq.fml

2006-08-01 Thread epunzalan
Author: epunzalan Date: Tue Aug 1 18:38:20 2006 New Revision: 427848 URL: http://svn.apache.org/viewvc?rev=427848&view=rev Log: PR: MEAR-32 Applying review comments by Stephane Nicole: - modules should start with lower case letters - proper way of handling faq entry #2 - added mini-g

svn commit: r427428 - in /maven/plugins/trunk/maven-compiler-plugin/src/site: ./ apt/ apt/examples/ fml/

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 20:32:47 2006 New Revision: 427428 URL: http://svn.apache.org/viewvc?rev=427428&view=rev Log: added license headers to site docs Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt maven/plu

svn commit: r427427 - in /maven/plugins/trunk/maven-clean-plugin/src/site: apt/examples/delete_additional_files.apt apt/faq.apt apt/index.apt apt/usage.apt site.xml

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 20:29:32 2006 New Revision: 427427 URL: http://svn.apache.org/viewvc?rev=427427&view=rev Log: added site documentation license headers Modified: maven/plugins/trunk/maven-clean-plugin/src/site/apt/examples/delete_additional_files.apt maven/plu

svn commit: r427398 - in /maven/plugins/trunk/maven-assembly-plugin/src/site: apt/examples/index.apt apt/examples/single/index.apt site.xml

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 18:22:03 2006 New Revision: 427398 URL: http://svn.apache.org/viewvc?rev=427398&view=rev Log: PR: MASSEMBLY-122 fixed missing links Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/index.apt maven/plugins/trunk/maven-asse

svn commit: r427173 - in /maven/plugins/trunk/maven-ear-plugin: ./ src/site/ src/site/apt/ src/site/apt/examples/ src/site/fml/

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 10:02:12 2006 New Revision: 427173 URL: http://svn.apache.org/viewvc?rev=427173&view=rev Log: PR: MEAR-32 Updated site documentations - updated pom.xml - separated the usage examples into separate example pages - added an faq page Added: maven/plu

svn commit: r427149 - in /maven/plugins/trunk/maven-idea-plugin/src: main/java/org/apache/maven/plugin/idea/ test/java/org/apache/maven/plugin/idea/ test/java/org/apache/maven/plugin/idea/stubs/ test/

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 08:49:33 2006 New Revision: 427149 URL: http://svn.apache.org/viewvc?rev=427149&view=rev Log: PR: MIDEA-62 Submitted by: Roald Bankras - Removed provided artifacts from IntelliJ Idea package. - Added missing unit test - fixed some license headers appearing

svn commit: r427036 - in /maven/plugins/trunk/maven-assembly-plugin/src/site: apt/examples/single/including-and-excluding-artifacts.apt apt/examples/single/index.apt apt/features.apt apt/index.apt apt

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 00:37:20 2006 New Revision: 427036 URL: http://svn.apache.org/viewvc?rev=427036&view=rev Log: PR: MASSEMBLY-130 Submitted by: Baerrach bonDierne With some minor revisions to the patch. Provided additional example and improved some docs on the suppo

svn commit: r427018 - /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt

2006-07-30 Thread epunzalan
Author: epunzalan Date: Sun Jul 30 22:42:18 2006 New Revision: 427018 URL: http://svn.apache.org/viewvc?rev=427018&view=rev Log: PR: MASSEMBLY-122 changed apt section header to plugin's name Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt Modified: mave

svn commit: r427007 - /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/filtering-some-distribution-files.apt

2006-07-30 Thread epunzalan
Author: epunzalan Date: Sun Jul 30 20:14:23 2006 New Revision: 427007 URL: http://svn.apache.org/viewvc?rev=427007&view=rev Log: PR: MASSEMBLY-122 added explanation on filtering and property files Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/filte

svn commit: r425933 - in /maven/plugins/trunk/maven-assembly-plugin/src/site: ./ apt/ apt/examples/ apt/examples/multimodule/ apt/examples/single/ fml/

2006-07-26 Thread epunzalan
Author: epunzalan Date: Wed Jul 26 19:21:18 2006 New Revision: 425933 URL: http://svn.apache.org/viewvc?rev=425933&view=rev Log: PR: MASSEMBLY-122 revised site docs accdg to reviews in the dev list - fixed simple link to single - added an faq on using javadoc to jar javadoc files docs - a

svn commit: r425708 [2/2] - in /maven/plugins/trunk/maven-assembly-plugin: ./ src/main/java/org/apache/maven/plugin/assembly/ src/main/mdo/ src/main/resources/META-INF/plexus/ src/main/resources/assem

2006-07-26 Thread epunzalan
Added: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-repositories.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-repositories.apt?rev=425708&view=auto ===

svn commit: r423729 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/reactor.apt

2006-07-19 Thread epunzalan
Author: epunzalan Date: Wed Jul 19 19:56:59 2006 New Revision: 423729 URL: http://svn.apache.org/viewvc?rev=423729&view=rev Log: PR: MECLIPSE-125 Fixed error when generating reactor.html Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/reactor.apt Modified: maven/plu

svn commit: r423722 - /maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt

2006-07-19 Thread epunzalan
Author: epunzalan Date: Wed Jul 19 19:46:19 2006 New Revision: 423722 URL: http://svn.apache.org/viewvc?rev=423722&view=rev Log: PR: MCOMPILER-38 Removed the Introduction in the page heading of index.apt Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt Modi

svn commit: r423442 - in /maven/plugins/trunk/maven-eclipse-plugin/src/site: apt/examples/provide-project-natures-and-build-commands.apt apt/index.apt apt/reactor.apt apt/usage.apt apt/wtp.apt fml/faq

2006-07-19 Thread epunzalan
Author: epunzalan Date: Wed Jul 19 04:59:43 2006 New Revision: 423442 URL: http://svn.apache.org/viewvc?rev=423442&view=rev Log: PR: MECLIPSE-125 Improved documentation based on Dennis Lundberg's review: http://www.nabble.com/Please-review-maven-eclipse-plugin-tf1957957.html

svn commit: r423422 - in /maven/plugins/trunk/maven-compiler-plugin/src: main/java/org/apache/maven/plugin/ site/ site/apt/ site/apt/examples/ site/fml/

2006-07-19 Thread epunzalan
Author: epunzalan Date: Wed Jul 19 03:12:20 2006 New Revision: 423422 URL: http://svn.apache.org/viewvc?rev=423422&view=rev Log: PR: MCOMPILER-38 Some site documentation modifications based on Dennis Lundberg's review here: http://www.nabble.com/Please-review-maven-compiler-plugin-

svn commit: r423036 - in /maven/plugins/trunk/maven-compiler-plugin/src/site: ./ apt/ apt/examples/ fml/

2006-07-18 Thread epunzalan
Author: epunzalan Date: Tue Jul 18 03:06:48 2006 New Revision: 423036 URL: http://svn.apache.org/viewvc?rev=423036&view=rev Log: Made some modifications prior to deploying to a staging site Added: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-diffe

svn commit: r422923 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml

2006-07-17 Thread epunzalan
Author: epunzalan Date: Mon Jul 17 17:06:09 2006 New Revision: 422923 URL: http://svn.apache.org/viewvc?rev=422923&view=rev Log: PR: MECLIPSE-64 moved the FAQ to the last of the list in the navigation bar Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml Modified: m

svn commit: r422695 - /maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml

2006-07-17 Thread epunzalan
Author: epunzalan Date: Mon Jul 17 05:13:54 2006 New Revision: 422695 URL: http://svn.apache.org/viewvc?rev=422695&view=rev Log: Added an faq entry similar to eclipse's Modified: maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-idea-p

svn commit: r422694 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ src/main/java/org/apache/maven/plugin/eclipse/ src/site/ src/site/apt/ src/site/apt/examples/ src/site/fml/

2006-07-17 Thread epunzalan
Author: epunzalan Date: Mon Jul 17 05:09:03 2006 New Revision: 422694 URL: http://svn.apache.org/viewvc?rev=422694&view=rev Log: PR: MECLIPSE-64 - completed plugin docs - added some examples - added faqs Added: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/ m

svn commit: r421543 - in /maven/plugins/trunk/maven-idea-plugin/src: main/java/org/apache/maven/plugin/idea/ site/ site/apt/ site/apt/examples/ site/fml/

2006-07-13 Thread epunzalan
Author: epunzalan Date: Thu Jul 13 01:36:14 2006 New Revision: 421543 URL: http://svn.apache.org/viewvc?rev=421543&view=rev Log: Fixed some documentation errors - used IDEA instead of Idea - renamed examples to use dashes - fixed some typos - added more explanation on Library usage A

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

2006-07-12 Thread epunzalan
Author: epunzalan Date: Wed Jul 12 19:54:18 2006 New Revision: 421484 URL: http://svn.apache.org/viewvc?rev=421484&view=rev Log: updating the deps to 2.1-SNAPSHOT Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml URL:

svn commit: r421089 - in /maven/plugins/trunk/maven-compiler-plugin/src/site: ./ apt/ apt/examples/

2006-07-11 Thread epunzalan
Author: epunzalan Date: Tue Jul 11 19:50:38 2006 New Revision: 421089 URL: http://svn.apache.org/viewvc?rev=421089&view=rev Log: improved title bar messages Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile_using_different_jdk.apt maven/plugins/t

svn commit: r421080 - in /maven/plugins/trunk/maven-idea-plugin/src/site/apt: ./ examples/

2006-07-11 Thread epunzalan
Author: epunzalan Date: Tue Jul 11 19:23:09 2006 New Revision: 421080 URL: http://svn.apache.org/viewvc?rev=421080&view=rev Log: - improved title bar messages Modified: maven/plugins/trunk/maven-idea-plugin/src/site/apt/examples/attach_library_src_doc.apt maven/plugins/trunk/maven-

svn commit: r421076 - in /maven/plugins/trunk/maven-clean-plugin: pom.xml src/site/apt/examples/delete_additional_files.apt src/site/apt/faq.apt src/site/apt/usage.apt

2006-07-11 Thread epunzalan
Author: epunzalan Date: Tue Jul 11 19:09:40 2006 New Revision: 421076 URL: http://svn.apache.org/viewvc?rev=421076&view=rev Log: - improved some site pages having redundant title bar messages - removed the report plugins in pom.xml - used the example description instead of the word "Ex

svn commit: r420786 - in /maven/plugins/trunk/maven-idea-plugin: ./ src/main/java/org/apache/maven/plugin/idea/ src/site/ src/site/apt/ src/site/apt/examples/ src/site/fml/

2006-07-11 Thread epunzalan
Author: epunzalan Date: Tue Jul 11 03:19:14 2006 New Revision: 420786 URL: http://svn.apache.org/viewvc?rev=420786&view=rev Log: PR: MIDEA-59 - applied current documentation standards for the idea plugin - removed parameter expressions for plexus components - synced IdeaMojo parameters with

svn commit: r419858 - in /maven/plugins/trunk/maven-clean-plugin/src: main/java/org/apache/maven/plugin/clean/CleanMojo.java site/apt/usage.apt

2006-07-07 Thread epunzalan
Author: epunzalan Date: Fri Jul 7 03:17:42 2006 New Revision: 419858 URL: http://svn.apache.org/viewvc?rev=419858&view=rev Log: PR: MCLEAN-14 - Fixed typo and revised some parameter descriptions. Modified: maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/c

svn commit: r419825 - /maven/plugins/trunk/maven-compiler-plugin/src/site/site.xml

2006-07-06 Thread epunzalan
Author: epunzalan Date: Thu Jul 6 23:35:34 2006 New Revision: 419825 URL: http://svn.apache.org/viewvc?rev=419825&view=rev Log: PR: MCOMPILER-38 Added Goals in the navigation Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-comp

svn commit: r419823 - in /maven/plugins/trunk/maven-compiler-plugin/src/site: ./ apt/ apt/examples/

2006-07-06 Thread epunzalan
Author: epunzalan Date: Thu Jul 6 23:33:04 2006 New Revision: 419823 URL: http://svn.apache.org/viewvc?rev=419823&view=rev Log: PR: MCOMPILER-38 - Fixed some documentation errors - Added some documentation updates Removed: maven/plugins/trunk/maven-compiler-plugin/src/site

svn commit: r419472 - in /maven/plugins/trunk/maven-compiler-plugin: ./ src/site/ src/site/apt/ src/site/apt/examples/ src/site/fml/

2006-07-06 Thread epunzalan
Author: epunzalan Date: Thu Jul 6 00:04:01 2006 New Revision: 419472 URL: http://svn.apache.org/viewvc?rev=419472&view=rev Log: PR: MCOMPILER-38 Added plugin documentations for review Added: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/ maven/plugins/trunk/m

svn commit: r419401 - in /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples: alternateDoclet.apt excludePackageNames.apt groupConfiguration.apt stylesheetConfiguration.apt tagConfiguratio

2006-07-05 Thread epunzalan
Author: epunzalan Date: Wed Jul 5 18:14:17 2006 New Revision: 419401 URL: http://svn.apache.org/viewvc?rev=419401&view=rev Log: delete incorrect files Removed: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/alternateDoclet.apt maven/plugins/trunk/maven-javadoc-pl

svn commit: r419175 - in /maven/plugins/trunk/maven-clean-plugin/src/site: apt/examples.apt apt/examples/ apt/examples/delete_additional_files.apt apt/index.apt site.xml

2006-07-05 Thread epunzalan
Author: epunzalan Date: Tue Jul 4 23:29:45 2006 New Revision: 419175 URL: http://svn.apache.org/viewvc?rev=419175&view=rev Log: PR: MCLEAN-14 - created index.apt to replace the generated index.html - created a menu for examples in the left navigation bar Added: maven/plugins/trunk/m

svn commit: r419179 - /maven/plugins/trunk/maven-clean-plugin/src/main/java/org/apache/maven/plugin/clean/CleanMojo.java

2006-07-05 Thread epunzalan
Author: epunzalan Date: Tue Jul 4 23:39:14 2006 New Revision: 419179 URL: http://svn.apache.org/viewvc?rev=419179&view=rev Log: PR: MCLEAN-15 - added ${project.reporting.outputDirectory} - also, moved the parameter "default-value" expressions into parameter "expression&quo

svn commit: r419154 - in /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck: AbstractCheckDocumentationMojo.java CheckPluginDocumentationMojo.java

2006-07-05 Thread epunzalan
Author: epunzalan Date: Tue Jul 4 20:53:01 2006 New Revision: 419154 URL: http://svn.apache.org/viewvc?rev=419154&view=rev Log: - fixed bug on siteDirectory usage in ${reactorProjects}. - created a cache on valid urls to speed up execution Modified: maven/sandbox/plugins/maven-docck-pl

svn commit: r419195 - /maven/plugins/trunk/maven-clean-plugin/src/site/site.xml

2006-07-05 Thread epunzalan
Author: epunzalan Date: Wed Jul 5 03:04:24 2006 New Revision: 419195 URL: http://svn.apache.org/viewvc?rev=419195&view=rev Log: removed invalid examples link in site.xml Modified: maven/plugins/trunk/maven-clean-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-clean-plugin

svn commit: r419180 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

2006-07-05 Thread epunzalan
Author: epunzalan Date: Tue Jul 4 23:40:32 2006 New Revision: 419180 URL: http://svn.apache.org/viewvc?rev=419180&view=rev Log: PR: MCLEAN-14 Updated the parent to 2-SNAPSHOT so that the index.apt will be retained over the generated index.html. Modified: maven/plugins/trunk/maven-c

svn commit: r418910 - /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java

2006-07-03 Thread epunzalan
Author: epunzalan Date: Mon Jul 3 20:57:55 2006 New Revision: 418910 URL: http://svn.apache.org/viewvc?rev=418910&view=rev Log: Removed redundant message on multi-project execution Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/d

svn commit: r418229 - in /maven/plugins/trunk/maven-clean-plugin: pom.xml src/site/apt/examples.apt src/site/apt/faq.apt src/site/apt/howto.apt src/site/apt/usage.apt src/site/site.xml

2006-06-30 Thread epunzalan
Author: epunzalan Date: Fri Jun 30 03:48:13 2006 New Revision: 418229 URL: http://svn.apache.org/viewvc?rev=418229&view=rev Log: PR: MCLEAN-13 Improved the docs and implemented docck rules Added: maven/plugins/trunk/maven-clean-plugin/src/site/apt/examples.apt - copied, changed

svn commit: r418222 - /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java

2006-06-30 Thread epunzalan
Author: epunzalan Date: Fri Jun 30 03:01:33 2006 New Revision: 418222 URL: http://svn.apache.org/viewvc?rev=418222&view=rev Log: Fixed bug in previous commit which still prints messages even when there are no doc errors/warns. Improved the messages when ran in a multi-project environ

svn commit: r417949 - /maven/plugins/trunk/pom.xml

2006-06-28 Thread epunzalan
Author: epunzalan Date: Wed Jun 28 23:18:17 2006 New Revision: 417949 URL: http://svn.apache.org/viewvc?rev=417949&view=rev Log: Added jxr and javadoc in the reporting plugins Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r417118 - /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java

2006-06-25 Thread epunzalan
Author: epunzalan Date: Sun Jun 25 20:27:24 2006 New Revision: 417118 URL: http://svn.apache.org/viewvc?rev=417118&view=rev Log: improved the printed message when there are no errors found Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/d

svn commit: r417115 - /maven/plugins/trunk/pom.xml

2006-06-25 Thread epunzalan
Author: epunzalan Date: Sun Jun 25 20:23:00 2006 New Revision: 417115 URL: http://svn.apache.org/viewvc?rev=417115&view=rev Log: PR: MNG-2405 put the docck plugin in a ci profile in plugin parent Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL:

svn commit: r416665 - /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java

2006-06-23 Thread epunzalan
Author: epunzalan Date: Fri Jun 23 03:29:28 2006 New Revision: 416665 URL: http://svn.apache.org/viewvc?rev=416665&view=rev Log: - added fml dir in the site searches - fixed bug that swallows the printing of WARN messages when there are no documentation errors. Modified: maven/san

svn commit: r415935 - in /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck: AbstractCheckDocumentationMojo.java CheckPluginDocumentationMojo.java

2006-06-21 Thread epunzalan
Author: epunzalan Date: Wed Jun 21 00:23:01 2006 New Revision: 415935 URL: http://svn.apache.org/viewvc?rev=415935&view=rev Log: removed implemented todos Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.

svn commit: r415934 - in /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck: AbstractCheckDocumentationMojo.java CheckPluginDocumentationMojo.java

2006-06-21 Thread epunzalan
Author: epunzalan Date: Wed Jun 21 00:20:29 2006 New Revision: 415934 URL: http://svn.apache.org/viewvc?rev=415934&view=rev Log: PR: MNG-2397 - implemented check for usage.html and faq.html links inside site.xml - removed plugin specific documentation rules from the abstract class Modi

svn commit: r415927 - /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/CheckPluginDocumentationMojo.java

2006-06-20 Thread epunzalan
Author: epunzalan Date: Tue Jun 20 23:57:34 2006 New Revision: 415927 URL: http://svn.apache.org/viewvc?rev=415927&view=rev Log: PR: MNG-2397 implemented check for the required report plugins Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/d

svn commit: r415896 - /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java

2006-06-20 Thread epunzalan
Author: epunzalan Date: Tue Jun 20 21:04:40 2006 New Revision: 415896 URL: http://svn.apache.org/viewvc?rev=415896&view=rev Log: PR: MNGPR: MNG-2397 changed default for offline to get it from settings.xml Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/m

svn commit: r415878 - in /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck: ./ reports/

2006-06-20 Thread epunzalan
Author: epunzalan Date: Tue Jun 20 19:52:46 2006 New Revision: 415878 URL: http://svn.apache.org/viewvc?rev=415878&view=rev Log: PR: MNG-2397 Committing what I currently have in progress... - created reporter classes - implemented POM minimum requirements for docs except the plugin rep

svn commit: r415274 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt

2006-06-19 Thread epunzalan
Author: epunzalan Date: Mon Jun 19 03:00:50 2006 New Revision: 415274 URL: http://svn.apache.org/viewvc?rev=415274&view=rev Log: PR: MNG-1268 Submitted by: Maria Odea Ching completed missing parts of the guide Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to

svn commit: r415272 - /maven/site/trunk/src/site/apt/guides/getting-started/index.apt

2006-06-19 Thread epunzalan
Author: epunzalan Date: Mon Jun 19 02:52:21 2006 New Revision: 415272 URL: http://svn.apache.org/viewvc?rev=415272&view=rev Log: PR: MNG-1843 Added the change directory procedure in the steps for compiling a project. Modified: maven/site/trunk/src/site/apt/guides/getting-started/index

svn commit: r415271 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt

2006-06-19 Thread epunzalan
Author: epunzalan Date: Mon Jun 19 02:44:25 2006 New Revision: 415271 URL: http://svn.apache.org/viewvc?rev=415271&view=rev Log: PR: MSITE-149 Changed into since the site plugin is a build plugin. Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt Modified: m

svn commit: r415265 - in /maven/sandbox/plugins/maven-docck-plugin/src: main/java/org/apache/maven/plugin/docck/ site/ site/apt/ site/apt/examples/

2006-06-19 Thread epunzalan
Author: epunzalan Date: Mon Jun 19 02:12:14 2006 New Revision: 415265 URL: http://svn.apache.org/viewvc?rev=415265&view=rev Log: PR: 2394 Implemented some of the documentation rules required by the docck plugin Added: maven/sandbox/plugins/maven-docck-plugin/src/site/ maven/san

svn commit: r415254 - in /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck: AbstractCheckDocumentationMojo.java CheckPluginDocumentationMojo.java

2006-06-19 Thread epunzalan
Author: epunzalan Date: Mon Jun 19 00:14:22 2006 New Revision: 415254 URL: http://svn.apache.org/viewvc?rev=415254&view=rev Log: Changed the copyright year to 2006 Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/d

svn commit: r415252 - in /maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/docck: AbstractCheckDocumentationMojo.java CheckPluginDocumentationMojo.java

2006-06-18 Thread epunzalan
Author: epunzalan Date: Sun Jun 18 23:33:02 2006 New Revision: 415252 URL: http://svn.apache.org/viewvc?rev=415252&view=rev Log: Apply code formatting and added the license header Modified: maven/sandbox/plugins/maven-docck-plugin/src/main/java/org/apache/maven/plugin/d

svn commit: r414752 - /maven/repository-manager/trunk/maven-repository-core/src/test/maven-1.x-repository/

2006-06-15 Thread epunzalan
Author: epunzalan Date: Thu Jun 15 23:40:09 2006 New Revision: 414752 URL: http://svn.apache.org/viewvc?rev=414752&view=rev Log: Created test directory just to make the build successful Added: maven/repository-manager/trunk/maven-repository-core/src/test/maven-1.x-repository/

svn commit: r414745 - in /maven/repository-manager/trunk: maven-repository-converter/src/main/java/org/apache/maven/repository/converter/ maven-repository-indexer/src/main/java/org/apache/maven/reposi

2006-06-15 Thread epunzalan
Author: epunzalan Date: Thu Jun 15 23:01:50 2006 New Revision: 414745 URL: http://svn.apache.org/viewvc?rev=414745&view=rev Log: Changed boolean Digester methods to throw an exception instead for a more informative failure reason Added: maven/repository-manager/trunk/maven-repository-u

svn commit: r414549 - /maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/

2006-06-15 Thread epunzalan
Author: epunzalan Date: Thu Jun 15 03:50:19 2006 New Revision: 414549 URL: http://svn.apache.org/viewvc?rev=414549&view=rev Log: Updated some javadocs Modified: maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/inde

svn commit: r414429 - /maven/site/trunk/src/site/apt/guides/mini/guide-configuring-plugins.apt

2006-06-14 Thread epunzalan
Author: epunzalan Date: Wed Jun 14 18:46:10 2006 New Revision: 414429 URL: http://svn.apache.org/viewvc?rev=414429&view=rev Log: PR: MNG-2373 fixed closing xml tag typo in guide-configuring-plugins.apt Modified: maven/site/trunk/src/site/apt/guides/mini/guide-configuring-plugins

svn commit: r414095 - in /maven/repository-manager/trunk/maven-repository-proxy/src/main/java/org/apache/maven/repository/proxy: DefaultProxyManager.java configuration/ProxyConfiguration.java

2006-06-13 Thread epunzalan
Author: epunzalan Date: Tue Jun 13 22:54:38 2006 New Revision: 414095 URL: http://svn.apache.org/viewvc?rev=414095&view=rev Log: Moved releases and snapshot policies into the proxy configuration class Modified: maven/repository-manager/trunk/maven-repository-proxy/src/main/java/org/ap

svn commit: r414043 - in /maven/repository-manager/trunk/maven-repository-proxy/src/main/java/org/apache/maven/repository/proxy/configuration: MavenProxyPropertyLoader.java ProxyConfiguration.java

2006-06-13 Thread epunzalan
Author: epunzalan Date: Tue Jun 13 20:48:25 2006 New Revision: 414043 URL: http://svn.apache.org/viewvc?rev=414043&view=rev Log: moved configuration validations inside the configuration object Modified: maven/repository-manager/trunk/maven-repository-proxy/src/main/java/org/apache/m

svn commit: r414034 - in /maven/repository-manager/trunk/maven-repository-discovery/src: main/java/org/apache/maven/repository/discovery/ test/java/org/apache/maven/repository/discovery/

2006-06-13 Thread epunzalan
Author: epunzalan Date: Tue Jun 13 20:13:22 2006 New Revision: 414034 URL: http://svn.apache.org/viewvc?rev=414034&view=rev Log: Refactored tests and created an Abstract test case. Also, refactored some of the module classes and improved some javadocs. Added: maven/repository-manager/t

svn commit: r413827 - in /maven/repository-manager/trunk/maven-repository-discovery/src: main/java/org/apache/maven/repository/discovery/ test/java/org/apache/maven/repository/discovery/

2006-06-13 Thread epunzalan
Author: epunzalan Date: Tue Jun 13 00:57:20 2006 New Revision: 413827 URL: http://svn.apache.org/viewvc?rev=413827&view=rev Log: Added a new class "DiscovererPath" for use to represent paths processed by the Discoverer. Currently used to fill KickedOutPaths and ExcludedPaths Add

svn commit: r413818 - in /maven/repository-manager/trunk: maven-repository-discovery/src/main/java/org/apache/maven/repository/discovery/ maven-repository-discovery/src/test/java/org/apache/maven/repo

2006-06-12 Thread epunzalan
Author: epunzalan Date: Mon Jun 12 23:53:38 2006 New Revision: 413818 URL: http://svn.apache.org/viewvc?rev=413818&view=rev Log: Added reason parameter in kickedOutPaths. Also, added an interface with the kickedOutPaths which two other interfaces extends Added: maven/repository-man

svn commit: r412984 - /maven/repository-manager/trunk/maven-repository-proxy/src/test/java/org/apache/maven/repository/proxy/configuration/ProxyConfigurationTest.java

2006-06-09 Thread epunzalan
Author: epunzalan Date: Fri Jun 9 01:54:31 2006 New Revision: 412984 URL: http://svn.apache.org/viewvc?rev=412984&view=rev Log: more unit tests Modified: maven/repository-manager/trunk/maven-repository-proxy/src/test/java/org/apache/maven/repository/proxy/configura

svn commit: r412961 - in /maven/repository-manager/trunk/maven-repository-converter/src: main/java/org/apache/maven/repository/converter/ test/expected-files/ test/java/org/apache/maven/repository/con

2006-06-09 Thread epunzalan
Author: epunzalan Date: Fri Jun 9 00:32:14 2006 New Revision: 412961 URL: http://svn.apache.org/viewvc?rev=412961&view=rev Log: added configuration to enable merging of source metadata if it exists. Added: maven/repository-manager/trunk/maven-repository-converter/src/test/expected-f

svn commit: r412760 - /maven/repository-manager/trunk/maven-repository-converter/src/test/java/org/apache/maven/repository/converter/transaction/CopyFileEventTest.java

2006-06-08 Thread epunzalan
Author: epunzalan Date: Thu Jun 8 07:20:19 2006 New Revision: 412760 URL: http://svn.apache.org/viewvc?rev=412760&view=rev Log: Added more unit tests for the TransactionEvents Added: maven/repository-manager/trunk/maven-repository-converter/src/test/java/org/apache/maven/reposi

svn commit: r412752 - /maven/repository-manager/trunk/maven-repository-converter/src/test/java/org/apache/maven/repository/converter/transaction/CreateFileEventTest.java

2006-06-08 Thread epunzalan
Author: epunzalan Date: Thu Jun 8 06:44:36 2006 New Revision: 412752 URL: http://svn.apache.org/viewvc?rev=412752&view=rev Log: Improved tests Modified: maven/repository-manager/trunk/maven-repository-converter/src/test/java/org/apache/maven/repository/converter/transac

svn commit: r412747 - in /maven/repository-manager/trunk/maven-repository-converter/src: main/java/org/apache/maven/repository/converter/ main/java/org/apache/maven/repository/converter/transaction/ t

2006-06-08 Thread epunzalan
Author: epunzalan Date: Thu Jun 8 06:32:13 2006 New Revision: 412747 URL: http://svn.apache.org/viewvc?rev=412747&view=rev Log: Implemented the rollback() method for the TransactionEvents Added: maven/repository-manager/trunk/maven-repository-converter/src/main/java/org/apache/m

svn commit: r412367 - in /maven/repository-manager/trunk/maven-repository-reports-standard: ./ src/main/java/org/apache/maven/repository/reporting/ src/test/java/org/apache/maven/repository/reporting/

2006-06-07 Thread epunzalan
Author: epunzalan Date: Wed Jun 7 04:22:35 2006 New Revision: 412367 URL: http://svn.apache.org/viewvc?rev=412367&view=rev Log: PR: MRM-94 with todos: make some fields configurable/injected Added: maven/repository-manager/trunk/maven-repository-reports-standard/src/main/java/org/ap

svn commit: r412296 - /maven/site/trunk/src/site/fml/general.fml

2006-06-06 Thread epunzalan
Author: epunzalan Date: Tue Jun 6 22:53:33 2006 New Revision: 412296 URL: http://svn.apache.org/viewvc?rev=412296&view=rev Log: PR: MNG-2346 Added an FAQ entry for "Why does Maven compile my test classes but does not run them?" Also, removed CDATA on some unnecessary pa

svn commit: r411984 - in /maven/repository-manager/trunk/maven-repository-utils/src: main/java/org/apache/maven/repository/ArtifactUtils.java test/java/org/apache/maven/repository/ArtifactUtilsLegacyT

2006-06-05 Thread epunzalan
Author: epunzalan Date: Mon Jun 5 20:46:40 2006 New Revision: 411984 URL: http://svn.apache.org/viewvc?rev=411984&view=rev Log: PR: MRM-12 Added "final" in the list of possible version contents Modified: maven/repository-manager/trunk/maven-repository-utils/src/main/java/or

svn commit: r410749 - in /maven/plugins/trunk/maven-idea-plugin/src: main/java/org/apache/maven/plugin/idea/ test/java/org/apache/maven/plugin/idea/ test/java/org/apache/maven/plugin/idea/stubs/ test/

2006-05-31 Thread epunzalan
Author: epunzalan Date: Wed May 31 22:17:10 2006 New Revision: 410749 URL: http://svn.apache.org/viewvc?rev=410749&view=rev Log: PR: MIDEA-57 Created test case and fix to enable the plugin to process version ranges. Added: maven/plugins/trunk/maven-idea-plugin/src/test/java/org/ap

svn commit: r410421 - /maven/sandbox/plugins/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java

2006-05-30 Thread epunzalan
Author: epunzalan Date: Tue May 30 19:29:57 2006 New Revision: 410421 URL: http://svn.apache.org/viewvc?rev=410421&view=rev Log: PR: MCHANGELOG-37 removed expressions for List parameter types Modified: maven/sandbox/plugins/maven-changelog-plugin/src/main/java/org/apache/maven/chang

  1   2   3   4   5   >