Skip to content

Commit

Permalink
Revert "Add missing Maven artifact blocks"
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy authored Jan 23, 2025
1 parent 6653131 commit bf689c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 83 deletions.
25 changes: 0 additions & 25 deletions amazon-comprehend-demo-app/assembly.xml

This file was deleted.

8 changes: 0 additions & 8 deletions amazon-comprehend-demo-app/deploy.options.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions amazon-comprehend-demo-app/pom.xml

This file was deleted.

10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.amazon.comprehend</groupId>
<artifactId>amazon-comprehend-connector-modules</artifactId>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>amazon-comprehend-connector</module>
<module>amazon-comprehend-connector-demo</module>
<module>amazon-comprehend-connector-test</module>
<module>amazon-comprehend-connector-product</module>
<module>amazon-comprehend-demo-app</module>
</modules>

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/amazon-comprehend-connector.git</developerConnection>
<tag>HEAD</tag>
</scm>

<build>
<pluginManagement>
<plugins>
Expand All @@ -27,6 +28,7 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
Expand Down

0 comments on commit bf689c7

Please sign in to comment.