> We are using maven for own project types. However the source
> folders (src/main/java and src/test/java) are not the same since
> we are not using java. To let some plugins work correctly we
> need to ovrwrite them with the correct folders.

1. This email should have been sent to the Maven Users list. The Maven
Developers list is reserved for discussions around the development of the
Maven tool itself. Please send any replies to Maven Users list, not this
one.

2. What you are requesting is trivially accomplished via various entries in
your pom.xml files. This is documented on the Maven website. Ideally you
would have a single top parent pom that all your projects inherit from, and
set the proper values there (in the top parent).

Wayne

Reply via email to