Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ea2a62d552 | |||
fab9f9ff5f | |||
f40b9c243b |
2
pom.xml
2
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<groupId>com.inteligr8.alfresco</groupId>
|
<groupId>com.inteligr8.alfresco</groupId>
|
||||||
<artifactId>maven-assembly-amp-descriptor</artifactId>
|
<artifactId>maven-assembly-amp-descriptor</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>A Maven Assembly Descriptor to assist with the creation of Alfresco Module Packages (AMPs)</name>
|
<name>A Maven Assembly Descriptor to assist with the creation of Alfresco Module Packages (AMPs)</name>
|
||||||
|
@@ -42,6 +42,11 @@
|
|||||||
<exclude>README.md</exclude>
|
<exclude>README.md</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
<fileSet>
|
||||||
|
<directory>target/web</directory>
|
||||||
|
<outputDirectory>web</outputDirectory>
|
||||||
|
<filtered>false</filtered>
|
||||||
|
</fileSet>
|
||||||
<!-- For compatability with the Alfresco SDK -->
|
<!-- For compatability with the Alfresco SDK -->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>src/main/assembly/web</directory>
|
<directory>src/main/assembly/web</directory>
|
||||||
|
Reference in New Issue
Block a user