You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2005/10/13 20:35:11 UTC

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

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


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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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