Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
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 b5bcd4a5
authored
Dec 26, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update-mvn' into 'master'
Update mvn versions See merge request !185
2 parents
09d7c4c1
816d6501
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
code/moya-beans/pom.xml
code/moya-web/pom.xml
code/moya-beans/pom.xml
View file @
b5bcd4a
...
@@ -12,11 +12,12 @@
...
@@ -12,11 +12,12 @@
<exclude>
**/*.java
</exclude>
<exclude>
**/*.java
</exclude>
</excludes>
</excludes>
</resource>
</resource>
</resources>
</resources>
<plugins>
<plugins>
<plugin>
<plugin>
<artifactId>
maven-ejb-plugin
</artifactId>
<artifactId>
maven-ejb-plugin
</artifactId>
<version>
2.
3
</version>
<version>
2.
4
</version>
<configuration>
<configuration>
<ejbVersion>
3.2
</ejbVersion>
<ejbVersion>
3.2
</ejbVersion>
</configuration>
</configuration>
...
...
code/moya-web/pom.xml
View file @
b5bcd4a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<plugin>
<plugin>
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.
4
</version>
<version>
2.
5
</version>
<configuration>
<configuration>
<warSourceDirectory>
WebContent
</warSourceDirectory>
<warSourceDirectory>
WebContent
</warSourceDirectory>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
...
...
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