Commit cd967aab by Juho Juopperi

profile for idea hot deploy compatible exploded ear

1 parent c7abafdc
Showing with 19 additions and 0 deletions
...@@ -65,4 +65,22 @@ ...@@ -65,4 +65,22 @@
<relativePath>../moya-parent/pom.xml</relativePath> <relativePath>../moya-parent/pom.xml</relativePath>
<version>1.0</version> <version>1.0</version>
</parent> </parent>
<profiles>
<profile>
<id>exploded</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<unpackTypes>war,ejb</unpackTypes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project> </project>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!