[ANN] Apache Maven Assembly Plugin 3.7.1 Released

2024-03-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.7.1 The Assembly Plugin for Maven enables developers to combine project output into a single distributable archive that also contains dependencies, modules, site documentation, and other files

[ANN] Apache Maven Assembly Plugin 3.7.0 Released

2024-03-10 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.7.0 The Assembly Plugin for Maven enables developers to combine project output into a single distributable archive that also contains dependencies, modules, site documentation, and other files

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-13 Thread Karl Heinz Marbaise
On 11.11.23 04:54, Alexander Kriegisch wrote: Tried making my top-level module dependent on all the others Don't! That does not make any logical sense. Checked in on xalan-java branch xalan-java-mvn-refactored Please always provide a link. I have no idea where to find your project. To you,

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-11 Thread Joseph Kessselman
Duh. Just noticed that the FAQ explicitly mentions creating a child module just to achieve this sequencing in multi-module projects. Mea culpa, mea maxima culpa... I'd have hoped something could be done with phase and target, but if not, not. On 11/11/2023 11:44 AM, Joseph Kessselman wrote:

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-11 Thread Joseph Kessselman
Sorry: https://github.com/apache/xalan-java/tree/xalan-java-mvn-refactored (which currently has the binary assembly commented out). Dependency order... Well, I'm currently running the assembly at the top level, which would presumably mean it has to run after packaging of the contained

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Alexander Kriegisch
gt; > > On 11/10/2023 9:37 PM, Joseph Kessselman wrote: >> Oh. I probably forgot to set dependencies. Checking. >> >> >> On 11/10/2023 9:35 PM, Joseph Kessselman wrote: >>> I'm trying to adapt the examples given at >>> https://maven.apache.org/

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Joseph Kessselman
wrote: I'm trying to adapt the examples given at https://maven.apache.org/plugins/maven-assembly-plugin to work with my multi-module project. Source was mostly easy -- I copied the into a file, tweaked its excludes (still wish it picked up the .gitinclude automagically), and it worked. I'd

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Joseph Kessselman
Oh. I probably forgot to set dependencies. Checking. On 11/10/2023 9:35 PM, Joseph Kessselman wrote: I'm trying to adapt the examples given at https://maven.apache.org/plugins/maven-assembly-plugin to work with my multi-module project. Source was mostly easy -- I copied the into a file

maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Joseph Kessselman
I'm trying to adapt the examples given at https://maven.apache.org/plugins/maven-assembly-plugin to work with my multi-module project. Source was mostly easy -- I copied the into a file, tweaked its excludes (still wish it picked up the .gitinclude automagically), and it worked. I'd still

[ANN] Apache Maven Assembly Plugin 3.6.0 Released

2023-05-15 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.6.0 The Assembly Plugin for Maven enables developers to combine project output into a single distributable archive that also contains dependencies, modules, site documentation, and other files

[ANN] Apache Maven Assembly Plugin 3.5.0 Released

2023-02-24 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.5.0 This plugin builds an assembly (distribution) of sources and/or binaries. https://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Delany
s > configured > > > for jfrog artifactory. > > > > > > With both mirror and proxy added, mvn is ignoring the proxies and > failing > > > to resolve any dependency. How do I set proxies for maven mirrors as > > well? > > > > > > Wit

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Abhinav Sharma
y system, with remotes configured > > for jfrog artifactory. > > > > With both mirror and proxy added, mvn is ignoring the proxies and failing > > to resolve any dependency. How do I set proxies for maven mirrors as > well? > > > > Without a mirror, the maven

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Delany
ng > to resolve any dependency. How do I set proxies for maven mirrors as well? > > Without a mirror, the maven assembly plugin is not looking in the > configured jfrog repositories for the dependencies. It starts looking at > some random repo. > > [INFO] maven-assembly-plugi

Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Abhinav Sharma
Hi, I am using maven 3.8.2 with java 11 in my system, with remotes configured for jfrog artifactory. With both mirror and proxy added, mvn is ignoring the proxies and failing to resolve any dependency. How do I set proxies for maven mirrors as well? Without a mirror, the maven assembly plugin

[ANN] Maven Assembly Plugin 3.4.2 released

2022-07-23 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Assembly Plugin version 3.4.2. https://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-assembly-plugin 3.4.2

Re: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Tamás Cservenák
ady reported: > > https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-969?filter=allopenissues > and solved by > https://github.com/apache/maven-common-artifact-filters/pull/29. > > Maven-Assembly-Plugin v3.4.1 uses maven-common-artifact-filters v3.3.0 -> > fails >

RE: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Jean Pierre URKENS
. -Original Message- From: Karl Heinz Marbaise Sent: dinsdag 19 juli 2022 13:42 To: Maven Users List Subject: Re: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors? Hi, You can verify that if you simply add the maven-common-artifact-filters version in the dependencies

Re: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Karl Heinz Marbaise
reported: https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-969?filter=allopenissues and solved by https://github.com/apache/maven-common-artifact-filters/pull/29. Maven-Assembly-Plugin v3.4.1 uses maven-common-artifact-filters v3.3.0 -> fails Maven-Assembly-Plugin v3.3.0 uses ma

RE: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Jean Pierre URKENS
Looks like the issue is already reported: https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-969?filter=allopenissues and solved by https://github.com/apache/maven-common-artifact-filters/pull/29. Maven-Assembly-Plugin v3.4.1 uses maven-common-artifact-filters v3.3.0 -> fa

Re: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Karl Heinz Marbaise
Hi, can you make an example project on github or alike... Kind regards Karl Heinz Marbaise On 19.07.22 12:07, Jean Pierre URKENS wrote: I am trying to re-zip some deliverables into one packaging using the maven-assembly-plugin. My plugin configuration looks like

Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Jean Pierre URKENS
I am trying to re-zip some deliverables into one packaging using the maven-assembly-plugin. My plugin configuration looks like: org.apache.maven.plugins *maven-assembly-plugin* 3.4.1

[ANN] Apache Maven Assembly Plugin 3.4.1 Released

2022-07-07 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.4.1 https://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-assembly-plugin 3.4.1

[ANN] Maven Assembly Plugin 3.4.0 released

2022-07-01 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Assembly Plugin, version 3.4.0 https://maven.apache.org/plugins/maven-assembly-plugin/ Release Notes - Maven Assembly Plugin - Version 3.4.0 ** Bug * [MASSEMBLY-955] - dependencySet includes filter with classifier breaks

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-26 Thread Jim N
> With all due respect, this is horrible. It is not just a scripted build I respectfully shared a pragmatic and to paraphrase myself "easily made into a windows- specific powershell or cmd file" approach after having written off shade and assembly plugins. whatever your personal views on purity

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Alexander Kriegisch
ach the dependency-reduced > POM, but that was a while ago and the project I am contributing to uses > Maven Assembly. I am certainly going to try again later today or > tomorrow when I back at my desk and have access to my computer. I shall > report back here, then. Thanks for the h

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Alexander Kriegisch
> I doubt that uberjars should be used as dependencies at all I disagree. There are tons of valid usage scenarios. Look at AspectJ runtime, AspectJ tools (compiler), AspectJ weaver, dozens of Java agents which might contain relocated classes from ASM and/or Byte Buddy etc. You want to use those,

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Alexander Kriegisch
With all due respect, this is horrible. It is not just a scripted build and like Ant through the back door, but also shell- and platform-specific (unless you happen to have Git Bash or so installe on Windows). Furthermore, it does not even relate to my question. -- Alexander Kriegisch

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Mark Eggers
For executable JARs I do this as well. Sometimes for simpler projects, I'll add: true lib/ to the JAR plugin. I use the assembly plugin to place everything in its proper place. That way I can just ship a tar.gz or zip file with all of the bits. Unzip / untar

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Mantas Gridinas
I second this approach. It's much more simple, maintainble and you retain the ability to monkeypatch production deployments. You can later chain it into assembly plugin to produce an archive that contains your launch scripts, dependencies, configurations, and perhaps even the JDK itself. If youre

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Jim N
there's nothing that really painlessly replaced the first maven fatjar since it became outmoded. that said, i use dependency plugin to dump a lib/ dir even for reactor builds, and then a shell script that uses that classpath syntax to load a directory at a time. this happens with maven exec

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Alexander Kriegisch
Last time I checked, Maven Shade did *not* attach the dependency-reduced POM, but that was a while ago and the project I am contributing to uses Maven Assembly. I am certainly going to try again later today or tomorrow when I back at my desk and have access to my computer. I shall report back here

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Alexander Kriegisch
mmon: >> >> ** I build an uber JAR containing some module dependencies, possibly >> also transitive ones. This could be done using Maven Shade or Maven >> Assembly, maybe even something with nested JARs like One-JAR. >> ** The built uber

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Thomas Broyer
use case which IMO is probably quite common: > > ** I build an uber JAR containing some module dependencies, possibly > also transitive ones. This could be done using Maven Shade or Maven > Assembly, maybe even something with nested JARs like One-JAR. > ** The built uber JAR repla

Re: Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-25 Thread Mantas Gridinas
to others, but for a long time I have wondered why I do not find any > examples for the following use case which IMO is probably quite common: > > ** I build an uber JAR containing some module dependencies, possibly > also transitive ones. This could be done using Maven Shade or

Attaching dependency-reduced POM to build using Maven Assembly or Shade

2021-04-24 Thread Alexander Kriegisch
transitive ones. This could be done using Maven Shade or Maven Assembly, maybe even something with nested JARs like One-JAR. ** The built uber JAR replaces the module's original artifact when installed and/or deployed. ** By default, the original POM gets attached to the build

Re: Regarding component usage in maven-assembly-plugin

2021-02-22 Thread Mantas Gridinas
1.0.xsd;> > > > -Original Message- > From: Mantas Gridinas > Sent: maandag 22 februari 2021 15:20 > To: users@maven.apache.org > Subject: Regarding component usage in maven-assembly-plugin > > Yo! > > I've recently started using the assembly plugin and noti

RE: Regarding component usage in maven-assembly-plugin

2021-02-22 Thread Jean-Pierre Urkens
tance; xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd;> -Original Message- From: Mantas Gridinas Sent: maandag 22 februari 2021 15:20 To: users@maven.apache.org Subject: Regarding component usage in maven-assembly-plugin Yo! I've rec

Regarding component usage in maven-assembly-plugin

2021-02-22 Thread Mantas Gridinas
Yo! I've recently started using the assembly plugin and noticed that the documentation does not specify the XSD files for component descriptor files. Is there a particular reason for this? Cheers! - To unsubscribe, e-mail:

RE: maven-assembly-plugin v3.3.0 - how to modify generated MANIFEST.MF

2021-02-18 Thread Jean-Pierre Urkens
Thanks, exactly what I was looking for. -Original Message- From: Thomas Broyer Sent: donderdag 18 februari 2021 11:44 To: jean-pierre.urk...@devoteam.com.invalid Cc: Maven Users List Subject: Re: maven-assembly-plugin v3.3.0 - how to modify generated MANIFEST.MF Use the 'archive

Re: maven-assembly-plugin v3.3.0 - how to modify generated MANIFEST.MF

2021-02-18 Thread Thomas Broyer
Use the 'archive' property of the assembly plugin itself (not in the assembly descriptor): http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#archive Le jeu. 18 févr. 2021 à 11:23, Jean-Pierre Urkens a écrit : > Hi all, > > > > I am trying to generate a

maven-assembly-plugin v3.3.0 - how to modify generated MANIFEST.MF

2021-02-18 Thread Jean-Pierre Urkens
Hi all, I am trying to generate a ‘jar’ assembly that contains a ‘Main-Class’ in the META-INF/MANIFEST.MF. Now it looks like the assembly plugin is generating its own (plexus archiver) MANIFEST file with contents: Manifest-Version: 1.0 Created-By: Plexus Archiver 4.2.1 My

maven-assembly-plugin Windows vs Linux

2020-10-15 Thread David Grigglestone
https://stackoverflow.com/questions/64364051/maven-assembly-plugin-windows-vs-linux .. sorry to post in two places, but hoping to get someones attention :-[ ... I have a project that uses the maven-assembly-plugin and I see a difference in behavior when building on Linux vs Windows. Exactly

[maven-assembly-plugin] tries to find tools.jar which does not exist in adoptopenjdk-11

2020-05-28 Thread Knoche, Heinz
s to arise from the "single"-goal of the maven-assembly-plugin. I know that there is no tools.jar in Java 11 JDKs in general any more. I tried versions 3.0.0, 3.2.0 and 3.3.0 of maven-assembly-plugin, which yield the above error. I also tried Version 2.6 which does not yield the above er

[ANN] Apache Maven Assembly Plugin 3.3.0 Released

2020-04-30 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.3.0 The Assembly Plugin for Maven enables developers to combine project output into a single distributable archive that also contains dependencies, modules, site documentation, and other

[ANN] Apache Maven Assembly Plugin 3.2.0 Released

2019-11-03 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.2.0 This plugin is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single distributable

Re: maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-10-01 Thread Hervé BOUTEMY
I'm working on that, to do (binary) Reproducible Builds with Maven: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318 There is a plexus-archiver GitHub issue https://github.com/codehaus-plexus/plexus-archiver/pull/124 Currently, on maven-assembly-plugin, this API

Re: maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-09-28 Thread Karl Heinz Marbaise
Hi, On 28.09.19 19:49, Václav Haisman wrote: Hi. I have noticed that Plexus Archiver 4.2.0 in SNAPSHOT version has grown methods like `org.codehaus.plexus.archiver.Archiver#setOverrideUid`. It seems that after it is released it should be possible implement Maven Assembly Plugin extension

maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-09-28 Thread Václav Haisman
Hi. I have noticed that Plexus Archiver 4.2.0 in SNAPSHOT version has grown methods like `org.codehaus.plexus.archiver.Archiver#setOverrideUid`. It seems that after it is released it should be possible implement Maven Assembly Plugin extension that would allow to use these methods to set, e.g

Where in the Maven source code "default excludes" of the Maven Assembly plugin are defined?

2019-03-08 Thread Behrang
I grep'd over the main Maven repo as well as the Assembly plugin's repo and couldn't find anything helpful. --- Best regards, Behrang Saeedzadeh blog.behrang.org

[ANN] Apache Maven Assembly Plugin 3.1.1 Released

2019-01-02 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.1.1 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Maven assembly Plugin - Shared Assembly Descriptor interpolation ?

2018-08-27 Thread Cristiano
Hello, Can I use variables in a assembly xml that is inside a shared descriptor project? inside my assembly file I have put this:             ${my.cacheDirectory}/plugins     bundles         But I'm getting a failure on the build goal because the directory is

Re: Maven assembly Plugin - ignore pom packaging

2018-05-23 Thread Manfred Moser
’t a flag in the Maven assembly Plugin allowing to skip POMs > with packaging “pom” ? > > I have a question about using the Maven assembly Plugin. > > We have a parent POM, called “super-parent”, which is being used as a > parent to all of our projects. It includes all of t

Maven assembly Plugin - ignore pom packaging

2018-05-23 Thread Rahamim, Ben
Hi all, TL;DR – why isn’t a flag in the Maven assembly Plugin allowing to skip POMs with packaging “pom” ? I have a question about using the Maven assembly Plugin. We have a parent POM, called “super-parent”, which is being used as a parent to all of our projects. It includes all

How maven assembly plugin auto-resolves classpath conflicts (example case)

2018-05-22 Thread Michał Siatkowski
rn some points: https://stackoverflow.com/questions/50249818/why-maven-assembly-works-when-sbt-assembly-find-conflicts I have been directed here, from https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-887

[ANN] Apache Maven Assembly EJB Version 3.0.1 Released

