You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/10/15 09:32:12 UTC

[jira] Closed: (MEV-112) Bad POM for commons-codec:commons-codec-1.3

     [ http://jira.codehaus.org/browse/MEV-112?page=all ]
     
Brett Porter closed MEV-112:
----------------------------

     Assign To: Brett Porter
    Resolution: Fixed

> Bad POM for commons-codec:commons-codec-1.3
> -------------------------------------------
>
>          Key: MEV-112
>          URL: http://jira.codehaus.org/browse/MEV-112
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: fabrizio giustina
>     Assignee: Brett Porter

>
>
> http://www.ibiblio.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom is not valid.
> Validation Messages:
>     [0]  'build.resources.resource.directory' is missing.
> The <directory> tag shoul be added as shown:
>     <resources>
>       <resource>
>         <directory>src/java</directory>
>         <includes>
>           <include>**/*.properties</include>
>         </includes>
>       </resource>
>     </resources>

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org