DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31526>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31526

Ability to add attributepackages in maven.

           Summary: Ability to add attributepackages in maven.
           Product: Commons
           Version: 2.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: attributes
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When the ant:attribute-compiler is used in ant, there is no way for maven to
pass a value for the attributepackages property.

It would be nice if it were possible to add a property in the project.properties
of the current project that specifies the attributepackages. E.g.

project.properties:
[...]
org.apache.commons.attributes.packages=my.package
[...]

which is then used in the maven plugin:

[...]
<ant:attribute-compiler inMaven="true" sourcepathref="maven.compile.src.set"
    attributepackages="${org.apache.commons.attributes.packages}"
    destdir="${maven.build.dir}/commons-attributes"/>
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to