2018-05-09 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 3.0.1 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. https://maven.apache.org/plugins/maven-ejb-plugin/ Important Note since 3.0.1: * Maven 3.X

Re: Dependency is missed while using maven-assembly-plugin

2018-04-03 Thread Сергей Вайсман
to use the latest maven-assembly-plugin version 3.1.0. You seem to be hit by https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-782. In short: You have circular dependencies in Batik 1.7: batik-bridge -> batik-script -> batik-bridge... Can you use a newer version of

Re: Re: Dependency is missed while using maven-assembly-plugin

2018-04-03 Thread Thorsten Heit
Hi Sergey, > I updated to the latest maven version 3.5.3 and configured the project > to use > the latest maven-assembly-plugin version 3.1.0. You seem to be hit by https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-782. In short: You have circular dependencies in

Re: Re: Dependency is missed while using maven-assembly-plugin

2018-04-03 Thread Thorsten Heit
Hi, > The first thing I need to mention that I gave you a wrong version of > maven-assembly-plugin. > Maven-assembly-plugin version: 2.2-beta-5 > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; > 2014-12-14T20:29:23+03:00) > Maven home: C:\soft\apache-maven-3.

Re: Dependency is missed while using maven-assembly-plugin

2018-04-02 Thread Martin Gainty
tin __ From: Сергей Вайсман <vaysman.spi.w...@gmail.com> Sent: Monday, April 2, 2018 10:24 AM To: users@maven.apache.org Subject: Dependency is missed while using maven-assembly-plugin Hello. I have a problem using maven-assembly-plugin. I want to g

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread James Klo
As you didn't post a complete log or pom.xml (i.e. no properties, or or artifact metadata (group, artifactId, version, etc). We don't know what phase or goal you're executing, etc. With what you provided it's difficult to discern what's going on. Maven Assembly Plugin assembles new artifacts

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Wilson, Sam
s List <users@maven.apache.org> Date: Friday, December 15, 2017 at 12:27 PM To: Maven Users List <users@maven.apache.org> Subject: Re: Maven Assembly Plugin renaming jar From the small snippet of log, it's bit confusing, because it looks like the artifact you are assembling is named the same

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread James Klo
>From the small snippet of log, it's bit confusing, because it looks like the >artifact you are assembling is named the same as the dependency you are >pulling in. Because you have this setting in the maven-assemb

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Enrico Olivelli
Sam > > From: Sam Wilson <sawil...@akamai.com> > Reply-To: Maven Users List <users@maven.apache.org> > Date: Friday, November 24, 2017 at 11:12 AM > To: "users@maven.apache.org" <users@maven.apache.org> > Subject: Re: Maven Assembly Plugin renaming jar &

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Wilson, Sam
e.org> Subject: Re: Maven Assembly Plugin renaming jar Oh, I should mention that I've tried this with maven-assembly-plugin 2.4 and 3.1.0. Sam On 11/24/2017 11:07 AM, Wilson, Sam wrote: Hey! Hopefully you can help me out. Maven assembly plugin seems to be renaming a jar file without being tol

Re: Maven Assembly Plugin renaming jar

2017-11-24 Thread Sam Wilson
Oh, I should mention that I've tried this with maven-assembly-plugin 2.4 and 3.1.0. Sam On 11/24/2017 11:07 AM, Wilson, Sam wrote: > Hey! > > Hopefully you can help me out. Maven assembly plugin seems to be renaming a > jar file without being told to, and it’s messing up my

Maven Assembly Plugin renaming jar

2017-11-24 Thread Wilson, Sam
Hey! Hopefully you can help me out. Maven assembly plugin seems to be renaming a jar file without being told to, and it’s messing up my MANIFEST.MF classpath. You notice in the snippet of mvn -X below the assembly plugin seems to be getting version 8.0.2, but it renames it to 8.0.0. Thanks

[ANN] Apache Maven Assembly EJB Version 3.0.0 Released

2017-08-19 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 3.0.0 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. https://maven.apache.org/plugins/maven-ejb-plugin/ Important Note since 3.0.0: * Maven 3.X

