-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there,

I retried my POM inheritance problem.
The thing is that I have a jdk5.0 based project with lots of sub-projects.

Now for jdk5.0 I need the following option in the POM:
<plugins>
  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
      <source>1.5</source>
      <target>1.5</target>
    </configuration>
  </plugin>
</plugins>

Actually build only works if that snipplet is in each of the
sub-projects but not if it is only declared in the toplevel POM of the
main project.
This is not nice because the XML snipplet is long enough to write it once.

So is that a bug that I should put in the JIRA or is this intendet
because plugin settings where not meant to be inherted.

Regards
  Jörg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC7p2amPuec2Dcv/8RAlASAJ96Wznrnblzx9OOwDoNLmncJTQ4yQCgh3aA
DZ+VHo5K304kwbqsRr0xWlY=
=tXKA
-----END PGP SIGNATURE-----

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

Reply via email to