[ANN] Apache Maven EAR Plugin 3.3.0 Released

2022-10-22 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.3.0 This plugin generates Java EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration

[ANN] Apache Maven EAR Plugin 3.2.0 Released

2021-01-03 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.2.0 This plugin generates a J2EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration

Maven EAR Plugin 3.2.0 with skinnyModules option

2020-11-11 Thread abrarov
Hi users of Apache Maven, We are working on MEAR-153 (https://issues.apache.org/jira/browse/MEAR-153) to implement skinnyModules option for the Maven EAR Plugin. Refer to https://github.com/apache/maven-ear-plugin/pull/24 for the changes which can be used to try skinnyModules option which

Re: [ANN] Apache Maven EAR Plugin 3.1.2 Released

2020-10-01 Thread Hervé BOUTEMY
, Hervé Le jeudi 1 octobre 2020, 09:16:12 CEST Martin Höller a écrit : > Hi! > > On 01. Okt. 2020 Hervé Boutemy wrote: > > The Maven team is pleased to announce the release of the Apache Maven EAR > > Plugin, version 3.1.0 > With maven-ear-plugin 3.1.0 I get this exception

Re: [ANN] Apache Maven EAR Plugin 3.1.2 Released

2020-10-01 Thread Martin Höller
Hi! On 01. Okt. 2020 Hervé Boutemy wrote: > The Maven team is pleased to announce the release of the Apache Maven EAR > Plugin, version 3.1.0 With maven-ear-plugin 3.1.0 I get this exception on a project that built fine with 3.0.2: $ mvn -X install [...] [ERROR] Failed to execut

[ANN] Apache Maven EAR Plugin 3.1.2 Released

2020-10-01 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.1.0 This plugin generates a J2EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration

RE: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Meir Yanovich
2020 17:18 To: Maven Users List ; Bram Patelski Subject: Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear Hi, On 04.06.20 14:17, Bram Patelski wrote: > You can use the finalName property in the build-section of the Maven > po

Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Karl Heinz Marbaise
/questions/14488509/maven-how-to-rename-the-war-file-for-the-project PGP key: https://keys.mailvelope.com/pks/lookup?op=get=0xF31094A567CE732E On Wed, Jun 3, 2020 at 9:44 PM Meir Yanovich wrote: im using the latest version of the maven-ear-plugin i like to bundle the test.war into my ear

Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Bram Patelski
PM Meir Yanovich wrote: > im using the latest version of the maven-ear-plugin > i like to bundle the test.war into my ear > but the output is always : > > test1-test21999.test-SNAPSHOT.war > > which is always the default : > > outputFileNameMapping = @{groupId

maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-03 Thread Meir Yanovich
im using the latest version of the maven-ear-plugin i like to bundle the test.war into my ear but the output is always : test1-test21999.test-SNAPSHOT.war which is always the default : outputFileNameMapping = @{groupId}@-@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@ how do i

Re: maven-ear-plugin: Cannot copy a directory

2020-02-03 Thread Benjamin Marwell
not un-append artifacts from the project build, should it? Ben Am Mo., 3. Feb. 2020 um 11:08 Uhr schrieb Benjamin Marwell : > > Hi all, > > since today my ear-plugin configuration does not work anymore and > stops with an exception. > > I pull in a dependency (type war

maven-ear-plugin: Cannot copy a directory

2020-02-03 Thread Benjamin Marwell
Hi all, since today my ear-plugin configuration does not work anymore and stops with an exception. I pull in a dependency (type war) from another module in the same reactor. I also pull the same dependency in again with a classifier and another type to be used with the maven-assembly-plugin

Re: Customize the bundleFilename template used by the maven-ear-plugin?

2017-06-20 Thread Eric B
on of the artifact. The no-version-for-ejb means > the filename is the artifactId without the version in case of EJB type. > > > Are you looking for something like that? > > > Kind regards > Karl Heinz Marbaise > > > > On 20/06/17 19:21, Eric B wrote: > >> Is

Re: Customize the bundleFilename template used by the maven-ear-plugin?

2017-06-20 Thread Karl Heinz Marbaise
type. Are you looking for something like that? Kind regards Karl Heinz Marbaise On 20/06/17 19:21, Eric B wrote: Is there a way to customize the filename used by the maven-ear-plugin for the different modules but in a general template way? At the moment, the bundleFilename by default seems

Customize the bundleFilename template used by the maven-ear-plugin?

2017-06-20 Thread Eric B
Is there a way to customize the filename used by the maven-ear-plugin for the different modules but in a general template way? At the moment, the bundleFilename by default seems to be: ${artifactId}-${version}.${packaging} I would like to prepend it with a $[groupId} as well. ${groupId

[ANN] Apache Maven EAR Plugin Version 2.10.1 Released

2015-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 2.10.1. Sorry the link to the plugin was wrong. The link correctly looks like this: http://maven.apache.org/plugins/maven-ear-plugin/ Enjoy, -The Apache Maven team

[ANN] Apache Maven EAR Plugin Version 2.10.1 Released

2015-07-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 2.10.1. This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). http://maven.apache.org/maven-ear-plugin/ Release

[ANN] Apache Maven EAR Plugin Version 2.10 Released

2014-12-31 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 2.10 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). http://maven.apache.org/plugins/maven-ear-plugin/ You

Re: Bug? maven-ear-plugin 2.9.1 behaves different to 2.9

2014-11-27 Thread Martin Hoeller
but I'm not sure how to provide this as it also seems to depend on the infrastructure. Hm...you say on one side it's a bug of maven-ear-plugin but here you say different... ?... As changing the version of the m-ear-p is enough to fix the problem I really do think it's a bug in the ear plugin

Bug? maven-ear-plugin 2.9.1 behaves different to 2.9

2014-11-26 Thread Martin Hoeller
Hi! I'm using the maven-ear-plugin to create an EAR with a skinny WAR. This worked fine till I did an update from version 2.9 to version 2.9.1. The actual problem is quite hard to explain, so I'll try and start with an abstract and provide details below. The problem is, the skinny WAR contains

Re: Bug? maven-ear-plugin 2.9.1 behaves different to 2.9

2014-11-26 Thread Karl Heinz Marbaise
the jars you don't like to have in your ear as a transitive dependency? Can you post your pom file ? On 11/26/14 3:31 PM, Martin Hoeller wrote: Hi! I'm using the maven-ear-plugin to create an EAR with a skinny WAR. This worked fine till I did an update from version 2.9 to version 2.9.1

[ANN] Apache Maven EAR Plugin 2.9.1 Released

2014-06-19 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 2.9.1 This plugin (insert short description of the plugin's purpose). http://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration

maven-ear-plugin fileNameMapping set to no-version breaks skinnyWars

2014-05-29 Thread David Hoffer
I have my plugin configured as: plugin artifactIdmaven-ear-plugin/artifactId version2.9/version configuration defaultJavaBundleDirlib//defaultJavaBundleDir skinnyWarstrue/skinnyWars

bug in maven-ear-plugin with skinny war?

2014-05-05 Thread Martin Hoeller
Hi! I see strange behavior when using the maven EAR plugin with the skinnyWar [1] feature, which might be a bug. Here is the (simplified) module-structure I have: core +-- core-shared web +-- backend +-- war ee +-- ear Usually all modules share the same version (let's say 1.0) number

Re: maven-ear-plugin silently overrides libraries

2014-02-13 Thread Reto Hablützel
of things dragged in with the latest version of otherwise well-written libraries. Exclusions need to be added to get what you want in your artifacts. Ron On 07/02/2014 9:21 AM, Reto Hablützel wrote: Hi there, I built an ear using the maven-ear-plugin

Re: maven-ear-plugin silently overrides libraries

2014-02-13 Thread Baptiste Mathus
in with the latest version of otherwise well-written libraries. Exclusions need to be added to get what you want in your artifacts. Ron On 07/02/2014 9:21 AM, Reto Hablützel wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6

Re: maven-ear-plugin silently overrides libraries

2014-02-13 Thread Anders Hammar
Hablützel wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured such that it includes two libraries into the lib folder, both with the same artifactId as well as the same version

Re: maven-ear-plugin silently overrides libraries

2014-02-13 Thread Reto Hablützel
wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured such that it includes two libraries into the lib folder, both with the same artifactId as well as the same version

Re: maven-ear-plugin silently overrides libraries

2014-02-13 Thread Stephane Nicoll
I confirm that the use case you mention is supposed to work transparently. This most likely looks like a bug. Thanks for reporting this. S. On Fri, Feb 7, 2014 at 3:21 PM, Reto Hablützel ret...@rethab.ch wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear

maven-ear-plugin silently overrides libraries

2014-02-07 Thread Reto Hablützel
Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured such that it includes two libraries into the lib folder, both with the same artifactId as well as the same version, but a different groupId. Now if I simply call 'mvn package' only the first one is included

Re: maven-ear-plugin silently overrides libraries

2014-02-07 Thread Ron Wheeler
Hablützel wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured such that it includes two libraries into the lib folder, both with the same artifactId as well as the same version, but a different groupId. Now if I simply call 'mvn package' only the first one

Re: maven-ear-plugin silently overrides libraries

2014-02-07 Thread Robert Scholte
Hi, See http://maven.apache.org/plugins/maven-ear-plugin/examples/customize-file-name-mapping.html for custom filename mapping. Robert Op Fri, 07 Feb 2014 15:21:54 +0100 schreef Reto Hablützel ret...@rethab.ch: Hi there, I built an ear using the maven-ear-plugin (version 2.6

Re: maven-ear-plugin silently overrides libraries

2014-02-07 Thread Reto Hablützel
of things dragged in with the latest version of otherwise well-written libraries. Exclusions need to be added to get what you want in your artifacts. Ron On 07/02/2014 9:21 AM, Reto Hablützel wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured

Re: maven-ear-plugin silently overrides libraries

2014-02-07 Thread Reto Hablützel
-ear-plugin/ examples/customize-file-name-mapping.html for custom filename mapping. Robert Op Fri, 07 Feb 2014 15:21:54 +0100 schreef Reto Hablützel ret...@rethab.ch: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured such that it includes two

Re: maven-ear-plugin silently overrides libraries

2014-02-07 Thread Jörg Schaible
Robert Scholte wrote: Hi, See http://maven.apache.org/plugins/maven-ear-plugin/examples/customize-file-name-mapping.html for custom filename mapping. Hmmm, IIRC the war plugin will automatically prepend the groupId for all jars with clashing name. - Jörg

Re: maven-ear-plugin silently overrides libraries

2014-02-07 Thread Ron Wheeler
artifacts. Ron On 07/02/2014 9:21 AM, Reto Hablützel wrote: Hi there, I built an ear using the maven-ear-plugin (version 2.6). The ear is configured such that it includes two libraries into the lib folder, both with the same artifactId as well

[ANN] Apache Maven Ear Plugin 2.9 Released

2013-11-30 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Ear Plugin, version 2.9 This plugin generates a Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). http://maven.apache.org/plugins/maven-ear-plugin

Maven ear plugin: cannot generate ejb-local-refs?

2013-07-26 Thread Laird Nelson
Wanted to confirm that although you can generate env-entry elements using the Maven ear plugin, you cannot generate ejb-local-refs in the application.xml from the plugin itself. My only alternative is to own the whole application.xml, i.e. disable its generation, yes? Thanks, Best, Laird

maven - maven-ear-plugin - packagingIncludes not working

2012-10-30 Thread Vaneri
Hello, I am having difficulties using the packagingIncludes existing in the ear plugin. Here is part of my pom file: plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId version2.5/version

Re: Ear Plugin skinnyWars EJB problem

2012-09-25 Thread nskmda
the ejbModule capability (to generate proper application.xml). I guess, there was something in mind when making m-ear-p to skip those typeejb/type dependencies when stripping down WAR artifact. -- View this message in context: http://maven.40175.n5.nabble.com/Ear-Plugin-skinnyWars-EJB-problem

Re: Ear Plugin skinnyWars EJB problem

2012-09-25 Thread Markku Saarela
/type dependencies when stripping down WAR artifact. -- View this message in context: http://maven.40175.n5.nabble.com/Ear-Plugin-skinnyWars-EJB-problem-tp563p5723616.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Ear Plugin skinnyWars EJB problem

2012-09-25 Thread nskmda
Not sure what you mean. A brief sample config? -- View this message in context: http://maven.40175.n5.nabble.com/Ear-Plugin-skinnyWars-EJB-problem-tp563p5723651.html Sent from the Maven - Users mailing list archive at Nabble.com

[ANN] Maven EAR Plugin 2.8 Released

2012-09-04 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.8 The plugin generates a JavaEE Enterprise Archive (EAR) file. http://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration: plugin

Re: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-30 Thread Stephane Nicoll
configured properly. I replaced... groupIdmaven-ear-plugin/groupId artifactIdmaven-ear-plugin/artifactId with... groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId Then changed... includeLibInApplicationXmltrue/includeLibInApplicationXml

maven-ear-plugin is not including jarModule into application.xml

2012-08-23 Thread Stuart Stephen
Hi, [This question is also on StackOverflow: http://stackoverflow.com/questions/12093346/maven-ear-plugin-is-not-including-jarmodule-into-application-xml] I've been following the example on the maven-ear-plugin site that [shows how to add third-party libraries to the generated application.xml

RE: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-23 Thread Stuart Stephen
I worked it out. I was being an idiot as usual. User error. Strangely it was producing the EAR file pretty much correctly, even though my plugin wasn't configured properly. I replaced... groupIdmaven-ear-plugin/groupId artifactIdmaven-ear-plugin/artifactId

Re: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-23 Thread Curtis Rueden
Hi Stuart, groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId FWIW you can leave off the groupId if it begins with org.apache.maven.plugins and Maven will figure out what you mean. Very handy since the vast majority of the plugins you typically want to configure

Re: Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-09 Thread Jörg Schaible
laredotornado-3 wrote: Hi, I'm using Maven 3.0.3 and trying to use the maven-ear-plugin (2.7). When building the ear project, I'm getting the error, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-ear-plugin:2.7:generate-application-xml (default-generate-application-xml

Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-08 Thread laredotornado-3
Hi, I'm using Maven 3.0.3 and trying to use the maven-ear-plugin (2.7). When building the ear project, I'm getting the error, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-ear-plugin:2.7:generate-application-xml (default-generate-application-xml) on project orders-ear: Artifact

Re: Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-08 Thread Wayne Fay
project. - [Help 1]. I'm losing my mind because looking at my pom.xml file, it IS a dependency of my project. Here is my pom.xml file ... Don't just look at the pom.xml file. Look at the pom which Maven sees as generated by mvn help:effective-pom. For example, I see that you did not declare

Re: Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-08 Thread Anders Hammar
I'm looking at this sentence: Artifact[app-client:org.mainco.myco:myclient] is not a dependency of the project. See the app-client? Could it be that the as this is a appClientModule the plugin is adding a classifier (app-client) or something? The order in the a:b:c doesn't follow the de facto

maven-ear-plugin - How to manipulate Manifest.MF of webModule and ejbModule?

2012-07-10 Thread Mauricio
/dependency /dependencies build finalNameapp/finalName plugins plugin artifactIdmaven-ear-plugin/artifactId version2.7/version configuration version5/version

RE: maven-ear-plugin - How to manipulate Manifest.MF of webModule and ejbModule?

2012-07-10 Thread Amir Gheibi
I'm not sure about different behaviors. But I would normally get the JAR and WAR plugins to edit respected modules' MANIFEST files. -Original Message- From: Mauricio Sent: July-09-12 12:55 PM Subject: maven-ear-plugin - How to manipulate Manifest.MF of webModule and ejbModule? Hello

Re: ear-plugin: webModule problems

2012-06-19 Thread mksmsr
I need help with the ear plugin. ?xml version=1.0? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; parent artifactIdILD_Export

Re: Ear Plugin skinnyWars EJB problem

2012-04-02 Thread sarmahdi
/configuration /plugin/ -- View this message in context: http://maven.40175.n5.nabble.com/Ear-Plugin-skinnyWars-EJB-problem-tp563p5611958.html Sent from the Maven - Users mailing list archive

Ear Plugin skinnyWars EJB problem

2012-04-01 Thread Scott Chun
I am trying to create a multi-module skinny war exploded EAR by using the skinnyWars option of the maven-ear-plugin. The problem I am having is that the EJB module dependencies of the WAR modules (there are 5) are being left in the WEB-INF/lib directory of the WAR modules as well as unpacked

Re: Ear Plugin skinnyWars EJB problem

2012-04-01 Thread Wayne Fay
I am trying to create a multi-module skinny war exploded EAR by using the skinnyWars option of the maven-ear-plugin. The problem I am having is that the EJB module dependencies of the WAR modules (there are 5) are being left in the WEB-INF/lib directory of the WAR modules as well as unpacked

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-26 Thread Stephane Nicoll
On Fri, Feb 3, 2012 at 6:44 PM, Daivish Shah daivish.s...@gmail.com wrote: Do we have any guideline or any link from where i can read which all Jboss TAG supported by MAVE EAR plugin ? Thanks. In the doc (see JBoss support): http://maven.apache.org/plugins/maven-ear-plugin/usage.html S

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-26 Thread Daivish Shah
Thanks Stephane On Sun, Feb 26, 2012 at 7:39 PM, Stephane Nicoll stephane.nic...@gmail.comwrote: On Fri, Feb 3, 2012 at 6:44 PM, Daivish Shah daivish.s...@gmail.com wrote: Do we have any guideline or any link from where i can read which all Jboss TAG supported by MAVE EAR plugin

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-03 Thread Daivish Shah
Hi All, I found the correct problem. It wasn't related to DOCTYPE at all.. Wayne was correct. I have to apply this tag in MAVEN EAR plugin, The exception was coming when i try to look for WSDL for the webservice. It was throwing exception because classloader was unable to find the webservice

jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-02 Thread Daivish Shah
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId configuration defaultLibBundleDir/APP-INF/lib/defaultLibBundleDir version5/version modules ejbModule groupIdtest-project/groupId artifactIdtest-ejb/artifactId bundleFileNametest-ejb-0.0.1

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-02 Thread Wayne Fay
I created one webservice and i am applying version5/version and we are using Jboss 5.1.2EA version. And it's not able to generate WSDL if i apply DOCTYPE tag over there. If i remove that tag from jboss-app.xml it's working all right... Talk to the JBoss folks about that. Sounds like a bug on

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-02 Thread Daivish Shah
this. Apply your own jboss-app.xml under this folder structure and remove jboss/jboss tag from MAVEN EAR plugin and it will take your local version whenever you hit the mvn install command. |-- pom.xml `-- src `-- main `-- application `-- META-INF `-- jboss

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-02 Thread Wayne Fay
TO ME it looks like MAVEN EAR PLUGIN team needs to work with Jboss TEAM and have to make this correction in MAVEN EAR PLUGIN. You're talking about getting changes that you need for your personal work into an open source project. If a company wants something badly enough, they will pay one

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-02 Thread Daivish Shah
as it's really healthy discussion and thoughts i get from MAVEN USERS group. Thanks again. On Thu, Feb 2, 2012 at 12:37 PM, Wayne Fay wayne...@gmail.com wrote: TO ME it looks like MAVEN EAR PLUGIN team needs to work with Jboss TEAM and have to make this correction in MAVEN EAR PLUGIN

Re: jboss-app.xml Auto Generated from MAVEN EAR plugin

2012-02-02 Thread Stephen Coy
On 03/02/2012, at 4:42 AM, Daivish Shah wrote: Hi Wayne, org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TestEjbHandlerImpl': Invocation of init method failed; nested exception is java.lang.LinkageError: loader constraint violation: loader (instance

Re: [ANN] Maven EAR Plugin 2.7 Released

2012-01-24 Thread Stephen Coy
: The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.7 The most noteworthy in this release is the support for skinny WAR files. It is one of the most voted on issues in our JIRA with 50 votes. We would love to hear your feedback on this new feature

[ANN] Maven EAR Plugin 2.7 Released

2012-01-16 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.7 The most noteworthy in this release is the support for skinny WAR files. It is one of the most voted on issues in our JIRA with 50 votes. We would love to hear your feedback on this new feature. The plugin

maven-ear-plugin - ear file can't be unpacked via jar -x

2011-09-27 Thread Karl Heinz Marbaise
, mixed mode, sharing) maven-ear-plugin version 2.6 Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise http://www.soebes.de http://www.skmwiki.de http://supose.org/wiki/supose -- View this message in context: http://maven.40175.n5.nabble.com/maven-ear-plugin-ear-file-can

Re: maven-ear-plugin - ear file can't be unpacked via jar -x

2011-09-27 Thread Stephen Coy
] ZIPINFOOPT: [none] Does someone observed such a behaviour? Maven 3.0.3 (Windows Plattform) java version 1.6.0_25 Java(TM) SE Runtime Environment (build 1.6.0_25-b06) Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing) maven-ear-plugin version 2.6 Kind regards Karl Heinz

Re: MAVEN-EAR-PLUGIN question, I want to add some CLASS files in my EAR

2011-08-24 Thread Daivish Shah
with package So how can i handle this by using EAR plugin ? Or i need to use MAVEN ANT Plugin and create EAR file by using that ? Please guide me. thanks, daivish. On Tue, Aug 23, 2011 at 8:50 PM, Wayne Fay wayne...@gmail.com wrote: So basically i have some CLASS files on my machine/ Which

Re: MAVEN-EAR-PLUGIN question, I want to add some CLASS files in my EAR

2011-08-24 Thread Wayne Fay
I am using EJB 2.0 and weblogic workshop 8.1 version. And my EAR has structure something like below. So how can i handle this by using EAR plugin ? Or i need to use MAVEN ANT Plugin and create EAR file by using that ? I don't use Weblogic Workshop and I have no tool-specific advice to offer

MAVEN-EAR-PLUGIN question, I want to add some CLASS files in my EAR

2011-08-23 Thread Daivish Shah
Hi, I am using maven-ear-plugin. I want to add following ANT Script files in MAVEN EAR plugin. How can i do it ? So basically i have some CLASS files on my machine/ Which are located ..\workshop\output\ and .workshop/WebService/**. Also i want to add whatever under this directory to EAR

Re: MAVEN-EAR-PLUGIN question, I want to add some CLASS files in my EAR

2011-08-23 Thread Wayne Fay
So basically i have some CLASS files on my machine/ Which are located ..\workshop\output\ and .workshop/WebService/**. Also i want to add whatever under this directory to EAR \WPSWebService\WEB-INF\ How can i do it using MAVEN-EAR-PLUGIN ? I don't believe that it is legal to package un

Runtime scope and transitive dependencies question (maybe maven-ear-plugin bug?)

2011-07-14 Thread Laird Nelson
The Maven documentation sayshttp://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope : Each of the scopes (except for import) affects transitive dependencies in different ways, as is demonstrated in the table below. If a dependency is set to the

[ANN] Maven EAR Plugin 2.6 Released

2011-06-17 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.6 This version brings mainly detection of application client archive managed by the recent maven-arc-plugin [1] http://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's

maven ear plugin - simple example

2011-03-15 Thread Dave Levitt
I am having trouble using the ear plugin [version 2.5] with Maven 3.0.3, to create an EAR file for a simple stateless ejb. I've tried the javaee 6 archetype from mojo - that seems to be just for the ear module of a multi-module application - accordingly, I've tried both single and multi module

Re: maven ear plugin - simple example

2011-03-15 Thread Yegor Bugayenko
Try to rename dependancies to dependencies. — Yegor Bugayenko On Tue, Mar 15, 2011 at 3:56 PM, Dave Levitt dave.lev...@gmail.com wrote: I am having trouble using the ear plugin [version 2.5] with Maven 3.0.3, to create an EAR file for a simple stateless ejb. I've tried the javaee 6

Re: maven ear plugin - simple example

2011-03-15 Thread Dave Levitt
Levitt dave.lev...@gmail.com wrote: I am having trouble using the ear plugin [version 2.5] with Maven 3.0.3, to create an EAR file for a simple stateless ejb. I've tried the javaee 6 archetype from mojo - that seems to be just for the ear module of a multi-module application - accordingly, I've

Re: maven ear plugin - simple example

2011-03-15 Thread Timothy Mcginnis
You didn't specify the packaging type for the artifact. packagingear/packaging Tim McGinnis 717 720-1962 Web Development AES/PHEAA From: Dave Levitt dave.lev...@gmail.com To: Maven Users List users@maven.apache.org Date: 03/15/2011 10:56 AM Subject: maven ear plugin - simple example I am

Re: maven ear plugin - simple example

2011-03-15 Thread Dave Levitt
source files]? That would be the simplest case, and would be a good fit for an archetype. [may require a new release of the ear plugin] On Tue, Mar 15, 2011 at 11:17 AM, Timothy Mcginnis tmcgi...@aessuccess.org wrote: You didn't specify the packaging type for the artifact. packagingear/packaging

Re: maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-30 Thread viggo.navarsete
Hi, the error come and go randomly. I use the maven-ear-plugin 2.5-SNAPSHOT to generate application-name, see http://jira.codehaus.org/browse/MEAR-128. I'm using it in a JEE 6 project where I want to access the global JNDI tree. It would be great if you could create a release soon, the sooner

Re: maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-30 Thread Anders Hammar
maven-ear-plugin 2.5 was released yesterday. /Anders On Sat, Jan 29, 2011 at 15:00, viggo.navarsete viggo.navars...@gmail.comwrote: Hi, the error come and go randomly. I use the maven-ear-plugin 2.5-SNAPSHOT to generate application-name, see http://jira.codehaus.org/browse/MEAR-128. I'm

[ANN] Maven EAR Plugin 2.5 Released

2011-01-29 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven EAR Plugin, version 2.5 This new release brings additional compatibility with Java EE 6, automatic id generation for modules and a few bug fixes. http://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version

Re: maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-16 Thread Stephane Nicoll
12, 2011 at 11:12 AM, Viggo Navarsete viggo.navars...@gmail.com wrote: Hi, I'm using maven-ear-plugin 2.5-SNAPSHOT, and for the past week or so, we've had problems downloading it from Maven, output is this: Downloading: http://mavenrepo.pd.tracetracker.com:9998/repo/org/apache/maven/plugins

maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-12 Thread Viggo Navarsete
Hi, I'm using maven-ear-plugin 2.5-SNAPSHOT, and for the past week or so, we've had problems downloading it from Maven, output is this: Downloading: http://mavenrepo.pd.tracetracker.com:9998/repo/org/apache/maven/plugins/maven-ear-plugin/2.5-SNAPSHOT/maven-ear-plugin-2.5-20110111.075142-136.pom

Re: Ear plugin issue

2010-09-03 Thread Stephane Nicoll
Size: 10664 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU What error message do you get exactly? ClientModules is not a dependency of the project or something

Ear plugin issue

2010-08-26 Thread nishant . raj
Hi All, I am trying to get the ear plugin working. Followed all the guidelines but could not get it working as its not able to find the module that I want to package within the ear It looks for the module in my nexus repository but does not find it. I have also got the Resolve workspace

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId version2.4.2/version configuration modules jarModule groupIdroot.ProjectX/groupId artifactIdClientModules/artifactId /jarModule /modules

Re: Ear plugin issue

2010-08-26 Thread Timothy Mcginnis
users@maven.apache.org Cc: users@maven.apache.org Date: 08/26/2010 10:21 AM Subject: Re: Ear plugin issue It seems the attachments are not allowed. I have included the ear pom below

Re: Ear plugin issue

2010-08-26 Thread Stephane Nicoll
groupIdroot.ProjectX/groupId artifactIdEarAssembler/artifactId version1.0/version nameEarAssembler/name packagingear/packaging build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId version2.4.2/version configuration

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
Just that unable to find clientModule Stephane Nicoll stephane.nic...@gmail.com Aug 26 2010 18:35 Mail Size: 10664 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU

RE: Ear plugin issue

2010-08-26 Thread EJ Ciramella
With -X -e, is it any clearer as to what it's looking for? What the GAV is? -Original Message- From: nishant@hsbcib.com [mailto:nishant@hsbcib.com] Sent: Thursday, August 26, 2010 1:37 PM To: Maven Users List Cc: Maven Users List Subject: Re: Ear plugin issue Just that unable

[ANN] Maven EAR Plugin 2.4.2 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Ear Plugin, version 2.4.2 This version fixed possible corruption/incorrect data issues that can occur on non-windows machines due to threading issues. It also adds @threadSafe support for maven3. http://maven.apache.org/plugins/maven

Re: Ear Plugin Version 5 issue

2010-05-19 Thread Stephane Nicoll
in my build though. Thanks. C. Wale12 wrote: I go into the maven repository to \org\apache\maven\plugins\maven-ear-plugin and delete the 2.4.1. folder then run the build again. snicoll wrote: And it probably doesn't. I am not sure I get your it works if I delete

Re: Ear Plugin Version 5 issue

2010-05-18 Thread Wale12
I changed the earSourceDirectory./earSourceDirectory to earSourceDirectory${basedir}/earSourceDirectory No difference in my build though. Thanks. C. Wale12 wrote: I go into the maven repository to \org\apache\maven\plugins\maven-ear-plugin and delete the 2.4.1. folder then run

Re: Ear Plugin Version 5 issue

2010-05-17 Thread Wale12
I go into the maven repository to \org\apache\maven\plugins\maven-ear-plugin and delete the 2.4.1. folder then run the build again. snicoll wrote: And it probably doesn't. I am not sure I get your it works if I delete the plugin thing. Can you replace the . by ${basedir} to avoid any

Ear Plugin Version 5 issue

2010-05-14 Thread Wale12
I have a weird issue with a project I have. I am using maven 2 and version 2.4.1 of the ear plugin and am using the version 5 no application.xml options for packing the ear. plugin artifactIdmaven-ear-plugin/artifactId version2.4.1/version configuration version5/version

Re: Ear Plugin Version 5 issue

2010-05-14 Thread Stephane Nicoll
maven 2 and version 2.4.1 of the ear plugin and am using the version 5 no application.xml options for packing the ear. plugin artifactIdmaven-ear-plugin/artifactId version2.4.1/version configuration version5/version generateApplicationXmlfalse/generateApplicationXml

Re: Ear Plugin Version 5 issue

2010-05-14 Thread Wale12
of the ear plugin and am using the version 5 no application.xml options for packing the ear. plugin artifactIdmaven-ear-plugin/artifactId version2.4.1/version configuration version5/version generateApplicationXmlfalse/generateApplicationXml earSourceDirectory

  1   2   3   4   5   >