Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You've got quite a bit here, so I'll try and take it apart and answer as much as I can...</p> <blockquote> <p>I think I know why the maven-compiler-plugin won't upgrade to the latest release, 2.3.2, when I run</p> </blockquote> <p>Based on your snippet below that, it looks like it worked fine. I just checked the compile plugin page and 2.3.2 is in fact the latest version.</p> <p>When you run this: <code>mvn help:describe -Dplugin=org.apache.maven.plugins:maven-compiler-plugin /usr/java/jdk1.7.0</code> I'm guessing that is a default. If you run <code>mvn compile</code> in said project, it should use 2.3.2 as you've specified.</p> <blockquote> <p>My instinct tells me that it would be completely dangerous to add an entry for version 2.3.2 to the above XML file i.e. 2.3.2. Am I correct?</p> </blockquote> <p>Leave the metadata files alone unless you are looking for trouble or really know what you are doing :)</p> <blockquote> <p>What are my options? Should I just be satisfied with using v. 2.0.2.SP1? Or is there a way to ask Maven to ignore maven-metadata-jboss-public-repository-group.xml, or perhaps ask Maven to give precedence to the Maven Central repository over the JBoss repository?</p> </blockquote> <p>I don't think 2.0.2.SP1 of the plugin is being used. Even if it was\is, using snapshots of <strong>plugins</strong> isn't too big of a deal IMO. Using snapshots of dependencies definitely needs caution.</p> <p>I'm sure that there are ways to override which repository resolves what, and in what order, but I don't know how much it will help you in this instance. </p> <p>I hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload