Skip to content

Commit

Permalink
Merge pull request #19 from emmartins/WFLY-18883
Browse files Browse the repository at this point in the history
[WFLY-18883] move to jboss-parent 43, which rolled back sources plugi…
  • Loading branch information
emmartins authored Jan 8, 2024
2 parents c178731 + eec8605 commit 8d754a4
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>40</version>
<version>43</version>
</parent>

<groupId>org.wildfly.quickstarts</groupId>
Expand Down Expand Up @@ -56,33 +56,14 @@
message: [WARNING] Using platform encoding (UTF-8 actually) to copy
filtered resources, i.e. build is platform dependent! -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- The remote maven repo URLs, which can be overridden via -D for special use cases -->
<maven.jboss.public.repository.url>https://repository.jboss.org/nexus/content/groups/public/</maven.jboss.public.repository.url>
<maven.redhat.ga.repository.url>https://maven.repository.redhat.com/ga/</maven.redhat.ga.repository.url>

<linkXRef>false</linkXRef>
</properties>

<repositories>
<repository>
<id>jboss-public-maven-repository</id>
<name>JBoss Public Maven Repository</name>
<url>${maven.jboss.public.repository.url}</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<layout>default</layout>
</repository>
<repository>
<id>redhat-ga-maven-repository</id>
<name>Red Hat GA Maven Repository</name>
<url>${maven.redhat.ga.repository.url}</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
Expand All @@ -98,18 +79,7 @@
<pluginRepository>
<id>jboss-public-maven-repository</id>
<name>JBoss Public Maven Repository</name>
<url>${maven.jboss.public.repository.url}</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>redhat-ga-maven-repository</id>
<name>Red Hat GA Maven Repository</name>
<url>${maven.redhat.ga.repository.url}</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down

0 comments on commit 8d754a4

Please sign in to comment.