2
votes
1answer
53 views
GlassFish v3 and glassfish-maven-plugin (Mac)
I'm trying to use the glassfish-maven-plugin (https://maven-glassfish-plugin.dev.java.net/) with GlassFish v3 (I'm on a Mac and using Eclipse) and I can't seem to get my web app to deploy. I keep …
0
votes
3answers
65 views
upload jar to respository
I have a jar files that cannot be found on maven2 repository. i interested to add the jar so i can just include extra tag in my pom.xml file and other developer can use the jar. what is the steps …
2
votes
2answers
74 views
Maven Java Source Code Generation for Hibernate
Hi,
I´m busy converting an existing project from an Ant build to one using Maven. Part of this build includes using the hibernate hbm2java tool to convert a collection of .hbm.xml files into Java. …
0
votes
1answer
28 views
Maven Archetype Question
I'm trying to create an archtype for a simple project, this project contains some ssl certs that i'd like to includes as resources in the archtype so when the project gets created those certs will be …
