[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: Splitting a dependency tree with the assembly plugin

2022-05-08 Thread Mark Raynsford
> On 2022-05-07T20:42:51 +0200 > Thomas Broyer wrote: > > How about first building a distribution for each module separately (each in > its own Maven module) and then assemble them into a single distribution? I eventually went with this model. One application produces a distribution zip, and

Re: Splitting a dependency tree with the assembly plugin

2022-05-07 Thread Mark Raynsford
On 2022-05-07T20:42:51 +0200 Thomas Broyer wrote: > How about first building a distribution for each module separately (each in > its own Maven module) and then assemble them into a single distribution? Hello! That might be an option, although I'm not sure how the modules and dependencies

Re: Splitting a dependency tree with the assembly plugin

2022-05-07 Thread Thomas Broyer
How about first building a distribution for each module separately (each in its own Maven module) and then assemble them into a single distribution? Le sam. 7 mai 2022 à 18:49, Mark Raynsford a écrit : > Hello! > > I'm running into a problem when trying to produce an application > distribution.

Splitting a dependency tree with the assembly plugin

2022-05-07 Thread Mark Raynsford
Hello! I'm running into a problem when trying to produce an application distribution. This is the pom.xml file: https://github.com/io7m/eigion/blob/develop/com.io7m.eigion.distribution.example/pom.xml The module essentially represents two isolated applications that have been combined into one

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
Hello. I have found this to be an issue while migrating a project from Maven to SBT. SBT is only here for reference since it reports what I think should be reported. To describe the problem I have created an example project with dependencies that I found to behave differently, depending on the

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
ran mvn package against pom.xml from supplied project.zip with no missing dependencies: [DEBUG] Goal: org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single (default) [DEBUG] Style: Regular [DEBUG] Configuration: ${appendAssemblyId} ${attach} ${classifier

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

Assembly plugin not packaging all dependencies as expected

2017-10-30 Thread Phil Adams
I define a dependencySet entry in my assembly descriptor where I explicitly include one or more artifacts, like this: false myBaseDir 0755 0755 true true mygroup:myartifact1 mygroup:myartifact2 The resulting assembly

[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

Assembly plugin: use unpacked existing manifest

2015-12-20 Thread Thomas Meyer
Hi, When I unpack a dependency in the assembly plugin can I somehow use the already existing manifest file from this unpacked jar? And I want to change the Main-Class header in this manifest file! Is this possible? The archives plugin seems to always override an already existing manifest file

[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

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

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

assembly plugin dependencySet not factoring in exclusions in my dependencies.

2015-04-05 Thread Kevin Burton
. BUT , once I try to run the assembly, that’s ignored and all the transitive dependencies are pulled in. This breaks my class path and my app now breaks because it tries to load old versions of classes. Any advice here? Maybe there’s a better way to build the .jar directory instead of the assembly plugin

Assembly plugin: excluding dependencies

2015-02-10 Thread Zmicer Kashlach
not help - *.jar files remain in *.zip archive. What should I check to find a solution? Thanks in advance! -- View this message in context: http://maven.40175.n5.nabble.com/Assembly-plugin-excluding-dependencies-tp5826295.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Assembly plugin: excluding dependencies

2015-02-10 Thread Adrien Rivard
There is also a useTransitiveDependencies/ tag in assembly descriptor format. And a useTransitiveFiltering with default value to false which I'm not totally sure what it does but could explain why your syntax does'nt work. see http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html

Re: Assembly plugin: excluding dependencies

2015-02-10 Thread Anders Hammar
not help - *.jar files remain in *.zip archive. What should I check to find a solution? Thanks in advance! -- View this message in context: http://maven.40175.n5.nabble.com/Assembly-plugin-excluding-dependencies-tp5826295.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Assembly plugin: excluding dependencies

2015-02-10 Thread Zmicer Kashlach
Thank you! You're right, it was problem with transitive dependencies. Setting scopeprovided/scope solved the issue. -- View this message in context: http://maven.40175.n5.nabble.com/Assembly-plugin-excluding-dependencies-tp5826295p5826308.html Sent from the Maven - Users mailing list archive

[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

assembly plugin

2014-11-24 Thread Carlos Alegria Galicia
Hi all, I am trying to use the artifact version within the java code of my project, by reading the contents of META-INF/maven/plugin-id/artifact-id/pom.properties file that is generated by the jar plugin. I am creating a package of my project using the assembly plugin with the jar

[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.

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

2014-11-06 Thread Kristian Rosenvold
Yeah; i've sen that in the code and been puzzled by that line; I think I even wrote a TODO about it since it was obviously incorrect. Did this actually work without filtering enabled at some point ? Kristian 2014-11-06 22:41 GMT+01:00 Tony Jewell tony.jew...@cregganna.com: Hi, Have raised

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

2014-11-06 Thread Tony Jewell
Yep, Run with 2.4.1 and it sets the line ending to Unix for both files. Filtered and unfiltered. I have used this extensively in past projects to enforce line endings on released assemblies for run scripts and the like. I guess the change was something to do with preserving file times? ATB

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

2014-11-06 Thread Kristian Rosenvold
Yeah, extensive changes related to everything filtering-related. I might add that the 2.4.1 code in this area was intensely duplicated. I probably selected the wrong code when removing the duplication. 2.5.1 is due today but I'll keep on pushing 2.5.X until we have a reasonably bug-free version.

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-29 Thread Kristian Rosenvold
AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722, this can be fixed for 2.5 by adding the following to your pom (these component updates are available in central): plugin artifactIdmaven-assembly-plugin/artifactId ... dependencies dependency groupIdorg.codehaus.plexus/groupId

RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-29 Thread cody.a.fyler
Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5 Released AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722, this can be fixed for 2.5 by adding the following to your pom (these component updates are available in central): plugin artifactIdmaven-assembly-plugin/artifactId

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-28 Thread Kristian Rosenvold
...@zenior.no: The Apache Maven team is pleased to announce the release of the long-awaited Apache Maven Assembly Plugin, version 2.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

RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread cody.a.fyler
This version breaks my build. The error I receive is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 5:single (flex-flexA-single) on project flexA: Failed to create assembly: Error creating assembly archive flexA: This archives contains unclosed entries. - [He

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Kristian Rosenvold
2014-10-27 15:11 GMT+01:00 cody.a.fy...@wellsfargo.com: This version breaks my build. The error I receive is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 5:single (flex-flexA-single) on project flexA: Failed to create assembly: Error creating assembly

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Tony Jewell
: This version breaks my build. The error I receive is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 5:single (flex-flexA-single) on project flexA: Failed to create assembly: Error creating assembly archive flexA: This archives contains unclosed entries

  1   2   3   4   5   6   7   8   9   10   >