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=430355view=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.xml

svn commit: r430364 - /maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css

2006-08-10 Thread brett
Author: brett Date: Thu Aug 10 05:12:56 2006 New Revision: 430364 URL: http://svn.apache.org/viewvc?rev=430364view=rev Log: fix the CSS so that it renders correctly in IE7 and Opera. Submitted by: Denis Cabasson Modified:

svn commit: r430369 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 06:01:55 2006 New Revision: 430369 URL: http://svn.apache.org/viewvc?rev=430369view=rev Log: Fix exception message Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified:

svn commit: r430371 - /maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 06:03:55 2006 New Revision: 430371 URL: http://svn.apache.org/viewvc?rev=430371view=rev Log: Update parent pom to 2-SNAPSHOT to use the proper scm urls and other dependencies. Modified: maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

svn commit: r430372 - /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 06:05:17 2006 New Revision: 430372 URL: http://svn.apache.org/viewvc?rev=430372view=rev Log: Update qdox dep to 1.6-SNAPSHOT to enable basic Java 5 syntax for (3rd party) plugins Modified:

svn commit: r430408 - /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 08:00:14 2006 New Revision: 430408 URL: http://svn.apache.org/viewvc?rev=430408view=rev Log: Reverted update of qdox dep since it's not deployed yet Modified: maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml Modified:

svn commit: r430440 - in /maven/components/trunk/maven-reporting: maven-reporting-api/ maven-reporting-api/src/main/java/org/apache/maven/reporting/ maven-reporting-impl/ maven-reporting-impl/src/main

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 10:09:30 2006 New Revision: 430440 URL: http://svn.apache.org/viewvc?rev=430440view=rev Log: PR: MNG-2410 Desc: Add support for multi-page reports using multiple sinks. * Removed unused MultiPageSink and SinkFactory, and the AbstractMavenMultiPageReport (could

svn commit: r430442 - /maven/plugins/trunk/maven-resources-plugin/src/test/java/org/apache/maven/plugin/resources/ResourcesMojoTest.java

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 10:12:42 2006 New Revision: 430442 URL: http://svn.apache.org/viewvc?rev=430442view=rev Log: Fix typo in 'resources' Modified: maven/plugins/trunk/maven-resources-plugin/src/test/java/org/apache/maven/plugin/resources/ResourcesMojoTest.java Modified:

svn commit: r430443 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 10:15:18 2006 New Revision: 430443 URL: http://svn.apache.org/viewvc?rev=430443view=rev Log: Fix file permissions when deploying sites on accounts that have umask 077 Modified:

svn commit: r430444 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/AbstractSiteMojo.java

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 10:16:26 2006 New Revision: 430444 URL: http://svn.apache.org/viewvc?rev=430444view=rev Log: Add project Id to the 'NO_PROJECT_URL_SET' value so the project missing the url can be identified Modified:

svn commit: r430446 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRenderer.java

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 10:20:32 2006 New Revision: 430446 URL: http://svn.apache.org/viewvc?rev=430446view=rev Log: PR: 2410 Add support for multiple sinks for reports. Update dep on maven-reporting to 2.1-SNAPSHOT to enable the new MavenReport API. NOTE that the reporting api changes

svn commit: r430495 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/main: java/org/apache/maven/report/projectinfo/ resources/ resources/META-INF/

2006-08-10 Thread vsiveton
Author: vsiveton Date: Thu Aug 10 12:29:08 2006 New Revision: 430495 URL: http://svn.apache.org/viewvc?rev=430495view=rev Log: MPIR-52: Wrong text on scm page for svn protocol o updated developerAccessSVN() to handle several svn schema o updated bundles Removed:

