You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tony Chemit (JIRA)" <ji...@codehaus.org> on 2012/06/28 03:55:21 UTC

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Tony Chemit created MASSEMBLY-618:
-------------------------------------

             Summary: use maven-plugin-tools' java 5 annotations
                 Key: MASSEMBLY-618
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
             Project: Maven 2.x Assembly Plugin
          Issue Type: Task
    Affects Versions: 2.3
            Reporter: Tony Chemit




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit closed MASSEMBLY-618.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

[Done in rev 1359773.| http://svn.apache.org/viewvc?rev=1359773&view=rev]
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>            Assignee: Tony Chemit
>             Fix For: 2.4
>
>         Attachments: MASSEMBLY-618_2.diff, MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=302040#comment-302040 ] 

Tony Chemit commented on MASSEMBLY-618:
---------------------------------------

Tests are ok using a jdk 1.6.0_32 but not with a 1.7.0_04 with this message : 

{code}

Tests in error: 
  testGetOutputDir_ShouldResolveGroupIdInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71's mock: null
  testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_2's mock: null
  testGetOutputDir_ShouldResolveVersionInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_3's mock: null
  testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_4's mock: null
  testGetOutputDir_ShouldResolveGroupIdInOutDir_UseModuleInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_5's mock: null
  testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseModuleInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_6's mock: null
  testGetOutputDir_ShouldResolveVersionInOutDir_UseModuleInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_7's mock: null
  testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseModuleInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_8's mock: null
  testGetOutputDir_ShouldResolveGroupIdInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_9's mock: null
  testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_10's mock: null
  testGetOutputDir_ShouldResolveVersionInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_11's mock: null
  testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_12's mock: null
  testGetOutputDir_ShouldResolveGroupIdInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_13's mock: null
  testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_14's mock: null
  testGetOutputDir_ShouldResolveVersionInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_15's mock: null
  testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_16's mock: null
  testGetOutputDir_ShouldNotAlterOutDirWhenIncludeBaseFalseAndNoExpressions(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_17's mock: null
  testGetOutputDir_ShouldNotAlterOutDirWhenIncludeBaseFalseAndNoExpressions_CheckWithBackslash(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_18's mock: null
  testGetOutputDir_ShouldAppendSlashToOutDirWhenMissingAndIncludeBaseFalseAndNoExpressions(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_19's mock: null
  testGetOutputDir_ShouldResolveGroupIdInOutDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_20's mock: null
  testGetOutputDir_ShouldResolveArtifactIdInOutDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_21's mock: null
  testGetOutputDir_ShouldResolveVersionInOutDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_22's mock: null
  testGetOutputDir_ShouldResolveVersionInLargerOutDirExpr(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_23's mock: null
  testGetOutputDir_ShouldResolveFinalNameInOutDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_24's mock: null
  testGetOutputDir_ShouldResolveBuildFinalNameInOutDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_25's mock: null
  testGetOutputDir_ShouldReturnEmptyPathWhenAllInputIsEmptyAndIncludeBaseFalse(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_26's mock: null
  testGetOutputDir_ShouldRemoveRelativeRefToCurrentDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_27's mock: null
  testGetOutputDir_ShouldRemoveEmbeddedSameDirRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_28's mock: null
  testGetOutputDir_ShouldRemoveEmbeddedParentDirRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_29's mock: null
  testGetOutputDir_ShouldTruncateRelativeRefToParentDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_30's mock: null
  testGetOutputDir_ShouldResolveProjectProperty(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_31's mock: null
  testGetOutputDir_ShouldResolveProjectPropertyAltExpr(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_32's mock: null
  testEvalFileNameMapping_ShouldResolveArtifactIdAndBaseVersionInOutDir_UseArtifactInfo_WithValidMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_33's mock: null
  testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_34's mock: null
  testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_35's mock: null
  testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseArtifactInfo(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_36's mock: null
  testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseArtifactInfoAndModulePrefix(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_37's mock: null
  testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseArtifactInfoAndModulePrefix(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_38's mock: null
  testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseArtifactInfoAndModulePrefix(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_39's mock: null
  testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_40's mock: null
  testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_41's mock: null
  testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseExplicitMainProject(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_42's mock: null
  testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_43's mock: null
  testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_44's mock: null
  testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseExplicitMainProject_projectRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_45's mock: null
  testEvalFileNameMapping_ShouldRemoveRelativeRefToCurrentDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_46's mock: null
  testEvalFileNameMapping_ShouldRemoveEmbeddedSameDirRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_47's mock: null
  testEvalFileNameMapping_ShouldRemoveEmbeddedParentDirRef(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_48's mock: null
  testEvalFileNameMapping_ShouldTruncateRelativeRefToParentDir(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_49's mock: null
  testEvalFileNameMapping_ShouldPassExpressionThroughUnchanged(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_50's mock: null
  testEvalFileNameMapping_ShouldInsertClassifierAheadOfExtension(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_51's mock: null
  testEvalFileNameMapping_ShouldAppendDashClassifierWhenClassifierPresent(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_52's mock: null
  testEvalFileNameMapping_ShouldNotAppendDashClassifierWhenClassifierMissing(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_53's mock: null
  testEvalFileNameMapping_ShouldResolveGroupId(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_54's mock: null
  testEvalFileNameMapping_ShouldResolveArtifactId(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_55's mock: null
  testEvalFileNameMapping_ShouldResolveVersion(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_56's mock: null
  testEvalFileNameMapping_ShouldResolveExtension(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_57's mock: null
  testEvalFileNameMapping_ShouldResolveProjectProperty(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_58's mock: null
  testEvalFileNameMapping_ShouldResolveProjectPropertyAltExpr(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_59's mock: null
  testEvalFileNameMapping_ShouldResolveSystemPropertyWithoutMainProjectPresent(org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_60's mock: null
  testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId(org.apache.maven.plugin.assembly.interpolation.AssemblyExpressionEvaluatorTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_61's mock: null
  testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId(org.apache.maven.plugin.assembly.interpolation.AssemblyInterpolatorTest): Failed to instantiate org.apache.maven.execution.ReactorManager$$EnhancerByCGLIB$$3243d71_62's mock: null
{code}
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>         Attachments: MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit updated MASSEMBLY-618:
----------------------------------

    Attachment: MASSEMBLY-618.diff

Here is a patch for this task.

Note that I changed 
UnpackMojo#workDirectory

{code}
@parameter expression="${project.build.directory}/assembly/work"
@required
{code}

to 

{code}
@Parameter( defaultValue = "${project.build.directory}/assembly/work", required = true )
{code}


there is still some tests to fix, I will have a look tomorow if possible.

                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>         Attachments: MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit updated MASSEMBLY-618:
----------------------------------

    Attachment: MASSEMBLY-618_2.diff

Same patch but using @Component for special maven objects (see http://maven.apache.org/plugin-tools/apidocs/org/apache/maven/plugins/annotations/Component.html) 
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>         Attachments: MASSEMBLY-618_2.diff, MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=302095#comment-302095 ] 

Robert Scholte commented on MASSEMBLY-618:
------------------------------------------

{quote}@parameter expression="$\{project.build.directory\}/assembly/work"{quote}

This was wrong and should have been a {{default-value}}.
Now that we use {{property}} instead of {{expression}} the difference should finally be clear.

                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>         Attachments: MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MASSEMBLY-618) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit reassigned MASSEMBLY-618:
-------------------------------------

    Assignee: Tony Chemit
    
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>            Assignee: Tony Chemit
>         Attachments: MASSEMBLY-618_2.diff, MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira