[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
wrote: 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 contain

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 cont

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

2023-11-10 Thread Alexander Kriegisch
, it is not. -- Alexander Kriegisch Joseph Kessselman schrieb am 11.11.2023 09:51 (GMT +07:00): > Tried making my top-level module dependent on all the others so the > assembly invoked there would run last. Unfortunately, it seems the > dependencies are inherited to all the children,

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

2023-11-10 Thread Joseph Kessselman
Tried making my top-level module dependent on all the others so the assembly invoked there would run last. Unfortunately, it seems the dependencies are inherited to all the children, and Maven complains about dependencies upon self. I presume there's an obvious idiom that I just haven&

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

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&#x

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

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Delany
es > 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 is

[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

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
gards, J.P. -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 de

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

2022-07-19 Thread Karl Heinz Marbaise
Hi, You can verify that if you simply add the maven-common-artifact-filters version in the dependencies part of the plugin configuration where you defined the dvtm.base Assembly Kind regards Karl Heinz Marbaise On 19.07.22 12:55, Jean Pierre URKENS wrote: Looks like the issue is already

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

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

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 would

Re: Splitting a dependency tree with the assembly plugin

2022-05-07 Thread Thomas Broyer
producing a > distribution zip file. The first application is represented by the > com.io7m.eigion.launcher.main dependency, and the other is represented > by the com.io7m.eigion.gui dependency. > > I have the following assembly descriptor: > > > https://github.com/io7m/

Splitting a dependency tree with the assembly plugin

2022-05-07 Thread Mark Raynsford
o one Maven module for the purposes of producing a distribution zip file. The first application is represented by the com.io7m.eigion.launcher.main dependency, and the other is represented by the com.io7m.eigion.gui dependency. I have the following assembly descriptor: https://github.com/io7m/e

Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-16 Thread Enrico Olivelli
Maven (core), we use a > dedicated assembly descriptor instead of the generic one [1] > thank you very much very clear Enrico > HTH > > Hervé > > [1] > https://github.com/apache/maven/blob/master/apache-maven/src/assembly/maven/component.xml > > Le lundi 14 j

Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-15 Thread Hervé BOUTEMY
if you need to have consistent executable flags, you need to avoid getting it from filesystem, because it is dependent on OS and user configuration that's why for example, on such requirements in Maven (core), we use a dedicated assembly descriptor instead of the generic one [1] HTH Herv

apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-14 Thread Enrico Olivelli
Hello, It looks like following this guide in order to create a good "source bundle" for an ASF Project (in this case Apache Pulsar) leads to a strange behaviour. https://maven.apache.org/apache-resource-bundles/ Basically some files miss the 'executable' flag, this way when the user unpacks the re

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 vi

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

2021-04-25 Thread Alexander Kriegisch
perfect. Still hoping for a more generic way to produce a DRP also for other plugins such as Assembly. But we are making progress. :) -- Alexander Kriegisch https://scrum-master.de Alexander Kriegisch schrieb am 25.04.2021 15:29 (GMT +07:00): > Last time I checked, Maven Shade did *not* att

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

2021-04-25 Thread Alexander Kriegisch
ments. 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 against having launchscripts, you can write classpath into manifest > via archive plugin. > > I do

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 https://sc

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 /

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

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 anywa

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
obably 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 ub

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

2021-04-25 Thread Thomas Broyer
e 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-24 Thread Mantas Gridinas
be obious > 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

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

Re: Regarding component usage in maven-assembly-plugin

2021-02-22 Thread Mantas Gridinas
That file does not define top level element called component, hence the original question. On Mon, Feb 22, 2021 at 4:24 PM Jean-Pierre Urkens wrote: > > Have a look at http://maven.apache.org/xsd/assembly-2.1.0.xsd > Look in the example assembly files that come packaged with the plugin.

RE: Regarding component usage in maven-assembly-plugin

2021-02-22 Thread Jean-Pierre Urkens
Have a look at http://maven.apache.org/xsd/assembly-2.1.0.xsd Look in the example assembly files that come packaged with the plugin. In the xml assembly file you'll see a reference to: http://maven.apache.org/ASSEMBLY/2.1.0"; xmlns:xsi="http://www.w3.org/2001/XML

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

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 'ar

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 gener

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-14 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

Re: Issue with assembly file-aggregator container descriptor hangler

2020-10-07 Thread Arnaud bourree
t;get-infos > > copy-dependencies > >compile > > com.acme > yaml > info > > ${project.build.directory}/infos > > > > > >

Issue with assembly file-aggregator container descriptor hangler

2020-10-07 Thread Arnaud bourree
-assembly-plugin 3.3.0 build-infos single prepare-package assemblies/infos-yaml.xml ... and for the assembly: http://maven.apache.org/ASSEMBLY

Re: Incorrect dependencies being pulled in for module dependencies in assembly

2020-07-20 Thread planetf1
I've added further notes into issue https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-940 along with a reference to a sandpit project which shows the issue more clearly (and quickly!) - To unsubscribe, e-mail

Re: Incorrect dependencies being pulled in for module dependencies in assembly

2020-07-17 Thread planetf1
ross the entire assembly. This would look like a bug to me? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Incorrect dependencies being pulled in for module dependencies in assembly

2020-07-17 Thread planetf1
I took a debug log earlier -- as I found my overall assembly was taking 10 minutes to build For that last example which has a handful of dependencies, what I actually see the assembly plugin reporting is: 17:11:33,629 [DEBUG] Dependencies for project: org.odpi.egeria:open-metadata

Re: Incorrect dependencies being pulled in for module dependencies in assembly

2020-07-17 Thread Nigel Jones
On 2020/07/17 15:33:26, Nigel Jones wrote: > I have a large multimodule project (https://github.com/odpi/egeria) which has > over 300 modules, mostly java (->jar). Here's the full assembly definition (with the first attempt at including dependencies) -> https://gist.gi

Incorrect dependencies being pulled in for module dependencies in assembly

2020-07-17 Thread Nigel Jones
I have a large multimodule project (https://github.com/odpi/egeria) which has over 300 modules, mostly java (->jar). One of our submodules is responsible for creating the composite assembly. Previously we were doing it 'the wrong way' (IMO) with lots of relative paths (../../..

[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

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-19 Thread Hervé BOUTEMY
gt; no, you can't, and this is for a reason: in the repository, every attached > > sub-artifact is expected to have the same artifactId, then have a filename > > starting with the artifactId. This is key to our convention, sorry. > > > > Looking at Zookeeper distribution

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-18 Thread Enrico Olivelli
hanging the artifactid > no, you can't, and this is for a reason: in the repository, every attached > sub-artifact is expected to have the same artifactId, then have a filename > starting with the artifactId. This is key to our convention, sorry. > > Looking at Zookeeper distrib

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-18 Thread Hervé BOUTEMY
eason: in the repository, every attached sub-artifact is expected to have the same artifactId, then have a filename starting with the artifactId. This is key to our convention, sorry. Looking at Zookeeper distribution [1], what about renaming zookeeper-assembly module to apache-zookeeper and publish

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-18 Thread Enrico Olivelli
MNG-5001 [1]), then you'll get soon the expected failure > > Either you should rename parent artifact to zookeeper, then you'll have to > rename the current zookeeper to zookeeper-server for example. > Either you're stuck with your specific assembly. > > In Maven

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-18 Thread Hervé BOUTEMY
zookeeper-server for example. Either you're stuck with your specific assembly. In Maven itself, we have 2 cases: - Maven core, that has a specific assembly in apache-maven module where source- release is published [2] with a specific src+bin and zip+tar.gz output - every other multi-module pr

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-17 Thread Enrico Olivelli
Self answer, I have cloned the execution but I have reused the common assembly descriptor. It is a trade off but it works https://github.com/apache/zookeeper/commit/9053f7c431bb17ed79c2be129b6ba4ba18d15ab1 Enrico Il giorno ven 17 gen 2020 alle ore 08:50 Enrico Olivelli < eolive...@gmail.com&

Question about Apache Parent Pom and source-release-assembly

2020-01-16 Thread Enrico Olivelli
Hi, In Apache ZooKeeper community we want to switch to using the "source package" generated by the apache parent pom with the execution of "source-release-assembly". https://github.com/apache/maven-apache-parent/blob/master/pom.xml#L381 What is the *best* way to achieve

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

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 that

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

Version differences between what assembly sees and manifest class path

2018-10-24 Thread Robert Nicholson
So I have hibernate-core 3.6.10.Final and it depends on jta1.1 and the assembly picks up jta1.1 correctly but the MANIFEST.MF file constructs a class path with jta1.0.1b Is it unreasonable to expect that the classpath in MANIFEST.MF be inline with what assembles that package the zip see? ie

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 directo

Re: Maven assembly Plugin - ignore pom packaging

2018-05-23 Thread Manfred Moser
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 of the

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

2018-05-22 Thread Michał Siatkowski
build tool. https://github.com/atais/mvn-sbt-assembly The only dependencies are (sbt style) "com.netflix.astyanax" % "astyanax-cassandra" % "3.9.0", "org.apache.cassandra" % "cassandra-all" % "3.4", and what I do not understand is,

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

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

2018-04-03 Thread Сергей Вайсман
he 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 Batik 1.7: batik-bridge -> batik-script -> batik-bridge... Can you use a newer

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 Plugi

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Wilson, Sam
, December 15, 2017 at 12:27 PM To: Maven Users List 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 as the dependency you are pulling in. Because you have this setting in the

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-a

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Enrico Olivelli
> Reply-To: Maven Users List > Date: Friday, November 24, 2017 at 11:12 AM > To: "users@maven.apache.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. > &

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Wilson, Sam
Sorry to bump and old thread, but I’d appreciate it if someone had any insight. Sam From: Sam Wilson Reply-To: Maven Users List Date: Friday, November 24, 2017 at 11:12 AM To: "users@maven.apache.org" Subject: Re: Maven Assembly Plugin renaming jar Oh, I should mention that I

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

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 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 onl

[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: Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-14 Thread Alix Lourme
Hi Curtis, Why not stick with the old version of maven-assembly-plugin until you have > to refactor your build more thoroughly? > I thought to that, but it collides another (philosophical) concept: to use always the last version of plugins ! ^^ More seriously and to explain, the "

Re: Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-14 Thread Curtis Rueden
Hi Alix, Why not stick with the old version of maven-assembly-plugin until you have to refactor your build more thoroughly? Regards, Curtis -- Curtis Rueden LOCI software architect - https://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden On Tue, Mar 14

Re: Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-14 Thread Alix Lourme
Alix Lourme : > Hi Karl Heinz, > > Thanks for your answer (and sorry for mine late). > > the best thing to create a separate module in your build with packaging >> pom and only put the maven-assembly-plugin in it and bind it to the life >> cycle >> This is

Re: Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-14 Thread Alix Lourme
Hi Karl Heinz, Thanks for your answer (and sorry for mine late). the best thing to create a separate module in your build with packaging pom > and only put the maven-assembly-plugin in it and bind it to the life cycle > This is simply a good way of following single responsibility pri

Re: Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-11 Thread Karl Heinz Marbaise
Hi, If you like to produce a package (zip/tar/whatever kind of archive/bundle) which contains some modules/artifacts etc. from your multi module build it is the best thing to create a separate module in your build with packaging pom and only put the maven-assembly-plugin in it and bind it to

Plugin assembly: Howto use 'single' goal as an agregator ?

2017-03-11 Thread Alix Lourme
Hello, Since maven-assembly-plugin v3.3.0, the *attached* goal has been removed ( MASSEMBLY-704 <https://issues.apache.org/jira/browse/MASSEMBLY-704>). This *attached* goal was an aggregator (v2.6 source <https://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.6/src/

Re: maven assembly plugin not recognizing

2017-03-08 Thread Bikramjit Singh
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-08 Thread Paul Munsey
ckage 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 T

  1   2   3   4   5   6   7   8   9   10   >