Skip to content

Commit

Permalink
Revert "Add missing Maven artifact blocks" (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy authored Jan 23, 2025
1 parent 3ad02c9 commit 3adc49b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 86 deletions.
25 changes: 0 additions & 25 deletions alfrescoecm-demo-app/assembly.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
<?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.alfresco</groupId>
<artifactId>alfresco-connector-modules</artifactId>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<modules>
<module>alfresco-connector</module>
<module>alfresco-connector-demo</module>
<module>alfresco-connector-test</module>
<module>alfresco-connector-product</module>
<module>alfrescoecm-demo-app</module>
</modules>

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/alfresco-connector.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<pluginManagement>
<plugins>
Expand All @@ -30,6 +31,7 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
Expand All @@ -39,4 +41,5 @@
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 3adc49b

Please sign in to comment.