Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JR Utily
2016-10-24 23:42:46 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Jean-Francois Leveque
2016-11-08 10:05:32 +0100
Commit
db77225760f373f25e0a7edc06a676e9a684b4ef
db772257
1 parent
c1b233c8
finalize pom (description, url, removed comments)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
33 deletions
pom.xml
pom.xml
View file @
db77225
...
...
@@ -5,10 +5,16 @@
<groupId>
org.legrog
</groupId>
<artifactId>
grog-cubi
</artifactId>
<version>
1
.0-SNAPSHOT
</version>
<version>
3
.0-SNAPSHOT
</version>
<packaging>
war
</packaging>
<name>
GRoG Cubi Webapp (TomEE dev)
</name>
<url>
http://tomee.apache.org
</url>
<name>
Web-application of GROG
</name>
<url>
http://legrog.org
</url>
<description>
Le Guide du Roliste Galactique (GROG) est une encyclopedie en ligne référençant tous les jeux de rôles connus.
Cette version CUBI est la 3e mouture du site.
</description>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -19,6 +25,9 @@
<tomee.javaee-api.version>
7.0
</tomee.javaee-api.version>
<assertj-core.version>
1.6.1
</assertj-core.version>
<openjpa.version>
2.4.1
</openjpa.version>
<rewrite.version>
3.4.1.Final
</rewrite.version>
<hibernate-commons-annotations.version>
5.0.1.Final
</hibernate-commons-annotations.version>
<hibernate-jpa-2.1-api.version>
1.0.0.Final
</hibernate-jpa-2.1-api.version>
</properties>
<dependencyManagement>
...
...
@@ -26,7 +35,6 @@
<dependency>
<groupId>
io.spring.platform
</groupId>
<artifactId>
platform-bom
</artifactId>
<!-- Nécessaire à la compilation -->
<version>
${spring.platform-bom.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
...
...
@@ -35,12 +43,21 @@
</dependencyManagement>
<dependencies>
<!-- **** PREREQUIS MIGRATION **** -->
<!-- **** FRAMEWORK : JSF + CDI **** -->
<dependency>
<groupId>
org.apache.tomee
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
${tomee.javaee-api.version}
</version>
<scope>
provided
</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.omnifaces/omnifaces -->
<dependency>
<groupId>
org.omnifaces
</groupId>
<artifactId>
omnifaces
</artifactId>
<!-- Nécessaire à la compilation -->
<version>
${omnifaces.version}
</version>
</dependency>
...
...
@@ -48,34 +65,35 @@
<dependency>
<groupId>
org.primefaces
</groupId>
<artifactId>
primefaces
</artifactId>
<!-- Nécessaire à la compilation -->
<version>
${primefaces.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.myfaces.core
</groupId>
<artifactId>
myfaces-api
</artifactId>
<!-- Nécessaire à la compilation -->
<version>
${myfaces.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.myfaces.core
</groupId>
<artifactId>
myfaces-impl
</artifactId>
<!-- Nécessaire à l'exécution -->
<version>
${myfaces.version}
</version>
<scope>
runtime
</scope>
</dependency>
<!-- **** FRAMEWORK : JSF + CDI **** -->
<dependency>
<groupId>
org.apache.tomee
</groupId>
<artifactId>
javaee-api
</artifactId>
<!-- Nécessaire à la compilation -->
<version>
${tomee.javaee-api.version}
</version>
<scope>
provided
</scope>
</dependency>
<!-- **** TOOLS : LOGS + UTILS **** -->
<!-- Rewriting tool -->
<!--<dependency>-->
<!--<groupId>com.ocpsoft</groupId>-->
<!--<artifactId>prettyfaces-jsf2</artifactId>-->
<!--<version>3.3.3</version>-->
<!--</dependency>-->
<!-- -->
<!-- **** TOOLS : LOGS + UTILS **** -->
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
...
...
@@ -121,14 +139,14 @@
<version>
${assertj-core.version}
</version>
<scope>
test
</scope>
</dependency>
<!--
<!--
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>${openjpa.version}</version>
<scope>test</scope>
</dependency>
-->
-->
<!-- to test with TomEE and Arquillian
<dependency>
<groupId>org.apache.tomee</groupId>
...
...
@@ -174,55 +192,44 @@
<dependency>
<groupId>
antlr
</groupId>
<artifactId>
antlr
</artifactId>
<!-- <version>2.7.7</version>-->
</dependency>
<dependency>
<groupId>
dom4j
</groupId>
<artifactId>
dom4j
</artifactId>
<!-- <version>1.6.1</version>-->
</dependency>
<dependency>
<groupId>
org.hibernate.common
</groupId>
<artifactId>
hibernate-commons-annotations
</artifactId>
<!-- Nécessaire -->
<version>
5.0.1.Final
</version>
<version>
${hibernate-commons-annotations.version}
</version>
</dependency>
<dependency>
<groupId>
org.hibernate.javax.persistence
</groupId>
<artifactId>
hibernate-jpa-2.1-api
</artifactId>
<!-- Nécessaire -->
<version>
1.0.0.Final
</version>
<scope>
compile
</scope>
<version>
${hibernate-jpa-2.1-api.version}
</version>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-core
</artifactId>
<!-- <version>5.2.3.Final</version>-->
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-ehcache
</artifactId>
<!-- <version>5.2.3.Final</version>-->
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-entitymanager
</artifactId>
<!-- <version>5.2.3.Final</version>-->
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<!-- <version>5.2.3.Final</version>-->
</dependency>
<dependency>
<groupId>
org.jboss.logging
</groupId>
<artifactId>
jboss-logging
</artifactId>
<!-- <version>3.3.0.Final</version>-->
</dependency>
<dependency>
<groupId>
org.javassist
</groupId>
<artifactId>
javassist
</artifactId>
<!-- <version>3.20.0-GA</version>-->
</dependency>
</dependencies>
...
...
@@ -244,6 +251,17 @@
<version>
2.6
</version>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<webResources>
<resource>
<!-- this is relative to the pom.xml directory -->
<directory>
src/main/java/org/legrog/web
</directory>
<excludes>
<exclude>
**/*.java
</exclude>
</excludes>
</resource>
</webResources>
</configuration>
</plugin>
<plugin>
...
...
@@ -252,6 +270,8 @@
<version>
7.0.1
</version>
<configuration>
<context>
ROOT
</context>
</configuration>
</plugin>
<!--
...
...
Please
register
or
login
to post a comment