Added more modules to parent pom and configure wars to not require a web.xml
This commit is contained in:
parent
28f3e1e01c
commit
595fc8e743
1 changed files with 12 additions and 1 deletions
13
pom.xml
13
pom.xml
|
@ -56,8 +56,11 @@
|
|||
<module>core</module>
|
||||
<module>services</module>
|
||||
<module>integration</module>
|
||||
<module>examples</module>
|
||||
<module>examples</module>
|
||||
<module>sdk-html</module>
|
||||
<module>social</module>
|
||||
<module>server</module>
|
||||
<module>ui</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -271,6 +274,14 @@
|
|||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<configuration>
|
||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
|
|
Loading…
Reference in a new issue