[ANN] Apache Maven Assembly Plugin Version 3.2.0 Released

2017-08-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin Version 3.1.0 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: maven assembly plugin not recognizing

2017-03-08 Thread Bikramjit Singh
l be included in the filename. > > Paul > > -Original Message- > From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On > Behalf Of Anders Hammar > Sent: Tuesday, March 07, 2017 10:44 PM > To: Maven Users List > Subject: Re: maven assembly

RE: maven assembly plugin not recognizing

2017-03-08 Thread Paul Munsey
file's id will be included in the filename. Paul -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, March 07, 2017 10:44 PM To: Maven Users List Subject: Re: maven assembly plugin not recognizing

Re: maven assembly plugin not recognizing

2017-03-07 Thread Anders Hammar
There is no finalName config parameter for the single goal, see [1]. I suggest that you use appendAssemblyId, which is the intended usage. [1] http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html /Anders On Tue, Mar 7, 2017 at 11:48 PM, Bikramjit Singh <bs.sandh...@gmail.

maven assembly plugin not recognizing

2017-03-07 Thread Bikramjit Singh
I have following Question How do I use tag to give different name to two jars ? it is not picking up the for 2nd ("client" ) Am I doing it wrong ? I have following. org.apache.maven.plugins maven-assem

[ANN] Apache Maven Assembly Plugin 3.0.0 Released

2016-11-12 Thread Olivier Lamy
Hi, The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.0.0 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files

maven-assembly-plugin mysterious error

2016-05-06 Thread Jim Klo
;> 4.0.0 com.sri xsb 0.0.8349-SNAPSHOT pom ${project.basedir}/../../build maven-assembly-plugin 2.5.3 cocoa-x64.xml

How to set filesetManifestConfig from maven-assembly-plugin

2015-12-24 Thread Thomas Meyer
Hi, is there a way to set the value filesetManifestConfig in src/main/java/org/codehaus/plexus/archiver/jar/JarArchiver.java (plexus-archiver) from the maven-assembly-plugin? It would be great if I could set this value from the maven-assembly plugin to merge or mergewithoutmain. What do you

[ANN] Apache Maven Assembly Plugin 2.6 Released

2015-10-10 Thread Benson Margulies
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.6 This plugin builds directories and archives of files, usually for releases. http://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin

Copy common file during maven assembly

2015-09-19 Thread Jagat Singh
I am building one maven assembly. The structure is like this src main server app1 app2 app3 client app1 app2 app3 common server.xml The assembly makes the output as server.zip app1 app2 app3 I want to include server.xml in each of the output folders for apps. So my output should

Re: What does the TODO refering to a "jarjar" format in the maven-assembly-plugin jar-with-dependencies example mean?

2015-09-09 Thread Stephen Connolly
> Timo > > > > > > 2015-09-02 0:44 GMT+02:00 Wayne Fay <wayne...@gmail.com>: > >> SVN says Brett posted that file (over 10 yrs ago), so maybe he can tell > us more: > >> > >> "Added Mon Apr 18 07:07:58 2005 UTC (10 years, 4 months ago

Re: What does the TODO refering to a "jarjar" format in the maven-assembly-plugin jar-with-dependencies example mean?

2015-09-08 Thread Timo
> "Added Mon Apr 18 07:07:58 2005 UTC (10 years, 4 months ago) by brett" >> http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.5.5/src/main/resources/assemblies/jar-with-dependencies.xml?view=log >> >> I scanned quickly and found some files in the

Re: What does the TODO refering to a "jarjar" format in the maven-assembly-plugin jar-with-dependencies example mean?

2015-09-03 Thread Timo
0 yrs ago), so maybe he can tell us > more: > > "Added Mon Apr 18 07:07:58 2005 UTC (10 years, 4 months ago) by brett" > http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.5.5/src/main/resources/assemblies/jar-with-dependencies.xml?view=log > > I

What does the TODO refering to a "jarjar" format in the maven-assembly-plugin jar-with-dependencies example mean?

