Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cd967aab
authored
Jan 10, 2015
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profile for idea hot deploy compatible exploded ear
1 parent
c7abafdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
code/moya-ear/pom.xml
code/moya-ear/pom.xml
View file @
cd967aa
...
@@ -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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment