svn commit: r411999 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/ test/resources/unit/deploy-file-artifact-not-jar/ test/resources/unit/deploy-file-class

2006-06-05 Thread jdcasey
Author: jdcasey Date: Mon Jun 5 21:36:23 2006 New Revision: 411999 URL: http://svn.apache.org/viewvc?rev=411999&view=rev Log: Fixing tests once I moved the default-value of generatePom to the annotation, which is the standard. Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java

svn commit: r411994 - /maven/repository-manager/trunk/maven-repository-utils/src/main/java/org/apache/maven/repository/ArtifactUtils.java

2006-06-05 Thread brett
Author: brett Date: Mon Jun 5 21:29:57 2006 New Revision: 411994 URL: http://svn.apache.org/viewvc?rev=411994&view=rev Log: minor change to avoid triggering TODO checks Modified: maven/repository-manager/trunk/maven-repository-utils/src/main/java/org/apache/maven/repository/ArtifactUtils.ja

svn commit: r411993 - /maven/repository-manager/trunk/Indexer.java

2006-06-05 Thread brett
Author: brett Date: Mon Jun 5 21:29:01 2006 New Revision: 411993 URL: http://svn.apache.org/viewvc?rev=411993&view=rev Log: remove stray class Removed: maven/repository-manager/trunk/Indexer.java

svn commit: r411991 - in /maven/plugins/trunk/maven-deploy-plugin/src/site/apt: howto.apt introduction.apt

2006-06-05 Thread jdcasey
Author: jdcasey Date: Mon Jun 5 21:19:07 2006 New Revision: 411991 URL: http://svn.apache.org/viewvc?rev=411991&view=rev Log: Updating documentation to reflect new functionality, and provide more information about configuration of deployment options. Modified: maven/plugins/trunk/maven-depl

svn commit: r411990 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2006-06-05 Thread jdcasey
Author: jdcasey Date: Mon Jun 5 21:18:30 2006 New Revision: 411990 URL: http://svn.apache.org/viewvc?rev=411990&view=rev Log: o Added parameter documentation o Removed @readonly from the generatePom parameter, to make consistent with the provision of an expression annotation o Added a default-va

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/org/apache/maven/r

svn commit: r411971 - in /maven/repository-manager/trunk/maven-repository-webapp/src/main/java/org/apache/maven/repository/manager/web: action/ execution/ job/

2006-06-05 Thread oching
Author: oching Date: Mon Jun 5 19:09:38 2006 New Revision: 411971 URL: http://svn.apache.org/viewvc?rev=411971&view=rev Log: PR: MRM-116 Created a class (DiscovererExecution) that would be executed when the repository webapp is accessed and no index exists yet. It would also be invoked by the

svn commit: r411900 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2006-06-05 Thread jdcasey
Author: jdcasey Date: Mon Jun 5 12:46:44 2006 New Revision: 411900 URL: http://svn.apache.org/viewvc?rev=411900&view=rev Log: [MDEPLOY-33] Fixed ArtifactDeployer call to pass in the pomFile (generated or provided) along with the artifact, instead of the artifact-file. The main file is passed to

svn commit: r411762 - /maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/form.jspf

2006-06-05 Thread brett
Author: brett Date: Mon Jun 5 05:11:12 2006 New Revision: 411762 URL: http://svn.apache.org/viewvc?rev=411762&view=rev Log: put back applet Modified: maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/jsp/form.jspf Modified: maven/repository-manager/trunk/maven

svn commit: r411760 - in /maven/repository-manager/trunk/maven-repository-webapp: ./ src/main/webapp/ src/main/webapp/WEB-INF/ src/main/webapp/WEB-INF/jsp/ src/main/webapp/WEB-INF/jsp/decorators/ src/

2006-06-05 Thread brett
Author: brett Date: Mon Jun 5 05:07:31 2006 New Revision: 411760 URL: http://svn.apache.org/viewvc?rev=411760&view=rev Log: [MRM-89] add sitemesh Added: maven/repository-manager/trunk/maven-repository-webapp/src/main/webapp/WEB-INF/decorators.xml (with props) maven/repository-manage