Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3e3b3e9a
authored
Jan 10, 2015
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into cardlessIncomingView
2 parents
4eb74de6
3521c558
Show 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 @
3e3b3e9
...
@@ -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