Skip to content

Commit

Permalink
Merge pull request #791 from spyrkob/Issue-790_additional_wildfly_pro…
Browse files Browse the repository at this point in the history
…files

[#790] Add wildfly-ee and wildfly-preview profiles
  • Loading branch information
spyrkob authored Nov 11, 2024
2 parents f2f875b + a4c1142 commit c107461
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,36 @@
manifest:
maven:
groupId: "org.wildfly.channels"
artifactId: "wildfly"
artifactId: "wildfly"
- name: "wildfly-ee"
galleonConfiguration: "classpath:wildfly-ee-provisioning.xml"
channels:
- schemaVersion: "2.0.0"
name: "wildfly-ee"
repositories:
- id: "central"
url: "https://repo1.maven.org/maven2/"
- id: "jboss-public"
url: "https://repository.jboss.org/nexus/content/groups/public/"
- id: "mrrc"
url: "https://maven.repository.redhat.com/ga/"
manifest:
maven:
groupId: "org.wildfly.channels"
artifactId: "wildfly-ee"
- name: "wildfly-preview"
galleonConfiguration: "classpath:wildfly-preview-provisioning.xml"
channels:
- schemaVersion: "2.0.0"
name: "wildfly-preview"
repositories:
- id: "central"
url: "https://repo1.maven.org/maven2/"
- id: "jboss-public"
url: "https://repository.jboss.org/nexus/content/groups/public/"
- id: "mrrc"
url: "https://maven.repository.redhat.com/ga/"
manifest:
maven:
groupId: "org.wildfly.channels"
artifactId: "wildfly-preview"
22 changes: 22 additions & 0 deletions prospero-common/src/main/resources/wildfly-ee-provisioning.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" ?>

<!--
~ Copyright 2022 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<installation xmlns="urn:jboss:galleon:provisioning:3.0">
<feature-pack location="org.wildfly:wildfly-ee-galleon-pack::zip"/>
</installation>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" ?>

<!--
~ Copyright 2022 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<installation xmlns="urn:jboss:galleon:provisioning:3.0">
<feature-pack location="org.wildfly:wildfly-preview-feature-pack::zip"/>
</installation>

0 comments on commit c107461

Please sign in to comment.