mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
Initial stuff
This commit is contained in:
16
alfresco-transform-misc/alfresco-transform-misc/pom.xml
Normal file
16
alfresco-transform-misc/alfresco-transform-misc/pom.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>alfresco-transform-core</artifactId>
|
||||||
|
<groupId>org.alfresco</groupId>
|
||||||
|
<version>2.1.2-SNAPSHOT</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<artifactId>alfresco-transform-misc</artifactId>
|
||||||
|
|
||||||
|
|
||||||
|
</project>
|
1
pom.xml
1
pom.xml
@@ -37,6 +37,7 @@
|
|||||||
<module>alfresco-docker-imagemagick</module>
|
<module>alfresco-docker-imagemagick</module>
|
||||||
<module>alfresco-docker-libreoffice</module>
|
<module>alfresco-docker-libreoffice</module>
|
||||||
<module>alfresco-docker-transform-misc</module>
|
<module>alfresco-docker-transform-misc</module>
|
||||||
|
<module>alfresco-transform-misc/alfresco-transform-misc</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
Reference in New Issue
Block a user