aldana wrote:
> 
> i am having problems with following dependency:
> 
> <dependency>
>       <groupId>com.sun.xml.stream.buffer</groupId>
>       <artifactId>streambuffer</artifactId>
>       <version>0.4</version>
> </dependency>
> 
> it tells me that referenced pom is invalid:
> 
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>com.sun.xml.stream.buffer</groupId>
>   <artifactId>streambuffer</artifactId>
>   <version>0.4</version>
>   <dependencies>
>     <dependency>
>       <groupId>org.jvnet.staxex</groupId>
>       <artifactId>stax-ex</artifactId>
>     </dependency>
>     <dependency>
>       <groupId>activation</groupId>
>       <artifactId>activation</artifactId>
>     </dependency>
>   </dependencies>
> </project>
> 
> when doing mvn:compile [WARNING] is given on maven console build is
> continued. but when executing assembly:assembly (from assembly plugin)
> build is failing. it seems that a validate POM must be given so content
> can be copied to assembly.
> 
> so my question: why is above POM invalid (does not look wrong to me). how
> can i make it validate so my assembly:assembly goal works?
> 
> 
> 


found out why: org.jvnet.staxex:stax-ex is from pom-version 3, which is
destroying my build. i am using assembly plugin 2.2-beta-1 which seems
cannot handle this...
-- 
View this message in context: 
http://www.nabble.com/invalid-POM%2C-why--tf4274044s177.html#a12165365
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to