Skip to content

Commit

Permalink
feat: Add the evm connector addon to the meeds packaging - MEED-3205 -
Browse files Browse the repository at this point in the history
…Meeds-io/MIPs#118 (#1712)

This change will add the evm connector addon to the meeds packaging.
  • Loading branch information
MayTekayaa committed Sep 21, 2024
1 parent ccda665 commit f9dc714
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packaging/plf-community-tomcat-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@
<type>zip</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.gamification-evm</groupId>
<artifactId>gamification-evm-packaging</artifactId>
<type>zip</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.deeds-tenant</groupId>
<artifactId>deeds-tenant-packaging</artifactId>
Expand Down Expand Up @@ -417,6 +423,9 @@
<exec dir="${project.basedir}" executable="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/addon${addon.manager.extension}" failonerror="true">
<arg line="install ${addon.meeds.gamification-twitter.id}:${addon.meeds.gamification-twitter.version} --catalog=file://${project.build.directory}/local-catalog/meeds-distrib-catalog.json" />
</exec>
<exec dir="${project.basedir}" executable="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/addon${addon.manager.extension}" failonerror="true">
<arg line="install ${addon.meeds.gamification-evm.id}:${addon.meeds.gamification-evm.version} --catalog=file://${project.build.directory}/local-catalog/meeds-distrib-catalog.json" />
</exec>
<exec dir="${project.basedir}" executable="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/addon${addon.manager.extension}" failonerror="true">
<arg line="install ${addon.meeds.deeds-tenant.id}:${addon.meeds.deeds-tenant.version} --catalog=file://${project.build.directory}/local-catalog/meeds-distrib-catalog.json" />
</exec>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,23 @@
"supportedDistributions": "community,enterprise",
"supportedApplicationServers": "tomcat",
"compatibility": "[${project.version},)"
},{
"id": "meeds-gamification-evm",
"version": "${addon.meeds.gamification-evm.version}",
"unstable": false,
"name": "Gamification Evm connector add-on",
"description": "Gamification Evm connector add-on",
"sourceUrl": "https://github.com/meeds-io/gamification-evm",
"documentationUrl": "https://github.com/meeds-io/gamification-evm",
"downloadUrl": "file://${settings.localRepository}/io/meeds/gamification-evm/gamification-evm-packaging/${addon.meeds.gamification-evm.version}/gamification-evm-packaging-${addon.meeds.gamification-evm.version}.zip",
"vendor": "Meeds.io",
"author": "Meeds.io",
"license": "LGPLv3",
"licenseUrl": "https://www.gnu.org/licenses/lgpl-3.0.txt",
"mustAcceptLicense": false,
"supportedDistributions": "community,enterprise",
"supportedApplicationServers": "tomcat",
"compatibility": "[${project.version},)"
},{
"id": "meeds-deeds-tenant",
"version": "${addon.meeds.deeds-tenant.version}",
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.meeds.gamification-evm</groupId>
<artifactId>gamification-evm-parent</artifactId>
<version>${addon.meeds.gamification-evm.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.meeds.deeds-tenant</groupId>
<artifactId>deeds-tenant-parent</artifactId>
Expand Down

0 comments on commit f9dc714

Please sign in to comment.