svn commit: r430505 - in /maven/sandbox/plugins/maven-plugin-test-plugin: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/maven/ src/main/java/or

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 12:53:38 2006 New Revision: 430505 URL: http://svn.apache.org/viewvc?rev=430505view=rev Log: Adding plugin to allow the staging of a freshly built plugin into the local repository for integration testing, then pull it back out for actual

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

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 12:54:21 2006 New Revision: 430506 URL: http://svn.apache.org/viewvc?rev=430506view=rev Log: Adding profile to do integration testing, using two new plugins in the sandbox: the invoker plugin, and the plugin-test plugin (which stages a plugin into the local repo

svn commit: r430507 - /maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 12:56:19 2006 New Revision: 430507 URL: http://svn.apache.org/viewvc?rev=430507view=rev Log: Adding plugin-parent POM. Modified: maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml Modified: maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml URL:

svn commit: r430510 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java

2006-08-10 Thread vsiveton
Author: vsiveton Date: Thu Aug 10 13:01:34 2006 New Revision: 430510 URL: http://svn.apache.org/viewvc?rev=430510view=rev Log: Pr: MPIR-48: Internal html references are not generated in the team-list.html o added internal link for developer id Modified:

svn commit: r430523 - /maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt

2006-08-10 Thread dennisl
Author: dennisl Date: Thu Aug 10 13:43:24 2006 New Revision: 430523 URL: http://svn.apache.org/viewvc?rev=430523view=rev Log: [MNG-2246] mojo developer guide takes a shortcut at explaining fully how the command line can be shortened. Patch supplied by Jerome Lacoste. Modified:

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

2006-08-10 Thread dennisl
Author: dennisl Date: Thu Aug 10 14:06:56 2006 New Revision: 430528 URL: http://svn.apache.org/viewvc?rev=430528view=rev Log: [MNG-1952] Give equal footing to all m2 plugins and add Cargo plugin to the list. Patch provided by Vincent Massol. o Just added Cargo plugin to the list. Modified:

svn commit: r430533 - in /maven/site/trunk/src/site/apt: background/philosophy-of-maven.apt guides/getting-started/index.apt

2006-08-10 Thread dennisl
Author: dennisl Date: Thu Aug 10 14:20:12 2006 New Revision: 430533 URL: http://svn.apache.org/viewvc?rev=430533view=rev Log: [MNG-2250] fix misspelled and added missing words in getting started guide and philosphy of maven. Patch provided by Roy Hodgman. Modified:

svn commit: r430546 - /maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/multimodule/

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 14:39:38 2006 New Revision: 430546 URL: http://svn.apache.org/viewvc?rev=430546view=rev Log: Adding multimodule dir. Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/multimodule/

svn commit: r430569 - in /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project: artifact/MavenMetadataSource.java inheritance/DefaultModelInheritanceAssembler.jav

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 15:39:15 2006 New Revision: 430569 URL: http://svn.apache.org/viewvc?rev=430569view=rev Log: Dependency ordering should be preserved. Modified:

svn commit: r430573 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/ maven-embedder/src/main/java/org/apache/maven/embedder/ maven-project/src/main/java/org/apache/maven/projec

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 15:43:48 2006 New Revision: 430573 URL: http://svn.apache.org/viewvc?rev=430573view=rev Log: Merging fix for loss of dependency ordering from branch. Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java

svn commit: r430576 - in /maven/plugins/trunk/maven-assembly-plugin/src/it: basic-features/dependency-sets/ basic-features/module-sourceIncludedBinaryNotIncluded/ basic-features/module-sourceNotInclud

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 15:49:50 2006 New Revision: 430576 URL: http://svn.apache.org/viewvc?rev=430576view=rev Log: Rearranging ITs Added: maven/plugins/trunk/maven-assembly-plugin/src/it/dependency-sets/ - copied from r429854,

svn commit: r430590 - in /maven/plugins/trunk/maven-assembly-plugin/src: it/multimodule/two-level-multimodule/ it/multimodule/two-level-multimodule/child-level1-project1/ it/multimodule/two-level-mult

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 16:29:29 2006 New Revision: 430590 URL: http://svn.apache.org/viewvc?rev=430590view=rev Log: [MASSEMBLY-117][MASSEMBLY-109] Verified that multi-tiered multimodule support is handled. Added:

