WildFly Source: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 21: Line 21:
To find whether a EAP deployment has been patched and where the patches are, see [[EAP Patching]].
To find whether a EAP deployment has been patched and where the patches are, see [[EAP Patching]].


<font color=red>To Migrate [JBossAndMaven].
<font color=red>To Migrate [JBossAndMaven]. </font>


{{External|https://repository.jboss.org/nexus/content/groups/public-jboss}}:
{{External|https://repository.jboss.org/nexus/content/groups/public-jboss}}


<pre>
<pre>
Line 34: Line 34:
</pre>
</pre>


{{External|https://maven.repository.redhat.com/ga}}:
{{External|https://maven.repository.redhat.com/ga}}


<pre>
<pre>

Revision as of 17:44, 1 March 2017

Internal

GitHub

https://github.com/wildfly/wildfly

Release Map in JIRA


WildFly Releases https://issues.jboss.org/projects/WFLY?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page

Maven Repositories

http://repository.jboss.org/nexus/content/groups/public/

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.

To Migrate [JBossAndMaven].

https://repository.jboss.org/nexus/content/groups/public-jboss
<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>
https://maven.repository.redhat.com/ga
<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>

Subjects