summaryrefslogtreecommitdiffstats
path: root/client/client-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-common/pom.xml')
-rw-r--r--client/client-common/pom.xml25
1 files changed, 1 insertions, 24 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml
index 7c679ad41..92174c87f 100644
--- a/client/client-common/pom.xml
+++ b/client/client-common/pom.xml
@@ -26,32 +26,9 @@
</parent>
<artifactId>client-common</artifactId>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<name>${project.artifactId}</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>make shared resources</id>
- <goals>
- <goal>single</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
<profiles>
<profile>
<id>apexSite</id>