Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<project>
  <repositories>
    <repository>
      <id/>
      <url/>
    </repository>
  </repositories>

  <artifacts>
    <!-- 
    <artifact>
      <repository>central</repository> 
      <!-- GAV etc -->
    </artifact>  <repository>central</repository> 
    <artifact></artifact>
      <repository>jboss</repository><artifact>
      <!-- GAV etc -->
     < <repository>jboss</artifact>repository>
    </artifact>

    <artifact>
      <!-- no repository reference, which means it ismust be part of a multimodule project.
            Use theWhen downloading this project, you can use its repository fromfor the "this.project" is coming fromartifact too. -->
      <!-- GAV etc -->
    </artifact>

  </artifacts>
</project>

...