Putting file in META-INF in EAR

2008-08-12 Thread bjorn.de.bakker
We want to create an EAR file and add some files to the META-INF directory. I've done some research on the internet, but without any luck so far. I've added this to my POM-file: build resources resource directory${basedir}/src/main/security/directory

Add build number to manifest file

2008-05-20 Thread bjorn.de.bakker
Dear all I would like to add the build number to the manifest file. I already used the build number plugin, but I don't know if it's possible to add it to the manifest file. Somebody here who has done this already? Thanks in advance Bjorn This message is for the designated

Copying package to a directory

2008-04-30 Thread bjorn.de.bakker
Is there a plugin which I can use to copy a package (jar, war ...) to a specified folder? And is it also possible to provide a name for that folder, with a buildnumber or something like that? This message is for the designated recipient only and may contain privileged, proprietary, or

Execute plugin for certain profile

2008-04-28 Thread bjorn.de.bakker
In our project, we've created a webapp which we deploy on an application server. The problem is, in our production environment we're using Websphere, but on our development machines we run Tomcat. We have a plugin to deploy to the Websphere and for Tomcat we're using Cargo. The problem is,

Remove the version number from the final jar

2007-02-09 Thread bjorn.de.bakker
Hi First of all, I know this isn't 'very good', but we really need this. When we run mvn install, we want to have a jar in the repository with no version attached to the filename. finalName only influences the naming of the jar in the target-folder. I've looked around on the net, but

Eclipse:eclipse and multiple modules

2007-01-15 Thread bjorn.de.bakker
Weird shit is happening here. We have a multiple modules project, which looks like this: Top project |- project-tier |- business tier |- integration tier |- presentation-tier

Filters with Eclipse

2007-01-04 Thread bjorn.de.bakker
Does anybody know how to resolve the following issue: We created a project with Maven2 and we have some properties who need to be filtered. The problem is, if we declare those properties as ${test.name} and we have a filter file where test.name=c:/test.log, Eclipse doesn't know when you

Use latest version of Struts

2006-12-13 Thread bjorn.de.bakker
Well, I'm talking about struts, but there are some other dependencies which are not up-to-date. The latest version that you can find in the Maven2 repository is 1.2.9. It 's possible to use the 1.3.5, which you can find at

RE: About WebLogic Plugin - Help

2006-12-12 Thread bjorn.de.bakker
What errors do you get? -Original Message- From: Eric YH WONG [mailto:[EMAIL PROTECTED] Sent: mardi 12 décembre 2006 9:08 To: users@maven.apache.org Subject: About WebLogic Plugin - Help Hi everyone, I have urgent questions abt the weblogic plugin. I tried to search on

RE: compatibility Maven Eclipse 3.2 and wtp

2006-12-12 Thread bjorn.de.bakker
Everytime you add a dependency, you need to run mvn eclipse:eclipse -Dwtpversion=1.0 Especially the last part is important. Then check your .component file, to see whether the dependencies were added. If so, Eclipse should publish your dependencies to the lib-folder. -Original

Maven with Eclipse

2006-12-11 Thread bjorn.de.bakker
I have a setup, with the following structure: -parent-pom |- project with pom, with a jar-file as a result (A) |- project with pom, a webapp (B) B is a webapplication, which uses A in his dependencies. Everything in the pom-files is configured correctly, but I want to run the webapp

Eclipse with Maven

2006-12-05 Thread bjorn.de.bakker
I'm still experiencing some trouble with the mvn eclipse:eclipse command. I'm probably misusing this particular command, so maybe people can help me :). I've installed Eclipse Callisto, with the plugins for J2EE development. Now, what I do is the following. I create a project with mvn

RE: Eclipse with Maven

2006-12-05 Thread bjorn.de.bakker
Ok, I've discovered a way to create a webapp with Maven. The problem is that if I run Eclipse and choose to import an existing project into workspace everything goes fine, but when I want to run the whole thing on the server I receive The selection did not contain anything that can be run on a

RE: Release a project

2006-12-01 Thread bjorn.de.bakker
Yeah that's right. But the problem is, if there are any differences beween the version stored on my computer and the one stored in the repository, the whole thing fails. I want the command to perform a checkout from the repository, make a clean build and tag that along with the version on the