]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/pom-template.xml
Remove logging
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / pom-template.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.argeo.slc.server</groupId>
5 <artifactId>@Bundle-SymbolicName@</artifactId>
6 <version>@Bundle-Version@</version>
7 <packaging>jar</packaging>
8 <build>
9 <plugins>
10 <plugin>
11 <artifactId>maven-jar-plugin</artifactId>
12 <configuration>
13 <archive>
14 <manifestFile>META-INF/MANIFEST.MF</manifestFile>
15 </archive>
16 <classesDirectory>.</classesDirectory>
17 <includes>
18 <include>META-INF/spring/**</include>
19 <include>WEB-INF/**</include>
20 <include>conf/**</include>
21 </includes>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 @distributionManagement@
27 </project>