Stephen Coy-3 wrote:
>
> On 21/05/2010, at 10:14 PM, Nicola Musatti wrote:
>
>> Are you sure about this? I'm asking because this is not the behaviour I'm
>> seeing for a WAR deployed to Websphere 7.0.0.7. In order for the
>> containing EAR's jar's to be visible from the WAR I have to specify th
zm wrote:
>
>
> Anders Hammar wrote:
>>
>> I'm not sure we understand each other. I'm asking you to just skip this
>> part
>> of the war-plugin configuration:
>>
>>
zm wrote:
>
>
> Anders Hammar wrote:
>>
>> I'm not sure we understand each other. I'm asking you to just skip this
>> part
>> of the war-plugin configuration:
>>
>>
zm wrote:
>
>
> Anders Hammar wrote:
>>
>> I'm not sure we understand each other. I'm asking you to just skip this
>> part
>> of the war-plugin configuration:
>>
>>
zm wrote:
>
>
> Anders Hammar wrote:
>>
>> I'm not sure we understand each other. I'm asking you to just skip this
>> part
>> of the war-plugin configuration:
>>
>>
zm wrote:
>
>
> Anders Hammar wrote:
>>
>> I'm not sure we understand each other. I'm asking you to just skip this
>> part
>> of the war-plugin configuration:
>>
>>
Wayne Fay wrote:
>
> On Thu, May 20, 2010 at 10:41 AM, zm wrote:
> ....
>
> zm, can you PLEASE hit the send button ONLY ONE TIME in the future??
> This is ridiculous. If you aren't sure if a message made it through to
> the list, check the list archive
Wayne Fay wrote:
>
> On Thu, May 20, 2010 at 10:41 AM, zm wrote:
> ....
>
> zm, can you PLEASE hit the send button ONLY ONE TIME in the future??
> This is ridiculous. If you aren't sure if a message made it through to
> the list, check the list archive
Wayne Fay wrote:
>
> On Thu, May 20, 2010 at 10:41 AM, zm wrote:
> ....
>
> zm, can you PLEASE hit the send button ONLY ONE TIME in the future??
> This is ridiculous. If you aren't sure if a message made it through to
> the list, check the list archive
Wayne Fay wrote:
>
> On Thu, May 20, 2010 at 10:41 AM, zm wrote:
> ....
>
> zm, can you PLEASE hit the send button ONLY ONE TIME in the future??
> This is ridiculous. If you aren't sure if a message made it through to
> the list, check the list archive
Wayne Fay wrote:
>
> On Thu, May 20, 2010 at 10:41 AM, zm wrote:
> ....
>
> zm, can you PLEASE hit the send button ONLY ONE TIME in the future??
> This is ridiculous. If you aren't sure if a message made it through to
> the list, check the list archive
Anders Hammar wrote:
>
> I'm not sure we understand each other. I'm asking you to just skip this
> part
> of the war-plugin configuration:
>
>
>
> true
>
> lib/
>
cessing the classes from the classpath and that's handled by
> the
> container.)
>
> /Anders
>
> On Thu, May 20, 2010 at 12:29, zm wrote:
>
>>
>> More Info:
>>
>> In my war pom, I have the following:
>>
>> ...
>>
cessing the classes from the classpath and that's handled by
> the
> container.)
>
> /Anders
>
> On Thu, May 20, 2010 at 12:29, zm wrote:
>
>>
>> More Info:
>>
>> In my war pom, I have the following:
>>
>> ...
>>
cessing the classes from the classpath and that's handled by
> the
> container.)
>
> /Anders
>
> On Thu, May 20, 2010 at 12:29, zm wrote:
>
>>
>> More Info:
>>
>> In my war pom, I have the following:
>>
>> ...
>>
cessing the classes from the classpath and that's handled by
> the
> container.)
>
> /Anders
>
> On Thu, May 20, 2010 at 12:29, zm wrote:
>
>>
>> More Info:
>>
>> In my war pom, I have the following:
>>
>> ...
>>
cessing the classes from the classpath and that's handled by
> the
> container.)
>
> /Anders
>
> On Thu, May 20, 2010 at 12:29, zm wrote:
>
>>
>> More Info:
>>
>> In my war pom, I have the following:
>>
>> ...
>>
More Info:
In my war pom, I have the following:
...
com.test
my-ejb
ejb-client
...
org.apache.maven.plugins
More Info:
In my war pom, I have the following:
...
com.test
my-ejb
ejb-client
...
org.apache.maven.plugins
More Info:
In my war pom, I have the following:
...
com.test
my-ejb
ejb-client
...
org.apache.maven.plugins
More Info:
In my war pom, I have the following:
...
com.test
my-ejb
ejb-client
...
org.apache.maven.plugins
More Info:
In my war pom, I have the following:
...
com.test
my-ejb
ejb-client
...
org.apache.maven.plugins
Hi,
I'm having some trouble setting up a basic maven project structure. In this
case, I'm setting up an EAR project with an EJB and a WAR project inside.
I can successfully build the project, but the problem is as follows:
I define a defaultJavaBundleDir "lib/" on the ear pom. I want every jar
My procedure was:
mvn clean
I've checked that the target folder has completely disappeared, and then
mvn clean package
The problem persists.
Thanks
Manuel EVENO wrote:
>
> Did you make a clean command before ?
>
> On Thu, Jul 31, 2008 at 10:53 AM, zm <[EMA
d
results.
Any idea?
Thanks
Wendy Smoak-3 wrote:
>
> On Wed, Jul 30, 2008 at 10:27 AM, zm <[EMAIL PROTECTED]> wrote:
>
>> I have a WAR project that builds correctly in Maven2.
>>
>> What I want to know, is if there is a way of making maven to do an
>
WOW! AWESOME! :)
I'll try this in a minute!
Thanks
Wendy Smoak-3 wrote:
>
> On Wed, Jul 30, 2008 at 10:27 AM, zm <[EMAIL PROTECTED]> wrote:
>
>> I have a WAR project that builds correctly in Maven2.
>>
>> What I want to know, is if there is a way of ma
Hi,
I have a WAR project that builds correctly in Maven2.
What I want to know, is if there is a way of making maven to do an internal
JAR package of the WAR classes.
Instead of compiling the java sources and put them in the WEB-INF\classes
internal folder, I would prefer maven to just create a
Hi,
I'm finishing a pom.xml file, and I need some resource filtering.
Let's say I have a resource file named: build.properties:
build.date=${build.date}
build.version=${project.parent.version}
build.author=${build.username}
In my pom.xml, I have the following block:
Any help appreciated, Thanks!
--
View this message in context:
http://www.nabble.com/Cannot-add-custom-resources-to-EAR%27s-META-INF-directory-tf4790689s177.html#a13704649
Sent from the Maven - Users mailing list archive at Nabble.com.
--
Hi,
I'm new to maven, and I'm struggling to make a proper EAR build of an
existing project (created and maintained using IBM RAD 6).
The thing is, I'm creating an EAR, and it automatically creates the
application.xml file. But I have other resource files, xml ones, some are
created by IBM RAD to
Hi,
I'm using Maven 2.0.7 and Eclipse to develop a Java app, and need some help
on including some auto-generated java code through an Ant task or even a
batch script.
I have created 2 projects, "appTest" and "appCommon". The main project is
"appTest" that depends on "appCommon".
My "appTest" wi
Hi,
Can anyone help me with the best way to setup a Maven/Eclipse environment? I
know there is a goal to produce an eclipse project with the pom, but I'm
trying to understand how to create one at hand, customise and include it's
dependencies.
I have created 2 projects, "appTest" and "appCommon".
Hi,
I'm trying to create a jar using Maven 2, but I'm not getting what I whant
to ...
I have a jar project (main.jar) that depends on another jar (common.jar). My
poms are working correctly, but I need to create a self dependant main.jar.
That is, I need main.jar to include the common.jar, and a
33 matches
Mail list logo