2015-09-01 Thread Timo
Hello everyone, a question on Stack Overflow made me curious about the following line in the jar-with-dependencies example descriptor file (http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies): What does this mean? Is it refering to jarjar (https

Re: What does the TODO refering to a "jarjar" format in the maven-assembly-plugin jar-with-dependencies example mean?

2015-09-01 Thread Wayne Fay
SVN says Brett posted that file (over 10 yrs ago), so maybe he can tell us more: "Added Mon Apr 18 07:07:58 2005 UTC (10 years, 4 months ago) by brett" http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.5.5/src/main/resources/assemblies/jar-with-dependencies.xml?v

[ANN] Apache Maven Assembly Plugin 2.5.5 Released

2015-06-05 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.5 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-15 Thread Kevin Burton
Yeah. Agreed. I’ll try to get some time to do this.. On Thu, May 14, 2015 at 5:09 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Kevin, if you have really the assumption seeing a bug than it would be helpful to create a test project or offer the project where you can observe the

Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-14 Thread Kevin Burton
(sorry, hit send by accident on that other one) totally stumped here and was wondering if you guys had some feedback. I’m building all the dependency jars for my project by using the assembly plugin. dependencySets dependencySet outputDirectorylib/outputDirectory

Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-14 Thread Kevin Burton
totally stumped here and was wondering if you guys had some feedback. I’m building all the dependency jars for my project by using the assembly plugin. -- Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress.com … or check out my Google+ profile

Re: Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-14 Thread Kevin Burton
I think I figured it out… I think the dependencySet is ALWAYS using test. Even if I set it to runtime. I looked in the pom for the project that I’m including and the dependencies its pulling in are from it’s test scope. On Thu, May 14, 2015 at 1:43 PM, Kevin Burton bur...@spinn3r.com wrote:

Re: Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-14 Thread Kevin Burton
Yes. IT seems I’m a weird type of dependency hell. The dependencySet is using test… and if I manually add exclusions to some of these, it overwrites the exclusion used in the original POM. But at least I know there’s a core bug causing all this insanity. (I hope) On Thu, May 14, 2015 at 1:51

Re: Maven assembly pulls in FAR more dependencies than shown by dependency:test ?

2015-05-14 Thread Karl Heinz Marbaise
Hi Kevin, if you have really the assumption seeing a bug than it would be helpful to create a test project or offer the project where you can observe the problem so we can take a deeper look into it? Kind regards karl Heinz Marbaise On 5/14/15 11:22 PM, Kevin Burton wrote: Yes. IT seems

Cannot compile bundle with maven-assembly-plugin version 2.5.4

2015-05-09 Thread rcbandit
Ref http://stackoverflow.com/questions/30140331/cannot-compile-bundle-with-maven-assembly-plugin-version-2-5-4 I can't compile properly bundle with maven-assembly-plugin version 2.5.4 ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org

[ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.4 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Michael Osipov
Am 2015-04-27 um 20:39 schrieb Kristian Rosenvold: The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.4 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules

Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
micha...@apache.org: Am 2015-04-27 um 20:39 schrieb Kristian Rosenvold: The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.4 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its

RE: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread cody.a.fyler
, April 27, 2015 2:00 PM To: Maven Users List Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released I divides the zip into N streams where N=number of cpu cores. Subsequently files are submitted round-robin to each stream (it's actually fork-join with work-stealing on java7). Each stream

RE: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
-Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian Rosenvold Sent: Monday, April 27, 2015 2:00 PM To: Maven Users List Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released I divides the zip into N streams where N=number

[ANN] Apache Maven Assembly Plugin 2.5.3 Released

2014-12-19 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.3. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

[ANN] Apache Maven Assembly Plugin 2.5.2 Released

2014-11-26 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.2. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

[ANN] Apache Maven Assembly Plugin 2.5.1 Released

2014-11-08 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.1. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Tony Jewell
Hi, Have raised JIRA: http://jira.codehaus.org/browse/MASSEMBLY-729 Example project attached to JIRA. Thanks, Tony Jewell Cregganna Computer Consultants Ltd.

  1   2   3   4   5   6   7   >