You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2006/01/18 08:08:40 UTC

[jira] Closed: (MAVEN-1689) Multiple sourceDirectory elements in pom make java:compile compile nothing

     [ http://jira.codehaus.org/browse/MAVEN-1689?page=all ]
     
Lukas Theussl closed MAVEN-1689:
--------------------------------

    Resolution: Won't Fix

1 is the default value for maxOccurs. Running pom:validate (pom-plugin-1.5) on a project.xml with multiple source/unitTestSourceDirectory elements leads to an error.

> Multiple sourceDirectory elements in pom make java:compile compile nothing
> --------------------------------------------------------------------------
>
>          Key: MAVEN-1689
>          URL: http://jira.codehaus.org/browse/MAVEN-1689
>      Project: Maven
>         Type: Bug

>   Components: model
>     Versions: 1.1-beta-2
>     Reporter: Carlos Sanchez
>     Priority: Minor

>
>
> Probably these should have maxOccurs="1"
>       <xs:element name="sourceDirectory" minOccurs="0" type="xs:string">
>       <xs:element name="unitTestSourceDirectory" minOccurs="0" type="xs:string">

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