2
votes
2answers
36 views

Maven - extract resources (plus binaries) modified since revision

We have a Java EE 5 project built with Ant, which we are porting to a Maven build infrastructure. We are using SVN as version control and a Jenkins build server. The odd thing is that some "patch" ...
0
votes
1answer
125 views

Maven best practices in Java EE 5 - parent per type or parent per project [closed]

I am building a set of applications (let's say more than 10) and each of them contains ear, ejb and war (at least). Modules structure is: project-a project-a-ear project-a-ejb project-a-war ...
1
vote
1answer
287 views

Maven repository artifact: jboss-j2ee

Question regarding Maven Repository and Java EE specification. I just saw this question: Single/complete Maven dependencies for Java EE 5 API and checked our project. We are on JBoss 4.2.2 and ...
5
votes
1answer
517 views

Single/complete Maven dependencies for Java EE 5 API

Is there a single maven dependency containing whole Java EE 5 spec API. Just like <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> ...
0
votes
1answer
572 views

Maven EAR-project with SLF4J, logback and native hibernate on glassfish

My project is pretty simple. i want a standard ear-project which supports slf4j with logback as implementation. my main problem is, that the config file is not used and i get debug info printed out to ...
1
vote
1answer
775 views

maven failure to resolve archetype ear-jee5

I am trying to create an EAR maven module project (in eclipse) with ear-jee5 as the archetype. It fails with the following error. Could not resolve archetype ...