WildFly Source: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
=Maven Repositories=
=Maven Repositories=


http://repository.jboss.org/nexus/content/groups/public/
{{Internal|JBoss Maven Repositories|JBoss Maven Repositories}}
 
This is the repository where some of the patched JARs from EAPs are found: https://maven.repository.redhat.com/nexus/content/groups/product-techpreview/
 
To find whether a EAP deployment has been patched and where the patches are, see [[EAP Patching]].
 
<font color=red>To Migrate [JBossAndMaven].
 
{{External|https://repository.jboss.org/nexus/content/groups/public-jboss}}:
 
<pre>
<repository>
    <id>jboss-public-repository-group</id>
    <name>JBoss Public Maven Repository Group</name>
    <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
    <layout>default</layout>
</repository>
</pre>
 
{{External|https://maven.repository.redhat.com/ga}}:
 
<pre>
<repository>
    <id>redhat-ga</id>
    <name>redhat-ga</name>
    <url>https://maven.repository.redhat.com/ga/</url>
  <layout>default</layout>
  <releases>
      <enabled>true</enabled>
      <updatePolicy>never</updatePolicy>
  </releases>
  <snapshots>
      <enabled>true</enabled>
<updatePolicy>never</updatePolicy>
  </snapshots>
</repository>
</pre>


=Subjects=
=Subjects=


* [[Maven Repository-Based JBoss IntelliJ Investigation Environment]]
* [[Maven Repository-Based JBoss IntelliJ Investigation Environment]]

Latest revision as of 00:32, 6 September 2017