[jira] Closed: (MDEPLOY-39) Deploy doesn't recognize repositoryId when using deploy:deploy-file and scp
[ http://jira.codehaus.org/browse/MDEPLOY-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Ramirez closed MDEPLOY-39. Resolution: Won't Fix > Deploy doesn't recognize repositoryId when using deploy:deploy-file and scp > --- > > Key: MDEPLOY-39 > URL: http://jira.codehaus.org/browse/MDEPLOY-39 > Project: Maven 2.x Deploy Plugin > Issue Type: Bug >Affects Versions: 2.2.1 >Reporter: Phillip Warner > Assigned To: Allan Ramirez > > Maven 2.0.4 > maven-deploy-plugin 2.2.1 > My settings.xml: > > > > nsa-deploy-repository > pwarner > /home/pwarner/.ssh/identity > 664 > 775 > > > > My command-line: > mvn deploy:deploy-file \ >-Dfile=/home/pwarner/jboss/jargon_v1.4.22/lib/jargon.jar \ >-Dpackaging="jar" \ >-DrepositoryID="nsa-deploy-repository" \ >-Durl="scp://chive.tuc.noao.edu/u1/www/htdocs/maven/" \ >-DgroupId="sdsc" \ >-DartifactId="jargon" \ >-Dversion="1.4.22" > Whenever I use the above configuration, it asks for a password, despite the > fact that (1) the repositoryId I am using on the command line is configured > in the settings.xml, and (2) I specify the location of the ssh key. > I know my key is not bad (it's used when I use the command-line ssh). > But, when I change the repository id (in settings.xml) to the default > (remote-repository - as indicated on the last bullet at the bottom of > http://maven.apache.org/plugins/maven-deploy-plugin/usage.html ), then I > don't have this problem, and the key is used. > I've also tried providing a user/pass in the settings that are different from > mine (but that I know are correct) and I get the same results as above. > I.e., when I change the id to remote-repository, it works. > One other thing: after changing the id in settings.xml to remote-repository, > and use a different repositoryId on the command line, e.g., > nsa-deploy-repository, it works when it really shouldn't. > So, in summary, the repositoryId on the command line is not being honored for > deploy:deploy-file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MRM-253) Add repository allows empty url name
[ http://jira.codehaus.org/browse/MRM-253?page=all ] Allan Ramirez updated MRM-253: -- Attachment: MRM-253-archiva-webapp.patch Attached patch is to fix this issue, please apply. Thanks > Add repository allows empty url name > > > Key: MRM-253 > URL: http://jira.codehaus.org/browse/MRM-253 > Project: Archiva > Issue Type: Bug > Components: web application >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MRM-253-archiva-webapp.patch > > > If the field in url name is not filled the submition works > it should have also a star as mandatory field -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MRM-253) Add repository allows empty url name
Add repository allows empty url name Key: MRM-253 URL: http://jira.codehaus.org/browse/MRM-253 Project: Archiva Issue Type: Bug Components: web application Reporter: Allan Ramirez If the field in url name is not filled the submition works it should have also a star as mandatory field -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (CONTINUUM-1010) Add ability to view list of users with permissions to a project group.
[ http://jira.codehaus.org/browse/CONTINUUM-1010?page=all ] Allan Ramirez updated CONTINUUM-1010: - Attachment: CONTINUUM-1010-2.patch I updated the patch, It filters the users to the particular project. > Add ability to view list of users with permissions to a project group. > -- > > Key: CONTINUUM-1010 > URL: http://jira.codehaus.org/browse/CONTINUUM-1010 > Project: Continuum > Issue Type: New Feature >Reporter: Lester Ecarma > Assigned To: Lester Ecarma > Attachments: CONTINUUM-1010-2.patch, continuum-1010.patch > > > Make the list of users sortable and allow it to be filtered by their > username, name or email. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MDEP-30) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MDEP-30?page=all ] Allan Ramirez closed MDEP-30. - Resolution: Fixed all reviews has been applied > Review Plugin Documentation > --- > > Key: MDEP-30 > URL: http://jira.codehaus.org/browse/MDEP-30 > Project: Maven 2.x Dependency Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 1 day > Time Spent: 1 day, 9 hours > Remaining Estimate: 0 minutes > > document the plugin based on the standard plugin documentation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIRE-147) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIRE-147?page=all ] Allan Ramirez closed MSUREFIRE-147. --- Resolution: Fixed All reviews has been applied > Review Plugin Documentation > --- > > Key: MSUREFIRE-147 > URL: http://jira.codehaus.org/browse/MSUREFIRE-147 > Project: Maven 2.x Surefire Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Fix For: 2.3 > > Original Estimate: 1 day > Time Spent: 23 hours > Remaining Estimate: 1 hour > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MNG-2393) documentation of -U on CLI usage help is incorrect
[ http://jira.codehaus.org/browse/MNG-2393?page=all ] Allan Ramirez updated MNG-2393: --- Remaining Estimate: 5 hours Original Estimate: 5 hours > documentation of -U on CLI usage help is incorrect > -- > > Key: MNG-2393 > URL: http://jira.codehaus.org/browse/MNG-2393 > Project: Maven 2 > Issue Type: Task > Components: Documentation: General >Reporter: Brett Porter > Assigned To: Allan Ramirez > Fix For: 2.0.5 > > Original Estimate: 5 hours > Remaining Estimate: 5 hours > > see: http://mail-archives.apache.org/mod_mbox/maven-users/200510.mbox/[EMAIL > PROTECTED] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MANTRUN-55) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MANTRUN-55?page=comments#action_71595 ] Allan Ramirez commented on MANTRUN-55: -- Applied patch, and I also updated your staging site http://people.apache.org/~aramirez/maven-antrun-plugin/index.html Thanks! > Review Plugin Documentation > --- > > Key: MANTRUN-55 > URL: http://jira.codehaus.org/browse/MANTRUN-55 > Project: Maven 2.x Antrun Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MANTRUN-55-maven-antrun-plugin-2.patch, > MANTRUN-55-maven-antrun-plugin-3.patch, MANTRUN-55-maven-antrun-plugin.patch > > Original Estimate: 12 hours > Remaining Estimate: 12 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-24) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIREREP-24?page=all ] Allan Ramirez closed MSUREFIREREP-24. - Resolution: Fixed Applied Patch. Thanks > Review Plugin Documentation > --- > > Key: MSUREFIREREP-24 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-24 > Project: Maven 2.x Surefire report Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MSUREFIREREP-24-maven-surefire-report-plugin.patch > > Original Estimate: 16 hours > Time Spent: 17 hours > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRAR-12) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRAR-12?page=all ] Allan Ramirez closed MRAR-12. - Resolution: Fixed Applied Patch. Thanks! > Review Plugin Documentation > --- > > Key: MRAR-12 > URL: http://jira.codehaus.org/browse/MRAR-12 > Project: Maven 2.x Rar Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MRAR-12-maven-rar-plugin.patch > > Original Estimate: 14 hours > Time Spent: 19 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-27) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MINSTALL-27?page=all ] Allan Ramirez closed MINSTALL-27. - Resolution: Fixed applied patch. Thanks > Review Plugin Documentation > --- > > Key: MINSTALL-27 > URL: http://jira.codehaus.org/browse/MINSTALL-27 > Project: Maven 2.x Install Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MINSTALL-27-maven-install-plugin.patch > > Original Estimate: 10 hours > Time Spent: 21 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Reopened: (MSUREFIREREP-24) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIREREP-24?page=all ] Allan Ramirez reopened MSUREFIREREP-24: --- > Review Plugin Documentation > --- > > Key: MSUREFIREREP-24 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-24 > Project: Maven 2.x Surefire report Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 16 hours > Time Spent: 17 hours > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Reopened: (MRAR-12) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRAR-12?page=all ] Allan Ramirez reopened MRAR-12: --- > Review Plugin Documentation > --- > > Key: MRAR-12 > URL: http://jira.codehaus.org/browse/MRAR-12 > Project: Maven 2.x Rar Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 14 hours > Time Spent: 19 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MINSTALL-27) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MINSTALL-27?page=comments#action_71250 ] Allan Ramirez commented on MINSTALL-27: --- i reopened this issue because someone has a patch for the docs > Review Plugin Documentation > --- > > Key: MINSTALL-27 > URL: http://jira.codehaus.org/browse/MINSTALL-27 > Project: Maven 2.x Install Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 10 hours > Time Spent: 21 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MINSTALL-27) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MINSTALL-27?page=all ] Allan Ramirez updated MINSTALL-27: -- Comment: was deleted > Review Plugin Documentation > --- > > Key: MINSTALL-27 > URL: http://jira.codehaus.org/browse/MINSTALL-27 > Project: Maven 2.x Install Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 10 hours > Time Spent: 21 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Reopened: (MINSTALL-27) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MINSTALL-27?page=all ] Allan Ramirez reopened MINSTALL-27: --- im reopened this issue because someone has a patch for the docs > Review Plugin Documentation > --- > > Key: MINSTALL-27 > URL: http://jira.codehaus.org/browse/MINSTALL-27 > Project: Maven 2.x Install Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 10 hours > Time Spent: 21 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MANTRUN-55) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MANTRUN-55?page=comments#action_71244 ] Allan Ramirez commented on MANTRUN-55: -- Applied patch.. and I also deployed your site. http://people.apache.org/~aramirez/maven-antrun-plugin/index.html Thanks > Review Plugin Documentation > --- > > Key: MANTRUN-55 > URL: http://jira.codehaus.org/browse/MANTRUN-55 > Project: Maven 2.x Antrun Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MANTRUN-55-maven-antrun-plugin-2.patch, > MANTRUN-55-maven-antrun-plugin.patch > > Original Estimate: 12 hours > Remaining Estimate: 12 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MANTRUN-55) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MANTRUN-55?page=comments#action_71230 ] Allan Ramirez commented on MANTRUN-55: -- Looks good to me. Just a comment in your code block in usage.html, there are so many "[...]". I think somehing like below is enough {code:xml} [...] maven-antrun-plugin run [...] {code} > Review Plugin Documentation > --- > > Key: MANTRUN-55 > URL: http://jira.codehaus.org/browse/MANTRUN-55 > Project: Maven 2.x Antrun Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MANTRUN-55-maven-antrun-plugin.patch > > Original Estimate: 12 hours > Remaining Estimate: 12 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MEJB-17) review plugin documentation
[ http://jira.codehaus.org/browse/MEJB-17?page=comments#action_70985 ] Allan Ramirez commented on MEJB-17: --- Btw, please add your FAQ so I could apply your patch > review plugin documentation > --- > > Key: MEJB-17 > URL: http://jira.codehaus.org/browse/MEJB-17 > Project: Maven 2.x Ejb Plugin > Issue Type: Task >Reporter: Marvin King > Assigned To: Marvin King > Attachments: MEJB-17-maven-ejb-plugin-3.patch > > Original Estimate: 14 hours > Time Spent: 13 hours > Remaining Estimate: 1 hour > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (SCM-218) review plugin documentation
[ http://jira.codehaus.org/browse/SCM-218?page=comments#action_70977 ] Allan Ramirez commented on SCM-218: --- I deployed your staging site here http://people.apache.org/~aramirez/maven-scm-plugin/ Thanks > review plugin documentation > --- > > Key: SCM-218 > URL: http://jira.codehaus.org/browse/SCM-218 > Project: Maven SCM > Issue Type: Task > Components: maven-plugin >Reporter: Marvin King > Assigned To: Marvin King > Attachments: SCM-218-maven-scm-plugin-4.patch > > Original Estimate: 1 day, 5 hours > Time Spent: 1 day, 7 hours > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MEJB-17) review plugin documentation
[ http://jira.codehaus.org/browse/MEJB-17?page=comments#action_70976 ] Allan Ramirez commented on MEJB-17: --- I deployed your site here http://people.apache.org/~aramirez/maven-ejb-plugin/ Thanks > review plugin documentation > --- > > Key: MEJB-17 > URL: http://jira.codehaus.org/browse/MEJB-17 > Project: Maven 2.x Ejb Plugin > Issue Type: Task >Reporter: Marvin King > Assigned To: Marvin King > Attachments: MEJB-17-maven-ejb-plugin-3.patch > > Original Estimate: 14 hours > Time Spent: 13 hours > Remaining Estimate: 1 hour > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MEJB-17) review plugin documentation
[ http://jira.codehaus.org/browse/MEJB-17?page=comments#action_70858 ] Allan Ramirez commented on MEJB-17: --- Hi Marvin, The patch is not docck compliant here is the result when I checked it. The following documentation problems were found: o Maven EJB Plugin (5 errors, 0 warnings) [ERROR] Missing tag [ERROR] Report plugin not found: maven-javadoc-plugin [ERROR] Report plugin not found: maven-jxr-plugin [ERROR] site.xml is missing link to: plugin-info.html "Goals" [ERROR] Missing base FAQ.(fml|html|xml|apt). Probably you missed to include your modified pom in your patch :) > review plugin documentation > --- > > Key: MEJB-17 > URL: http://jira.codehaus.org/browse/MEJB-17 > Project: Maven 2.x Ejb Plugin > Issue Type: Task >Reporter: Marvin King > Assigned To: Marvin King > Attachments: MEJB-17-maven-ejb-plugin.patch > > Original Estimate: 14 hours > Time Spent: 13 hours > Remaining Estimate: 1 hour > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRESOURCES-23) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRESOURCES-23?page=all ] Allan Ramirez closed MRESOURCES-23. --- Resolution: Fixed Docs are reviewed and applied to svn > Review Plugin Documentation > --- > > Key: MRESOURCES-23 > URL: http://jira.codehaus.org/browse/MRESOURCES-23 > Project: Maven 2.x Resources Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MRESOURCES-23-maven-resources-plugin-2.2.patch, > MRESOURCES-23-maven-resources-plugin-2.patch, > MRESOURCES-23-maven-resources-plugin.patch > > Original Estimate: 13 hours > Time Spent: 2 hours > Remaining Estimate: 11 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MDEP-30) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MDEP-30?page=all ] Allan Ramirez updated MDEP-30: -- Remaining Estimate: 1 day (was: 18 hours) Original Estimate: 1 day (was: 18 hours) > Review Plugin Documentation > --- > > Key: MDEP-30 > URL: http://jira.codehaus.org/browse/MDEP-30 > Project: Maven 2.x Dependency Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 1 day > Remaining Estimate: 1 day > > document the plugin based on the standard plugin documentation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MDEP-30) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MDEP-30?page=all ] Allan Ramirez updated MDEP-30: -- Due Date: 02/Aug/06 Remaining Estimate: 18 hours Original Estimate: 18 hours > Review Plugin Documentation > --- > > Key: MDEP-30 > URL: http://jira.codehaus.org/browse/MDEP-30 > Project: Maven 2.x Dependency Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 18 hours > Remaining Estimate: 18 hours > > document the plugin based on the standard plugin documentation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MDEP-30) Review Plugin Documentation
Review Plugin Documentation --- Key: MDEP-30 URL: http://jira.codehaus.org/browse/MDEP-30 Project: Maven 2.x Dependency Plugin Issue Type: Task Reporter: Allan Ramirez document the plugin based on the standard plugin documentation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-24) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIREREP-24?page=all ] Allan Ramirez closed MSUREFIREREP-24. - Resolution: Fixed Applied the docs review to svn. > Review Plugin Documentation > --- > > Key: MSUREFIREREP-24 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-24 > Project: Maven 2.x Surefire report Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 16 hours > Time Spent: 17 hours > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (ARCHETYPE-36) j2ee-simple archetype causes error
[ http://jira.codehaus.org/browse/ARCHETYPE-36?page=all ] Allan Ramirez closed ARCHETYPE-36. -- Resolution: Fixed Patch applied. Thanks > j2ee-simple archetype causes error > -- > > Key: ARCHETYPE-36 > URL: http://jira.codehaus.org/browse/ARCHETYPE-36 > Project: Maven Archetype > Issue Type: Bug > Components: Archetypes >Affects Versions: 1.0-alpha-4 >Reporter: Alex Mayorga Adame > Assigned To: Allan Ramirez > Attachments: ARCHETYPE-36-maven-archetype-parent.patch > > > Something seems to be missing inside the archetype. > Here's the stack trace for what is worth: > {code:none} > bash-2.03$ mvn archetype:create -DgroupId=com.mycompany.app > -DartifactId=j2ee-simple -DarchetypeArtifactId=maven-archetype-j2ee-simple -e > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'archetype'. > [INFO] > > [INFO] Building Maven Default Project > [INFO]task-segment: [archetype:create] (aggregator-style) > [INFO] > > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] ** > [INFO] Starting Jakarta Velocity v1.4 > [INFO] RuntimeInstance initializing. > [INFO] Default Properties File: > org/apache/velocity/runtime/defaults/velocity.properties > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > [INFO] ClasspathResourceLoader : initialization starting. > [INFO] ClasspathResourceLoader : initialization complete. > [INFO] ResourceCache : initialized. (class > org.apache.velocity.runtime.resource.ResourceCacheImpl) > [INFO] Default ResourceManager initialization complete. > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach > [INFO] Created: 20 parsers. > [INFO] Velocimacro : initialization starting. > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in > any resource loader. > [INFO] Velocimacro : error using VM library template VM_global_library.vm : > org.apache.velocity.exception.ResourceNotFoundException: Unable to find > resource 'VM_global_library.vm' > [INFO] Velocimacro : VM library template macro registration complete. > [INFO] Velocimacro : allowInline = true : VMs can be defined inline in > templates > [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may > NOT replace previous VM definitions > [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be > global in scope if allowed. > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [INFO] [archetype:create] > [INFO] Defaulting package to group ID: com.mycompany.app > [INFO] > > [INFO] Using following parameters for creating Archetype: > maven-archetype-j2ee-simple:RELEASE > [INFO] > > [INFO] Parameter: groupId, Value: com.mycompany.app > [INFO] Parameter: packageName, Value: com.mycompany.app > [INFO] Parameter: basedir, Value: /export1/eae/am74839/demos > [INFO] Parameter: package, Value: com.mycompany.app > [INFO] Parameter: version, Value: 1.0-SNAPSHOT > [INFO] Parameter: artifactId, Value: j2ee-simple > [INFO] * End of debug info from resources from generated > POM *** > [ERROR] ResourceManager : unable to find resource > 'archetype-resources/site/pom.xml' in any resource loader. > [INFO] > > [ERROR] BUILD ERROR > [INFO] > > [INFO] Error creating from archetype > Embedded error: Error merging velocity templates > Unable to find resource 'archetype-resources/site/pom.xml' > [INFO] > --
[jira] Reopened: (ARCHETYPE-36) j2ee-simple archetype causes error
[ http://jira.codehaus.org/browse/ARCHETYPE-36?page=all ] Allan Ramirez reopened ARCHETYPE-36: Assignee: Allan Ramirez (was: Jesse McConnell) confirmed > j2ee-simple archetype causes error > -- > > Key: ARCHETYPE-36 > URL: http://jira.codehaus.org/browse/ARCHETYPE-36 > Project: Maven Archetype > Issue Type: Bug > Components: Archetypes >Affects Versions: 1.0-alpha-4 >Reporter: Alex Mayorga Adame > Assigned To: Allan Ramirez > > Something seems to be missing inside the archetype. > Here's the stack trace for what is worth: > {code:none} > bash-2.03$ mvn archetype:create -DgroupId=com.mycompany.app > -DartifactId=j2ee-simple -DarchetypeArtifactId=maven-archetype-j2ee-simple -e > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'archetype'. > [INFO] > > [INFO] Building Maven Default Project > [INFO]task-segment: [archetype:create] (aggregator-style) > [INFO] > > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] ** > [INFO] Starting Jakarta Velocity v1.4 > [INFO] RuntimeInstance initializing. > [INFO] Default Properties File: > org/apache/velocity/runtime/defaults/velocity.properties > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > [INFO] ClasspathResourceLoader : initialization starting. > [INFO] ClasspathResourceLoader : initialization complete. > [INFO] ResourceCache : initialized. (class > org.apache.velocity.runtime.resource.ResourceCacheImpl) > [INFO] Default ResourceManager initialization complete. > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach > [INFO] Created: 20 parsers. > [INFO] Velocimacro : initialization starting. > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in > any resource loader. > [INFO] Velocimacro : error using VM library template VM_global_library.vm : > org.apache.velocity.exception.ResourceNotFoundException: Unable to find > resource 'VM_global_library.vm' > [INFO] Velocimacro : VM library template macro registration complete. > [INFO] Velocimacro : allowInline = true : VMs can be defined inline in > templates > [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may > NOT replace previous VM definitions > [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be > global in scope if allowed. > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [INFO] [archetype:create] > [INFO] Defaulting package to group ID: com.mycompany.app > [INFO] > > [INFO] Using following parameters for creating Archetype: > maven-archetype-j2ee-simple:RELEASE > [INFO] > > [INFO] Parameter: groupId, Value: com.mycompany.app > [INFO] Parameter: packageName, Value: com.mycompany.app > [INFO] Parameter: basedir, Value: /export1/eae/am74839/demos > [INFO] Parameter: package, Value: com.mycompany.app > [INFO] Parameter: version, Value: 1.0-SNAPSHOT > [INFO] Parameter: artifactId, Value: j2ee-simple > [INFO] * End of debug info from resources from generated > POM *** > [ERROR] ResourceManager : unable to find resource > 'archetype-resources/site/pom.xml' in any resource loader. > [INFO] > > [ERROR] BUILD ERROR > [INFO] > > [INFO] Error creating from archetype > Embedded error: Error merging velocity templates > Unable to find resource 'archetype-resources/site/pom.xml' > [INFO] >
[jira] Updated: (MSUREFIREREP-24) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIREREP-24?page=all ] Allan Ramirez updated MSUREFIREREP-24: -- Due Date: 21/Jul/06 (was: 20/Jul/06) > Review Plugin Documentation > --- > > Key: MSUREFIREREP-24 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-24 > Project: Maven 2.x Surefire report Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 16 hours > Time Spent: 6 hours > Remaining Estimate: 10 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-27) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MINSTALL-27?page=all ] Allan Ramirez closed MINSTALL-27. - Resolution: Fixed reviews has been committed to svn > Review Plugin Documentation > --- > > Key: MINSTALL-27 > URL: http://jira.codehaus.org/browse/MINSTALL-27 > Project: Maven 2.x Install Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 10 hours > Time Spent: 21 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRAR-12) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRAR-12?page=all ] Allan Ramirez closed MRAR-12. - Resolution: Fixed reviews has been committed to svn > Review Plugin Documentation > --- > > Key: MRAR-12 > URL: http://jira.codehaus.org/browse/MRAR-12 > Project: Maven 2.x Rar Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 14 hours > Time Spent: 19 hours, 30 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MANTRUN-55) Review Plugin Documentation
Review Plugin Documentation --- Key: MANTRUN-55 URL: http://jira.codehaus.org/browse/MANTRUN-55 Project: Maven 2.x Antrun Plugin Issue Type: Task Reporter: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MSUREFIRE-147) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIRE-147?page=all ] Allan Ramirez updated MSUREFIRE-147: Due Date: 25/Jul/06 > Review Plugin Documentation > --- > > Key: MSUREFIRE-147 > URL: http://jira.codehaus.org/browse/MSUREFIRE-147 > Project: Maven 2.x Surefire Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 1 day > Remaining Estimate: 1 day > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MSUREFIREREP-24) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIREREP-24?page=all ] Allan Ramirez updated MSUREFIREREP-24: -- Due Date: 20/Jul/06 (was: 17/Jul/06) > Review Plugin Documentation > --- > > Key: MSUREFIREREP-24 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-24 > Project: Maven 2.x Surefire report Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 16 hours > Remaining Estimate: 16 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MSUREFIRE-147) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIRE-147?page=all ] Allan Ramirez updated MSUREFIRE-147: Remaining Estimate: 1 day (was: 15 hours) Original Estimate: 1 day (was: 15 hours) > Review Plugin Documentation > --- > > Key: MSUREFIRE-147 > URL: http://jira.codehaus.org/browse/MSUREFIRE-147 > Project: Maven 2.x Surefire Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 1 day > Remaining Estimate: 1 day > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MRESOURCES-23) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRESOURCES-23?page=comments#action_70035 ] Allan Ramirez commented on MRESOURCES-23: - Applied patch and placed your docs in http://people.apache.org/~aramirez/maven-resources-plugin/ for your staging site. > Review Plugin Documentation > --- > > Key: MRESOURCES-23 > URL: http://jira.codehaus.org/browse/MRESOURCES-23 > Project: Maven 2.x Resources Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MRESOURCES-23-maven-resources-plugin.patch > > Original Estimate: 13 hours > Time Spent: 2 hours > Remaining Estimate: 11 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MRESOURCES-23) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRESOURCES-23?page=comments#action_70029 ] Allan Ramirez commented on MRESOURCES-23: - Hi there, Thanks for the patch > Review Plugin Documentation > --- > > Key: MRESOURCES-23 > URL: http://jira.codehaus.org/browse/MRESOURCES-23 > Project: Maven 2.x Resources Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Attachments: MRESOURCES-23-maven-resources-plugin.patch > > Original Estimate: 13 hours > Remaining Estimate: 13 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MRESOURCES-23) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRESOURCES-23?page=all ] Allan Ramirez updated MRESOURCES-23: Attachment: (was: MRESROUCES-23-maven-resources-plugin.patch) > Review Plugin Documentation > --- > > Key: MRESOURCES-23 > URL: http://jira.codehaus.org/browse/MRESOURCES-23 > Project: Maven 2.x Resources Plugin > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 13 hours > Remaining Estimate: 13 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MNG-2429) link the deploy guides from the maven site to the plugin documentation of deploy plugin
[ http://jira.codehaus.org/browse/MNG-2429?page=all ] Allan Ramirez closed MNG-2429. -- Resolution: Fixed fixed in svn > link the deploy guides from the maven site to the plugin documentation of > deploy plugin > --- > > Key: MNG-2429 > URL: http://jira.codehaus.org/browse/MNG-2429 > Project: Maven 2 > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 30 minutes > Time Spent: 30 minutes > Remaining Estimate: 0 minutes > > The guides > http://maven.apache.org/guides/mini/guide-deploy-ftp.html > http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html > should be link to the plugin documentation of deploy plugin as examples. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MNG-2429) link the deploy guides from the maven site to the plugin documentation of deploy plugin
[ http://jira.codehaus.org/browse/MNG-2429?page=all ] Allan Ramirez updated MNG-2429: --- Remaining Estimate: 30 minutes Original Estimate: 30 minutes > link the deploy guides from the maven site to the plugin documentation of > deploy plugin > --- > > Key: MNG-2429 > URL: http://jira.codehaus.org/browse/MNG-2429 > Project: Maven 2 > Issue Type: Task >Reporter: Allan Ramirez > Assigned To: Allan Ramirez > Original Estimate: 30 minutes > Remaining Estimate: 30 minutes > > The guides > http://maven.apache.org/guides/mini/guide-deploy-ftp.html > http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html > should be link to the plugin documentation of deploy plugin as examples. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MRAR-12) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRAR-12?page=comments#action_69553 ] Allan Ramirez commented on MRAR-12: --- for review.. Thanks > Review Plugin Documentation > --- > > Key: MRAR-12 > URL: http://jira.codehaus.org/browse/MRAR-12 > Project: Maven 2.x Rar Plugin > Type: Task > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > Original Estimate: 14 hours >Time Spent: 16 hours > Remaining: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MSUREFIRE-147) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MSUREFIRE-147?page=all ] Allan Ramirez updated MSUREFIRE-147: Assign To: Allan Ramirez Remaining Estimate: 15 hours Original Estimate: 15 hours > Review Plugin Documentation > --- > > Key: MSUREFIRE-147 > URL: http://jira.codehaus.org/browse/MSUREFIRE-147 > Project: Maven 2.x Surefire Plugin > Type: Task > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > Original Estimate: 15 hours > Remaining: 15 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MSUREFIRE-147) Review Plugin Documentation
Review Plugin Documentation --- Key: MSUREFIRE-147 URL: http://jira.codehaus.org/browse/MSUREFIRE-147 Project: Maven 2.x Surefire Plugin Type: Task Reporter: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MSUREFIREREP-24) Review Plugin Documentation
Review Plugin Documentation --- Key: MSUREFIREREP-24 URL: http://jira.codehaus.org/browse/MSUREFIREREP-24 Project: Maven 2.x Surefire report Plugin Type: Task Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MNG-2429) link the deploy guides from the maven site to the plugin documentation of deploy plugin
link the deploy guides from the maven site to the plugin documentation of deploy plugin --- Key: MNG-2429 URL: http://jira.codehaus.org/browse/MNG-2429 Project: Maven 2 Type: Task Reporter: Allan Ramirez The guides http://maven.apache.org/guides/mini/guide-deploy-ftp.html http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html should be link to the plugin documentation of deploy plugin as examples. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MINSTALL-27) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MINSTALL-27?page=comments#action_69385 ] Allan Ramirez commented on MINSTALL-27: --- Thanks Mike, Sorry I forgot to commit my site.xml > Review Plugin Documentation > --- > > Key: MINSTALL-27 > URL: http://jira.codehaus.org/browse/MINSTALL-27 > Project: Maven 2.x Install Plugin > Type: Task > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > Original Estimate: 10 hours >Time Spent: 12 hours > Remaining: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MDEPLOY-35) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MDEPLOY-35?page=comments#action_69203 ] Allan Ramirez commented on MDEPLOY-35: -- applied.. for review again.. thanks > Review Plugin Documentation > --- > > Key: MDEPLOY-35 > URL: http://jira.codehaus.org/browse/MDEPLOY-35 > Project: Maven 2.x Deploy Plugin > Type: Task > Versions: 2.2 > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.3 > > Time Spent: 2 hours, 30 minutes >Remaining: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MRAR-12) Review Plugin Documentation
Review Plugin Documentation --- Key: MRAR-12 URL: http://jira.codehaus.org/browse/MRAR-12 Project: Maven 2.x Rar Plugin Type: Task Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MRESOURCES-23) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MRESOURCES-23?page=all ] Allan Ramirez updated MRESOURCES-23: Due Date: 10/Jul/06 > Review Plugin Documentation > --- > > Key: MRESOURCES-23 > URL: http://jira.codehaus.org/browse/MRESOURCES-23 > Project: Maven 2.x Resources Plugin > Type: Task > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > Original Estimate: 13 hours > Remaining: 13 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MRESOURCES-23) Review Plugin Documentation
Review Plugin Documentation --- Key: MRESOURCES-23 URL: http://jira.codehaus.org/browse/MRESOURCES-23 Project: Maven 2.x Resources Plugin Type: Task Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MINSTALL-27) Review Plugin Documentation
Review Plugin Documentation --- Key: MINSTALL-27 URL: http://jira.codehaus.org/browse/MINSTALL-27 Project: Maven 2.x Install Plugin Type: Task Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MDEPLOY-35) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MDEPLOY-35?page=comments#action_68917 ] Allan Ramirez commented on MDEPLOY-35: -- for review.. not sure if i got it right :) > Review Plugin Documentation > --- > > Key: MDEPLOY-35 > URL: http://jira.codehaus.org/browse/MDEPLOY-35 > Project: Maven 2.x Deploy Plugin > Type: Task > Versions: 2.2 > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.3 > > Time Spent: 2 hours, 30 minutes >Remaining: 0 minutes > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MDEPLOY-35) Review Plugin Documentation
[ http://jira.codehaus.org/browse/MDEPLOY-35?page=comments#action_67825 ] Allan Ramirez commented on MDEPLOY-35: -- hi, already committed the docs. btw, do i have to make configuration for the deploy goal.. the docs can already be found at the guides http://maven.apache.org/guides/mini/guide-deploy-ftp.html http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html and also in the usage.html > Review Plugin Documentation > --- > > Key: MDEPLOY-35 > URL: http://jira.codehaus.org/browse/MDEPLOY-35 > Project: Maven 2.x Deploy Plugin > Type: Task > Versions: 2.2 > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.2.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MINSTALL-26) Add classifier parameter to install-file goal
Add classifier parameter to install-file goal - Key: MINSTALL-26 URL: http://jira.codehaus.org/browse/MINSTALL-26 Project: Maven 2.x Install Plugin Type: Improvement Reporter: Allan Ramirez It would be nice if the install-file goal could also install an artifact with classifier as deploy-file does. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MDEPLOY-35) Review Plugin Documentation
Review Plugin Documentation --- Key: MDEPLOY-35 URL: http://jira.codehaus.org/browse/MDEPLOY-35 Project: Maven 2.x Deploy Plugin Type: Task Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MRM-73) Artifact Management web user interface
[ http://jira.codehaus.org/browse/MRM-73?page=comments#action_67510 ] Allan Ramirez commented on MRM-73: -- Is this about the maintenance of artifacts? please confirm > Artifact Management web user interface > -- > > Key: MRM-73 > URL: http://jira.codehaus.org/browse/MRM-73 > Project: Maven Repository Manager > Type: Task > Components: web application > Versions: 1.0-beta-1 > Reporter: John Tolentino > Assignee: Allan Ramirez > > Original Estimate: 18 hours > Remaining: 18 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MRM-80) Scheduling web user interface
[ http://jira.codehaus.org/browse/MRM-80?page=all ] Allan Ramirez updated MRM-80: - Attachment: MRM-80.patch > Scheduling web user interface > - > > Key: MRM-80 > URL: http://jira.codehaus.org/browse/MRM-80 > Project: Maven Repository Manager > Type: Task > Components: web application > Versions: 1.0-beta-1 > Reporter: John Tolentino > Assignee: Allan Ramirez > Attachments: MRM-80.patch > > Original Estimate: 8 hours >Time Spent: 12 hours > Remaining: 0 minutes > > Should allow user to set schedule for checking of repository changes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MRM-80) Scheduling web user interface
[ http://jira.codehaus.org/browse/MRM-80?page=all ] Allan Ramirez updated MRM-80: - Attachment: (was: MRM-80.patch) > Scheduling web user interface > - > > Key: MRM-80 > URL: http://jira.codehaus.org/browse/MRM-80 > Project: Maven Repository Manager > Type: Task > Components: web application > Versions: 1.0-beta-1 > Reporter: John Tolentino > Assignee: Allan Ramirez > > Original Estimate: 8 hours >Time Spent: 12 hours > Remaining: 0 minutes > > Should allow user to set schedule for checking of repository changes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MRM-80) Scheduling web user interface
[ http://jira.codehaus.org/browse/MRM-80?page=all ] Allan Ramirez updated MRM-80: - Attachment: MRM-80.patch > Scheduling web user interface > - > > Key: MRM-80 > URL: http://jira.codehaus.org/browse/MRM-80 > Project: Maven Repository Manager > Type: Task > Components: web application > Versions: 1.0-beta-1 > Reporter: John Tolentino > Assignee: Allan Ramirez > Attachments: MRM-80.patch > > Original Estimate: 8 hours > Remaining: 8 hours > > Should allow user to set schedule for checking of repository changes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-22) Add ability to produce checksums for install:install-file
[ http://jira.codehaus.org/browse/MINSTALL-22?page=all ] Allan Ramirez closed MINSTALL-22: - Assign To: Allan Ramirez Resolution: Duplicate Please see MINSTALL-9 > Add ability to produce checksums for install:install-file > - > > Key: MINSTALL-22 > URL: http://jira.codehaus.org/browse/MINSTALL-22 > Project: Maven 2.x Install Plugin > Type: Wish > Reporter: Shinobu Kawai > Assignee: Allan Ramirez > Priority: Minor > > > It would be great if the checksums were also created in install:install-file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-21) The pom given to pomFile parameter should provide the groupId, artifactId, version and packaging values just like in deploy:deploy-file goal
[ http://jira.codehaus.org/browse/MINSTALL-21?page=all ] Allan Ramirez closed MINSTALL-21: - Resolution: Fixed Fixed in svn > The pom given to pomFile parameter should provide the groupId, artifactId, > version and packaging values just like in deploy:deploy-file goal > > > Key: MINSTALL-21 > URL: http://jira.codehaus.org/browse/MINSTALL-21 > Project: Maven 2.x Install Plugin > Type: Improvement > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > > For the install:install-file goal > groupId, artifactId, version and packaging should not be required if pomFile > is given. It should retrieve the values in the pom. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MINSTALL-21) The pom given to pomFile parameter should provide the groupId, artifactId, version and packaging values just like in deploy:deploy-file goal
The pom given to pomFile parameter should provide the groupId, artifactId, version and packaging values just like in deploy:deploy-file goal Key: MINSTALL-21 URL: http://jira.codehaus.org/browse/MINSTALL-21 Project: Maven 2.x Install Plugin Type: Improvement Reporter: Allan Ramirez Assigned to: Allan Ramirez For the install:install-file goal groupId, artifactId, version and packaging should not be required if pomFile is given. It should retrieve the values in the pom. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRAR-4) Rar Plugin should allow the user to set "rarName" like "jarName" in Jar Plugin
[ http://jira.codehaus.org/browse/MRAR-4?page=all ] Allan Ramirez closed MRAR-4: Resolution: Fixed Fixed in svn. I also think that Is should be configurable > Rar Plugin should allow the user to set "rarName" like "jarName" in Jar Plugin > -- > > Key: MRAR-4 > URL: http://jira.codehaus.org/browse/MRAR-4 > Project: Maven 2.x Rar Plugin > Type: New Feature > Versions: 2.2 > Reporter: Jian Wu > Assignee: Allan Ramirez > > > In RarMojo.java, rarName has been set as @readonly which prevent the user > from > setting the final rarName in pom.xml. > I think that the "rarName' is like "jarName" in Jar Plugin which should allow > the > user to set the final rar name in pom.xml unless there is a specific reason > not > doing so. > And, this can simply be done by removing the annotation in the source code. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-9) md5 file generation
[ http://jira.codehaus.org/browse/MINSTALL-9?page=all ] Allan Ramirez closed MINSTALL-9: Resolution: Fixed I added a parameter -DcreateChecksum. If it is set to true, md5 and sha1 files will be created for both artifact and the pom > md5 file generation > --- > > Key: MINSTALL-9 > URL: http://jira.codehaus.org/browse/MINSTALL-9 > Project: Maven 2.x Install Plugin > Type: Wish > Versions: 2.2 > Reporter: ruel loehr > Assignee: Allan Ramirez > > > It would be nice if the install plugin created md5 files for both the pom and > the artifact. This way the user would never have to manually create files > when installing something to the repository. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MECLIPSE-76) Projects containing war's as dependency will not include war-reference
[ http://jira.codehaus.org/browse/MECLIPSE-76?page=comments#action_65668 ] Allan Ramirez commented on MECLIPSE-76: --- I agree with fabrizio, As far as I know war projects are not added to the classpath > Projects containing war's as dependency will not include war-reference > -- > > Key: MECLIPSE-76 > URL: http://jira.codehaus.org/browse/MECLIPSE-76 > Project: Maven 2.x Eclipse Plugin > Type: Bug > Reporter: Tom Spengler > > > if you have a dependency like > > j-core > j-core-webapp-axx > 0.0.1 > war > > it will not included int .classpath > Resolution could be > EclipseClasspathWriter > --old-- > Artifact artifact = (Artifact) it.next(); > if ( artifact.getArtifactHandler().isAddedToClasspath() ) > --new -- > Artifact artifact = (Artifact) it.next(); > if ( artifact.getArtifactHandler().isAddedToClasspath() > ||artifact.getArtifactHandler().isIncludesDependencies() ) > > and > EclipsePlugin.prepareArtifacts() > --old-- > Collection artifacts = project.getTestArtifacts(); > --new-- > Collection artifacts = project.getTestArtifacts(); > Set artifact_2 = project.getArtifacts(); > for (Iterator at = artifact_2.iterator(); at.hasNext();){ > Artifact arti = (Artifact) at.next(); > if (! artifacts.contains(arti)) > artifacts.add(arti); > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MDEPLOY-31) deploy-file: Custom description in generated pom
[ http://jira.codehaus.org/browse/MDEPLOY-31?page=all ] Allan Ramirez closed MDEPLOY-31: Assign To: Allan Ramirez Resolution: Fixed applied patch with small changes > deploy-file: Custom description in generated pom > > > Key: MDEPLOY-31 > URL: http://jira.codehaus.org/browse/MDEPLOY-31 > Project: Maven 2.x Deploy Plugin > Type: Improvement > Reporter: Fabian Bauschulte > Assignee: Allan Ramirez > Attachments: MDEPLOY-31-maven-deploy-plugin.patch > > > It would be very helpful during "deploy-file" to pass a custom description > (in the command line) to the generated pom. If an artefact has no > dependencies there is normally no need to write a pom except for the > description. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-21) Create test for the plugin using plugin testing harness
[ http://jira.codehaus.org/browse/MSUREFIREREP-21?page=all ] Allan Ramirez closed MSUREFIREREP-21: - Resolution: Fixed Added tests in svn > Create test for the plugin using plugin testing harness > --- > > Key: MSUREFIREREP-21 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-21 > Project: Maven 2.x Surefire report Plugin > Type: Test > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.0 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MSUREFIREREP-21) Create test for the plugin using plugin testing harness
Create test for the plugin using plugin testing harness --- Key: MSUREFIREREP-21 URL: http://jira.codehaus.org/browse/MSUREFIREREP-21 Project: Maven 2.x Surefire report Plugin Type: Test Reporter: Allan Ramirez Assigned to: Allan Ramirez Fix For: 2.0 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MDEPLOY-30) Test the plugin using plugin testing harness
[ http://jira.codehaus.org/browse/MDEPLOY-30?page=all ] Allan Ramirez closed MDEPLOY-30: Resolution: Fixed Added tests on svn > Test the plugin using plugin testing harness > > > Key: MDEPLOY-30 > URL: http://jira.codehaus.org/browse/MDEPLOY-30 > Project: Maven 2.x Deploy Plugin > Type: Test > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRAR-6) Create tests for Rar plugin using test harness plugin
[ http://jira.codehaus.org/browse/MRAR-6?page=all ] Allan Ramirez closed MRAR-6: Resolution: Fixed Fixed in svn > Create tests for Rar plugin using test harness plugin > - > > Key: MRAR-6 > URL: http://jira.codehaus.org/browse/MRAR-6 > Project: Maven 2.x Rar Plugin > Type: Test > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.2 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Reopened: (MRAR-6) Create tests for Rar plugin using test harness plugin
[ http://jira.codehaus.org/browse/MRAR-6?page=all ] Allan Ramirez reopened MRAR-6: -- the test fails when it is built in unix environment... > Create tests for Rar plugin using test harness plugin > - > > Key: MRAR-6 > URL: http://jira.codehaus.org/browse/MRAR-6 > Project: Maven 2.x Rar Plugin > Type: Test > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.2 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRAR-8) Rar plugin includes files from rarSourceDirectory in the generated rar
[ http://jira.codehaus.org/browse/MRAR-8?page=all ] Allan Ramirez closed MRAR-8: Resolution: Fixed fixed in svn > Rar plugin includes files from rarSourceDirectory in the generated rar > -- > > Key: MRAR-8 > URL: http://jira.codehaus.org/browse/MRAR-8 > Project: Maven 2.x Rar Plugin > Type: Bug > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.2 > > > All files in the rarSourceDirectory are included in the generated rar. In my > case it included the ".svn" directory and its subfiles -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MRAR-8) Rar plugin includes files from rarSourceDirectory in the generated rar
Rar plugin includes files from rarSourceDirectory in the generated rar -- Key: MRAR-8 URL: http://jira.codehaus.org/browse/MRAR-8 Project: Maven 2.x Rar Plugin Type: Bug Reporter: Allan Ramirez Fix For: 2.2 All files in the rarSourceDirectory are included in the generated rar. In my case it included the ".svn" directory and its subfiles -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MRAR-6) Create tests for Rar plugin using test harness plugin
[ http://jira.codehaus.org/browse/MRAR-6?page=all ] Allan Ramirez closed MRAR-6: Resolution: Fixed Fix Version: 2.2 Added tests in svn > Create tests for Rar plugin using test harness plugin > - > > Key: MRAR-6 > URL: http://jira.codehaus.org/browse/MRAR-6 > Project: Maven 2.x Rar Plugin > Type: Test > Reporter: Allan Ramirez > Assignee: Allan Ramirez > Fix For: 2.2 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MRAR-6) Create tests for Rar plugin using test harness plugin
Create tests for Rar plugin using test harness plugin - Key: MRAR-6 URL: http://jira.codehaus.org/browse/MRAR-6 Project: Maven 2.x Rar Plugin Type: Test Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-17) Tests fail when running from parent
[ http://jira.codehaus.org/browse/MINSTALL-17?page=all ] Allan Ramirez closed MINSTALL-17: - Resolution: Fixed Applied patch with small changes. Changed the "PlexusTestCase.getBasedir()" to "getBasedir()" Thanks! > Tests fail when running from parent > --- > > Key: MINSTALL-17 > URL: http://jira.codehaus.org/browse/MINSTALL-17 > Project: Maven 2.x Install Plugin > Type: Bug > Versions: 2.2 > Environment: Fedora Core 5, JDK 1.5.0_06 > Reporter: Arik Kfir > Assignee: Allan Ramirez > Attachments: MINSTALL-tests-fail-on-parent-build.patch > > Original Estimate: 10 minutes > Remaining: 10 minutes > > When executing "mvn clean install" from the "plugins" directory, above the > "maven-install-plugin" dir, the new test-harness tests fail. The reason is > that the basedir is now the "plugins" dir, rather than the > "maven-install-plugin" dir. > Edwin has fixed this for the idea-plugin - attached here is the patch for > fixing this in the install plugin. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MINSTALL-16) Create tests for install plugin using maven-testing-harness-plugin
[ http://jira.codehaus.org/browse/MINSTALL-16?page=all ] Allan Ramirez closed MINSTALL-16: - Resolution: Fixed tested the install plugin. Got an average of 89% code coverage > Create tests for install plugin using maven-testing-harness-plugin > -- > > Key: MINSTALL-16 > URL: http://jira.codehaus.org/browse/MINSTALL-16 > Project: Maven 2.x Install Plugin > Type: Task > Reporter: Allan Ramirez > Assignee: Allan Ramirez > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MASSEMBLY-52) dependencySet is incorrect during multi-module builds
[ http://jira.codehaus.org/browse/MASSEMBLY-52?page=all ] Allan Ramirez updated MASSEMBLY-52: --- Description: When building using an aggregator pom (i.e. doing a multi module build) the assembly plugin resolves the project's dependencies incorrectly. When you use the function to assemble all the project's dependencies together, this problem results in a great deal of erroneous files being built into the assembly. When I run mvn install on this single module only, the result is as I would expect. When running in a multi-module build, the plugin is somehow picking up residual dependencies from other modules. Assembly and pom XML follows: {code:xml} distribution zip false target cds_adapter.jar /lib scripts /scripts scripts-win /scripts-win config /config /lib false runtime {code} {code:xml} http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> SalesStation SSBuild SNAPSHOT ../SSBuild/pom.xml 4.0.0 SalesStation cds_adapter jar SNAPSHOT SalesStation cds_adapter cds_adapter org.apache.maven.plugins maven-jar-plugin true maven-assembly-plugin package assembly assembly.xml com.tibco.Tibco tibrvj 7.2 system ${TIBCO_HOME}/lib/tibrvj.jar com.weblogic webserviceclient 8.1 system ${WEBLOGIC_HOME}/server/lib/webserviceclient.jar com.sybase jconnect 5.5 runtime javax.jms jms 1.1 log4j log4j 1.2.7 xerces xerces 2.4.0 xalan xalan 2.4.0 esm esm 1.0 axis axis 1.2.1 commons-collections commons-collections 2.0 commons-dbcp commons-dbcp 1.0 {code} was: When building using an aggregator pom (i.e. doing a multi module build) the assembly plugin resolves the project's dependencies incorrectly. When you use the function to assemble all the project's dependencies together, this problem results in a great deal of erroneous files being built into the assembly. When I run mvn install on this single module only, the result is as I would expect. When running in a multi-module build, the plugin is somehow picking up residual dependencies from other modules. Assembly and pom XML follows: distribution zip false target cds_adapter.jar /lib scripts /scripts scripts-win /scripts-win config /config /lib false runtime http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> SalesStation SSBuild SNAPSHOT ../SSBuild/pom.xml 4.0.0 SalesStation cds_adapter jar SNAPSHOT SalesStation cds_adapter cds_adapter org.apache.maven.plugins maven-jar-plugin true maven-as
[jira] Created: (MINSTALL-16) Create tests for install plugin using maven-testing-harness-plugin
Create tests for install plugin using maven-testing-harness-plugin -- Key: MINSTALL-16 URL: http://jira.codehaus.org/browse/MINSTALL-16 Project: Maven 2.x Install Plugin Type: Task Reporter: Allan Ramirez Assigned to: Allan Ramirez -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-15) Add integration logic that allows report to be created for junit OR testng
[ http://jira.codehaus.org/browse/MSUREFIREREP-15?page=all ] Allan Ramirez closed MSUREFIREREP-15: - Resolution: Fixed fixed in svn. checks if the group attr is present to support testng > Add integration logic that allows report to be created for junit OR testng > -- > > Key: MSUREFIREREP-15 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-15 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Environment: any > Reporter: Jesse Kuhnert > Assignee: Allan Ramirez > Fix For: 2.0 > Attachments: maven-surefire-report-maven-plugin-patch.txt, testngjunit.diff > > Original Estimate: 3 hours > Remaining: 3 hours > > I'm currently in the middle of patching/working with testng and the > maven-surefire plugin core parts to provide a seamless testng integration > point and am on the final task of getting the report to be a little > friendlier. This is the jira issue for the surefire portion: > http://jira.codehaus.org/browse/MSUREFIRE-23 > I think at the very least I wanted to change the runtime to ~not~ try and > parse class/package constructs out of the test name attributes, but work in > an agnostic manner to just group things as they appear in the xml output. I > also intend to embed a very minimal amount of javascript into the generated > html page so that report errors/stack traces can have hide/show buttons > enabling the detailed viewing of their contents. > Does this sound reasonable to everyone? I've got the source checked out right > now and will be working on this today. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MSUREFIREREP-15) Add integration logic that allows report to be created for junit OR testng
[ http://jira.codehaus.org/browse/MSUREFIREREP-15?page=all ] Allan Ramirez updated MSUREFIREREP-15: -- Remaining Estimate: 3 hours Original Estimate: 3 hours > Add integration logic that allows report to be created for junit OR testng > -- > > Key: MSUREFIREREP-15 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-15 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Environment: any > Reporter: Jesse Kuhnert > Assignee: Allan Ramirez > Fix For: 2.0 > Attachments: maven-surefire-report-maven-plugin-patch.txt, testngjunit.diff > > Original Estimate: 3 hours > Remaining: 3 hours > > I'm currently in the middle of patching/working with testng and the > maven-surefire plugin core parts to provide a seamless testng integration > point and am on the final task of getting the report to be a little > friendlier. This is the jira issue for the surefire portion: > http://jira.codehaus.org/browse/MSUREFIRE-23 > I think at the very least I wanted to change the runtime to ~not~ try and > parse class/package constructs out of the test name attributes, but work in > an agnostic manner to just group things as they appear in the xml output. I > also intend to embed a very minimal amount of javascript into the generated > html page so that report errors/stack traces can have hide/show buttons > enabling the detailed viewing of their contents. > Does this sound reasonable to everyone? I've got the source checked out right > now and will be working on this today. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-17) Use javascript to show/hide failure details
[ http://jira.codehaus.org/browse/MSUREFIREREP-17?page=all ] Allan Ramirez closed MSUREFIREREP-17: - Assign To: Allan Ramirez Resolution: Duplicate carlos, I found the latest patch for the javascript show/hide link. It is in maven-patches.tgz from MSUREFIRE-23. I edited and applied it using MSUREFIREREP-16 issue. Thanks for helping me out :) > Use javascript to show/hide failure details > --- > > Key: MSUREFIREREP-17 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-17 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Reporter: Carlos Sanchez > Assignee: Allan Ramirez > Priority: Minor > Fix For: 2.0 > Attachments: javascript.diff > > > From MSUREFIREREP-15, patch for just the javascript addition -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-16) Finish/Create show/hide ability for errors/stack traces
[ http://jira.codehaus.org/browse/MSUREFIREREP-16?page=all ] Allan Ramirez closed MSUREFIREREP-16: - Resolution: Fixed Fix Version: (was: 2.0) Applied the surefire-report plugin patch from MSUREFIRE-23 named maven-patches.tgz > Finish/Create show/hide ability for errors/stack traces > --- > > Key: MSUREFIREREP-16 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-16 > Project: Maven 2.x Surefire report Plugin > Type: Sub-task > Environment: browser > Reporter: Jesse Kuhnert > Assignee: Allan Ramirez > Priority: Minor > > > The current report may become overly lengthy if there are stack traces and > such to show. I think most web browsers support enough logic to handle the > tiny amount of javascript it would take to enable an inline show/hide display > of a div block containing the error information. > This has already been partially implemented, still need to create a nested > table for the error and finish up from there. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MSUREFIREREP-15) Add integration logic that allows report to be created for junit OR testng
[ http://jira.codehaus.org/browse/MSUREFIREREP-15?page=comments#action_62149 ] Allan Ramirez commented on MSUREFIREREP-15: --- hmm . I think this issue is needed to be patch in MSUREFIRE. > Add integration logic that allows report to be created for junit OR testng > -- > > Key: MSUREFIREREP-15 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-15 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Environment: any > Reporter: Jesse Kuhnert > Fix For: 2.0 > Attachments: maven-surefire-report-maven-plugin-patch.txt, testngjunit.diff > > > I'm currently in the middle of patching/working with testng and the > maven-surefire plugin core parts to provide a seamless testng integration > point and am on the final task of getting the report to be a little > friendlier. This is the jira issue for the surefire portion: > http://jira.codehaus.org/browse/MSUREFIRE-23 > I think at the very least I wanted to change the runtime to ~not~ try and > parse class/package constructs out of the test name attributes, but work in > an agnostic manner to just group things as they appear in the xml output. I > also intend to embed a very minimal amount of javascript into the generated > html page so that report errors/stack traces can have hide/show buttons > enabling the detailed viewing of their contents. > Does this sound reasonable to everyone? I've got the source checked out right > now and will be working on this today. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-1) Report sould link to Sources (jxr-plugin)
[ http://jira.codehaus.org/browse/MSUREFIREREP-1?page=all ] Allan Ramirez closed MSUREFIREREP-1: Resolution: Fixed Fix Version: (was: 2.0) Fixed in SVN. Link to the sources will only be available if maven-jxr-plugin is declared in the reporting section. > Report sould link to Sources (jxr-plugin) > - > > Key: MSUREFIREREP-1 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-1 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Reporter: Fabian Bauschulte > Assignee: Allan Ramirez > > Original Estimate: 8 hours > Remaining: 8 hours > > Like for example the pmd-plugin the Surefire report could provide a link from > the tested method / error line to the relevant sources -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MSUREFIREREP-15) Add integration logic that allows report to be created for junit OR testng
[ http://jira.codehaus.org/browse/MSUREFIREREP-15?page=comments#action_62118 ] Allan Ramirez commented on MSUREFIREREP-15: --- Hi Jesse, how is the patch? > Add integration logic that allows report to be created for junit OR testng > -- > > Key: MSUREFIREREP-15 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-15 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Environment: any > Reporter: Jesse Kuhnert > Fix For: 2.0 > Attachments: maven-surefire-report-maven-plugin-patch.txt > > > I'm currently in the middle of patching/working with testng and the > maven-surefire plugin core parts to provide a seamless testng integration > point and am on the final task of getting the report to be a little > friendlier. This is the jira issue for the surefire portion: > http://jira.codehaus.org/browse/MSUREFIRE-23 > I think at the very least I wanted to change the runtime to ~not~ try and > parse class/package constructs out of the test name attributes, but work in > an agnostic manner to just group things as they appear in the xml output. I > also intend to embed a very minimal amount of javascript into the generated > html page so that report errors/stack traces can have hide/show buttons > enabling the detailed viewing of their contents. > Does this sound reasonable to everyone? I've got the source checked out right > now and will be working on this today. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MSUREFIREREP-1) Report sould link to Sources (jxr-plugin)
[ http://jira.codehaus.org/browse/MSUREFIREREP-1?page=all ] Allan Ramirez updated MSUREFIREREP-1: - Remaining Estimate: 8 hours Original Estimate: 8 hours > Report sould link to Sources (jxr-plugin) > - > > Key: MSUREFIREREP-1 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-1 > Project: Maven 2.x Surefire report Plugin > Type: Improvement > Reporter: Fabian Bauschulte > Assignee: Allan Ramirez > Fix For: 2.0 > > Original Estimate: 8 hours > Remaining: 8 hours > > Like for example the pmd-plugin the Surefire report could provide a link from > the tested method / error line to the relevant sources -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSOURCES-2) Maven Sources Plugin should be able to distribute test sources as well as main sources
[ http://jira.codehaus.org/browse/MSOURCES-2?page=all ] Allan Ramirez closed MSOURCES-2: Resolution: Fixed Applied Patch.. Thanks > Maven Sources Plugin should be able to distribute test sources as well as > main sources > -- > > Key: MSOURCES-2 > URL: http://jira.codehaus.org/browse/MSOURCES-2 > Project: Maven 2.x Sources Plugin > Type: Improvement > Environment: all > Reporter: Dan Fabulich > Assignee: Maria Odea Ching > Fix For: 2.0.1 > Attachments: MSOURCES-2-maven-source-plugin.patch > > Original Estimate: 5 hours >Time Spent: 4 hours, 15 minutes > Remaining: 45 minutes > > The Maven Sources Plugin doesn't appear to have a way to distribute the test > sources along with the actual product sources. Since automated tests can > serve as good examples/working documentation, it would be nice to be able to > distribute these in my build. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-4) encoding trouble on solaris system
[ http://jira.codehaus.org/browse/MSUREFIREREP-4?page=all ] Allan Ramirez closed MSUREFIREREP-4: Resolution: Cannot Reproduce > encoding trouble on solaris system > -- > > Key: MSUREFIREREP-4 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-4 > Project: Maven 2.x Surefire report Plugin > Type: Bug > Environment: solaris > LANG=en_US.ISO8859-15 > export LANG > Reporter: Olivier Lamy > Assignee: Allan Ramirez > Fix For: 2.0 > > > [INFO] Generate "Maven Surefire Report" report. > org.xml.sax.SAXParseException: Character conversion error: "Malformed UTF-8 > char -- is an XML encodi > ng declaration missing?" (line number may be too low). > at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100) > at > org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072) > at org.apache.crimson.parser.InputEntity.isEOF(InputEntity.java:262) > at > org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:472) > at org.apache.crimson.parser.Parser2.content(Parser2.java:2010) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667) > at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) > at > org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:281) > at > org.codehaus.mojo.surefire.ReportTestSuite.(ReportTestSuite.java:59) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Reopened: (MSUREFIREREP-4) encoding trouble on solaris system
[ http://jira.codehaus.org/browse/MSUREFIREREP-4?page=all ] Allan Ramirez reopened MSUREFIREREP-4: -- this should be closed as cannot reproduce > encoding trouble on solaris system > -- > > Key: MSUREFIREREP-4 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-4 > Project: Maven 2.x Surefire report Plugin > Type: Bug > Environment: solaris > LANG=en_US.ISO8859-15 > export LANG > Reporter: Olivier Lamy > Assignee: Allan Ramirez > Fix For: 2.0 > > > [INFO] Generate "Maven Surefire Report" report. > org.xml.sax.SAXParseException: Character conversion error: "Malformed UTF-8 > char -- is an XML encodi > ng declaration missing?" (line number may be too low). > at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100) > at > org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072) > at org.apache.crimson.parser.InputEntity.isEOF(InputEntity.java:262) > at > org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:472) > at org.apache.crimson.parser.Parser2.content(Parser2.java:2010) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667) > at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) > at > org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:281) > at > org.codehaus.mojo.surefire.ReportTestSuite.(ReportTestSuite.java:59) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MSUREFIREREP-4) encoding trouble on solaris system
[ http://jira.codehaus.org/browse/MSUREFIREREP-4?page=all ] Allan Ramirez closed MSUREFIREREP-4: Resolution: Fixed Could you attach your use case here. Thanks > encoding trouble on solaris system > -- > > Key: MSUREFIREREP-4 > URL: http://jira.codehaus.org/browse/MSUREFIREREP-4 > Project: Maven 2.x Surefire report Plugin > Type: Bug > Environment: solaris > LANG=en_US.ISO8859-15 > export LANG > Reporter: Olivier Lamy > Assignee: Allan Ramirez > Fix For: 2.0 > > > [INFO] Generate "Maven Surefire Report" report. > org.xml.sax.SAXParseException: Character conversion error: "Malformed UTF-8 > char -- is an XML encodi > ng declaration missing?" (line number may be too low). > at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100) > at > org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072) > at org.apache.crimson.parser.InputEntity.isEOF(InputEntity.java:262) > at > org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:472) > at org.apache.crimson.parser.Parser2.content(Parser2.java:2010) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667) > at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) > at > org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:281) > at > org.codehaus.mojo.surefire.ReportTestSuite.(ReportTestSuite.java:59) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MASSEMBLY-65) source repository on web site incorrect
[ http://jira.codehaus.org/browse/MASSEMBLY-65?page=all ] Allan Ramirez closed MASSEMBLY-65: -- Resolution: Fixed > source repository on web site incorrect > --- > > Key: MASSEMBLY-65 > URL: http://jira.codehaus.org/browse/MASSEMBLY-65 > Project: Maven 2.x Assembly Plugin > Type: Bug > Reporter: Baerrach bonDierne > Priority: Minor > Fix For: 2.1 > > > The web page > http://maven.apache.org/plugins/maven-assembly-plugin/source-repository.html > lists the source repository as > > http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-assembly-plugin > However this link does not work. > The correct URL should be > > http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-assembly-plugin/src/main/mdo/ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MASSEMBLY-33) document assembly descriptoir in more detail
[ http://jira.codehaus.org/browse/MASSEMBLY-33?page=all ] Allan Ramirez closed MASSEMBLY-33: -- Resolution: Fixed > document assembly descriptoir in more detail > > > Key: MASSEMBLY-33 > URL: http://jira.codehaus.org/browse/MASSEMBLY-33 > Project: Maven 2.x Assembly Plugin > Type: Bug > Reporter: Brett Porter > Assignee: Allan Ramirez > Fix For: 2.1 > > > fill out the mdo descriptions, and enhance the standard descriptor doc to > explain what each does. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MASSEMBLY-54) Unable to filter files while creating assembly
[ http://jira.codehaus.org/browse/MASSEMBLY-54?page=all ] Allan Ramirez closed MASSEMBLY-54: -- Resolution: Fixed added new tag ("") in assembly descriptor for FileItem which will filter the file and add the filtered file to the assembly. README.TXT true > Unable to filter files while creating assembly > -- > > Key: MASSEMBLY-54 > URL: http://jira.codehaus.org/browse/MASSEMBLY-54 > Project: Maven 2.x Assembly Plugin > Type: Improvement > Versions: 2.0 > Reporter: Chris Hagmann > Assignee: Allan Ramirez > Fix For: 2.1 > > Original Estimate: 6 hours > Remaining: 6 hours > > It doesn't seem to be possible to use filtering when creating assemblies. I > have a couple of plain-text files which need to be updated when creating the > assembly (e.g. README.TXT, .version). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MWAR-13) War plugin needs better handling of multiple executions
[ http://jira.codehaus.org/browse/MWAR-13?page=all ] Allan Ramirez closed MWAR-13: - Resolution: Fixed Applied Patch. Thanks! > War plugin needs better handling of multiple executions > --- > > Key: MWAR-13 > URL: http://jira.codehaus.org/browse/MWAR-13 > Project: Maven 2.x War Plugin > Type: Improvement > Environment: winxp > Reporter: Brian Fox > Assignee: Maria Odea Ching > Fix For: 2.0 > Attachments: MWAR-13-maven-war-plugin.patch > > Original Estimate: 5 hours >Time Spent: 6 hours > Remaining: 0 minutes > > Currently the war plugin sets a reference that is used by install and deploy > to know which file to work on. This is troublesome for running multiple > executions. Would be nice if it was an option to turn this off so war could > be run in an execution without messing with the normal lifecycle. > > cdr-ui > > > org.apache.maven.plugins > maven-war-plugin > > **/*.jar > > > > default > > war > > > .dontcare > test > > > > > > Something like above will generate 2 wars, but unexpectedly, the install and > deploy pick up the test.war no the one named using -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MASSEMBLY-54) Unable to filter files while creating assembly
[ http://jira.codehaus.org/browse/MASSEMBLY-54?page=all ] Allan Ramirez updated MASSEMBLY-54: --- Remaining Estimate: 6 hours Original Estimate: 6 hours > Unable to filter files while creating assembly > -- > > Key: MASSEMBLY-54 > URL: http://jira.codehaus.org/browse/MASSEMBLY-54 > Project: Maven 2.x Assembly Plugin > Type: Improvement > Versions: 2.0 > Reporter: Chris Hagmann > Assignee: Allan Ramirez > Fix For: 2.1 > > Original Estimate: 6 hours > Remaining: 6 hours > > It doesn't seem to be possible to use filtering when creating assemblies. I > have a couple of plain-text files which need to be updated when creating the > assembly (e.g. README.TXT, .version). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.
[ http://jira.codehaus.org/browse/MASSEMBLY-74?page=all ] Allan Ramirez closed MASSEMBLY-74: -- Resolution: Fixed Applied.. Thanks > MANIFEST.MF is not used when specified in configuration. > > > Key: MASSEMBLY-74 > URL: http://jira.codehaus.org/browse/MASSEMBLY-74 > Project: Maven 2.x Assembly Plugin > Type: Bug > Reporter: Napoleon Esmundo C. Ramirez > Fix For: 2.1 > Attachments: MASSEMBLY-74-maven-assembly-plugin.patch, > MASSEMBLY-74-maven-assembly-plugin.patch > > > If a project is assembled this way, the MANIFEST.MF is not used. > > ... > > > > maven-assembly-plugin > > jar-with-dependencies > > > ${basedir}/src/main/resources/META-INF/MANIFEST.MF > > > > > > ... > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MASSEMBLY-64) jar-with-dependencies has a last-one-copies-wins policy which can fail signed jars
[ http://jira.codehaus.org/browse/MASSEMBLY-64?page=all ] Allan Ramirez closed MASSEMBLY-64: -- Resolution: Fixed Applied Patch.. Thanks > jar-with-dependencies has a last-one-copies-wins policy which can fail signed > jars > -- > > Key: MASSEMBLY-64 > URL: http://jira.codehaus.org/browse/MASSEMBLY-64 > Project: Maven 2.x Assembly Plugin > Type: Bug > Versions: 2.0.1 > Reporter: Geoffrey De Smet > Assignee: Allan Ramirez > Fix For: 2.1 > Attachments: MASSEMBLY-64-maven-assembly-plugin.patch > > Original Estimate: 5 hours > Remaining: 5 hours > > I've configured the plugins like this: > > org.apache.maven.plugins > maven-jar-plugin > > > > ggg.GGGStandaloneApp > true > > > > > > maven-assembly-plugin > > jar-with-dependencies > > > ggg.GGGStandaloneApp > > > > > BTW: Please document the archive option in the assembly plugin on the > assembly site, it took me a while of trial and error to find it. > However the application doesn't work yet, because: > Exception in thread "main" java.lang.SecurityException: no manifiest section > for signature file entry javax/activation/D > ataContentHandlerFactory.class > at sun.security.util.SignatureFileVerifier.verifySection(Unknown > Source) > at sun.security.util.SignatureFileVerifier.processImpl(Unknown Source) > at sun.security.util.SignatureFileVerifier.process(Unknown Source) > at java.util.jar.JarVerifier.processEntry(Unknown Source) > ... > It looks like it's because the everything in the META-INF directory have a > last-one-copied-wins policy. > Jar-jar would also solve this of course. > PS: I am also using acegisecurity, so I belive you can replicate this issue > by making an assembly of a HelloWorld dependend on acegi & activation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MASSEMBLY-54) Unable to filter files while creating assembly
[ http://jira.codehaus.org/browse/MASSEMBLY-54?page=comments#action_61584 ] Allan Ramirez commented on MASSEMBLY-54: ok.. finally reproduce it, files placed in src/main/resources does get filtered in the bundled jar but outside of it doesnt > Unable to filter files while creating assembly > -- > > Key: MASSEMBLY-54 > URL: http://jira.codehaus.org/browse/MASSEMBLY-54 > Project: Maven 2.x Assembly Plugin > Type: Improvement > Versions: 2.0 > Reporter: Chris Hagmann > Assignee: Allan Ramirez > Fix For: 2.1 > > > It doesn't seem to be possible to use filtering when creating assemblies. I > have a couple of plain-text files which need to be updated when creating the > assembly (e.g. README.TXT, .version). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira