Tagged Questions

4
votes
3answers
412 views

Maven failure to find maven-plugins:maven-cobertura-plugin

I try to compile maven web project with <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-ws</artifactId> ...
2
votes
1answer
127 views

Running a maven plugin only in the parent

I've created a maven plugin to start, clean and stop a database. My project exists of a pom file with 4 modules: <modules> <module>infrastructure</module> ...
1
vote
2answers
859 views

How can I clean _svn folders/files from 'src/main/webapp' folder when maven2 builds webapp project in netbeans 6.7?

I have created a webapp using maven2 archetype in netbeans 6.7. when I do plain build(removing all the plugin configuration), it copies all the required files including the '_svn' folders. But I ...
0
votes
1answer
37 views

Deprecated code when using avro-maven-plugin version 1.6.1

I'm running a java code using Apache Avro. Some code gets deprecated in the java file and I'm not sure why. I'm using Maven to run my Java program. This is the java file public class ...
0
votes
2answers
222 views

Couldn't run build using Maven because of an error in pom.xml

I am trying to build a new Maven project in Eclipse. In my pom.xml, I got an error which says Multiple annotations found at this line: - Missing artifact ...