svn commit: r430596 - in /maven/maven-1/plugins/trunk/artifact: project.xml xdocs/changes.xml

2006-08-10 Thread aheritier
Author: aheritier Date: Thu Aug 10 16:58:56 2006 New Revision: 430596 URL: http://svn.apache.org/viewvc?rev=430596view=rev Log: Prepare the next bugs fix release (there's just MPARTIFACT-67 which is a minor update - We'll see if we keep it). Modified:

svn commit: r430597 - in /maven/maven-1/plugins/trunk/genapp: project.xml xdocs/changes.xml

2006-08-10 Thread aheritier
Author: aheritier Date: Thu Aug 10 17:02:35 2006 New Revision: 430597 URL: http://svn.apache.org/viewvc?rev=430597view=rev Log: Prepare the next bugs fix release Modified: maven/maven-1/plugins/trunk/genapp/project.xml maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Modified:

svn commit: r430602 - /maven/maven-1/core/trunk/plugin-profile.xml

2006-08-10 Thread aheritier
Author: aheritier Date: Thu Aug 10 17:20:50 2006 New Revision: 430602 URL: http://svn.apache.org/viewvc?rev=430602view=rev Log: Update the list of plugins for maven 1.1 RC1 Modified: maven/maven-1/core/trunk/plugin-profile.xml Modified: maven/maven-1/core/trunk/plugin-profile.xml URL:

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=430603view=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:

svn commit: r430605 - in /maven/repository-manager/trunk/maven-repository-webapp: pom.xml src/main/plexus/plexus.xml src/main/resources/META-INF/ src/main/resources/META-INF/plexus/ src/main/resources

2006-08-10 Thread brett
Author: brett Date: Thu Aug 10 17:39:51 2006 New Revision: 430605 URL: http://svn.apache.org/viewvc?rev=430605view=rev Log: simplify (correct) how descriptors are created and used Added: maven/repository-manager/trunk/maven-repository-webapp/src/main/resources/META-INF/

svn commit: r430622 - in /maven/repository-manager/trunk/maven-repository-webapp/src/main/resources/META-INF/plexus: application.xml plexus.xml

2006-08-10 Thread brett
Author: brett Date: Thu Aug 10 19:01:43 2006 New Revision: 430622 URL: http://svn.apache.org/viewvc?rev=430622view=rev Log: rename configuration file Added: maven/repository-manager/trunk/maven-repository-webapp/src/main/resources/META-INF/plexus/application.xml - copied unchanged

svn commit: r430624 - in /maven/repository-manager/trunk/maven-repository-reports-standard/src/test: java/org/apache/maven/repository/reporting/ resources/org/apache/maven/repository/reporting/

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 19:19:29 2006 New Revision: 430624 URL: http://svn.apache.org/viewvc?rev=430624view=rev Log: Added the role-hint for md5 Digester to the plexus test config. Re-initialize the reporter in every testcase as it isn't reset and the internal error/succes etc. lists can

svn commit: r430625 - /maven/repository-manager/trunk/maven-repository-reports-standard/src/test/java/org/apache/maven/repository/reporting/DuplicateArtifactFileReportProcessorTest.java

2006-08-10 Thread kenney
Author: kenney Date: Thu Aug 10 19:22:29 2006 New Revision: 430625 URL: http://svn.apache.org/viewvc?rev=430625view=rev Log: Forgot to remove debug line Modified:

svn commit: r430639 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/file-modes: ./ file-mode-set/ file-mode-set/src/ file-mode-set/src/assemble/ file-mode-set/src/main/ file-mode-set/src/main/j

2006-08-10 Thread jdcasey
Author: jdcasey Date: Thu Aug 10 20:16:54 2006 New Revision: 430639 URL: http://svn.apache.org/viewvc?rev=430639view=rev Log: [MASSEMBLY-104][MASSEMBLY-127] Added test verifying that file-mode changes work since the refactor. Added: