Re: Custom packaging

2020-10-07 Thread Slawomir Jaranowski
Hi, It should be worked out of the box. configuration for plugin wich add new packaging, in parent / super pom should be defined in section: build -> *pluginManagement* and only in module when you can use custom packaging you add plugin in build -> plugin śr., 7 paź 2020 o

Re: Custom packaging

2020-10-07 Thread Alvaro Sanchez-Mariscal
< alvaro.sanchezmaris...@gmail.com> wrote: > Hi, > > I'm writing a plugin that intends to support custom packaging types. > > The plugin's components.xml looks like: > > > > > > org.apache.maven.lifecycle.mapping.Lifecy

Custom packaging

2020-10-06 Thread Alvaro Sanchez-Mariscal
Hi, I'm writing a plugin that intends to support custom packaging types. The plugin's components.xml looks like: org.apache.maven.lifecycle.mapping.LifecycleMapping my-custom-type

[GitHub] maven-integration-testing pull request: MNG-5805: Custom packaging...

2015-04-27 Thread atanasenko
GitHub user atanasenko opened a pull request: https://github.com/apache/maven-integration-testing/pull/12 MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] maven pull request: MNG-5805: Custom packaging types: configuring ...

2015-04-27 Thread atanasenko
Github user atanasenko commented on the pull request: https://github.com/apache/maven/pull/43#issuecomment-96817019 It looks like you applied only the pom file change of sisu version. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] maven-integration-testing pull request: MNG-5805: Custom packaging...

2015-04-27 Thread atanasenko
Github user atanasenko closed the pull request at: https://github.com/apache/maven-integration-testing/pull/12 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] maven-integration-testing pull request: MNG-5805: Custom packaging...

2015-04-27 Thread atanasenko
Github user atanasenko closed the pull request at: https://github.com/apache/maven-integration-testing/pull/11 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] maven pull request: MNG-5805: Custom packaging types: configuring ...

2015-04-27 Thread atanasenko
Github user atanasenko closed the pull request at: https://github.com/apache/maven/pull/43 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] maven pull request: MNG-5805: Custom packaging types: configuring ...

2015-04-27 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/43#issuecomment-96789423 Applied on d8ae13fd7b6be8a238a2b74f2b494668cd967c30. If it looks good then close out this issue along with the IT PR. --- If your project is set up for it, you can reply

[GitHub] maven pull request: MNG-5805: Custom packaging types: configuring ...

2015-04-20 Thread atanasenko
GitHub user atanasenko opened a pull request: https://github.com/apache/maven/pull/43 MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] maven-integration-testing pull request: MNG-5805: Custom packaging...

2015-04-20 Thread atanasenko
GitHub user atanasenko opened a pull request: https://github.com/apache/maven-integration-testing/pull/11 MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions You can merge this pull request into a Git repository by running: $ git pull https

Custom packaging types: configuring DefaultLifecycleMapping mojo executions

2015-04-19 Thread Anton Tanasenko
propose an enhancement, which adds support for setting configuration and dependencies as part of custom packaging type mojo executions. A usecase is an ability to create a packaging type which mostly consists of standard maven plugins but with a custom configuration. Example: package phase made up

Re: Custom packaging types: configuring DefaultLifecycleMapping mojo executions

2015-04-19 Thread Jason van Zyl
only has 'goals' parameter in components.xml, and DefaultLifecyclePluginAnalyzer does not take those into account. I propose an enhancement, which adds support for setting configuration and dependencies as part of custom packaging type mojo executions. A usecase is an ability to create

Re: Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-08 Thread Grzegorz Słowikowski
Hi Did you find anything, any progress? I would like to know if I can workaround this problem on my side. Thanks Grzegorz On 2013-11-04 16:55, Jason van Zyl wrote: Danke. On Nov 4, 2013, at 10:51 AM, Grzegorz Słowikowski gslowikow...@gmail.com mailto:gslowikow...@gmail.com wrote:

Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-04 Thread Grzegorz Słowikowski
Hi Maybe I'm doing something wrong and maybe it's Maven bug. Failing with many Maven versions: 2.2.1, 3.0.x, 3.1.x I have multi-module test project for my plugin: https://maven-play-plugin.googlecode.com/svn/tags/test-projects-1.0.0-beta6/packagings/default/inter-app-dependency There are two

Re: Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-04 Thread Mikolaj Izdebski
On 11/04/2013 09:08 AM, Grzegorz Słowikowski wrote: Maybe I'm doing something wrong and maybe it's Maven bug. Failing with many Maven versions: 2.2.1, 3.0.x, 3.1.x I have multi-module test project for my plugin:

Re: Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-04 Thread Grzegorz Słowikowski
On 2013-11-04 10:03, Mikolaj Izdebski wrote: On 11/04/2013 09:08 AM, Grzegorz Słowikowski wrote: Maybe I'm doing something wrong and maybe it's Maven bug. Failing with many Maven versions: 2.2.1, 3.0.x, 3.1.x I have multi-module test project for my plugin:

Re: Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-04 Thread Jason van Zyl
If I checkout your test project it doesn't build. If you make a self contained example that builds I'll take a look. It is most definitely a problem with the WorkspaceReader which should be relatively easy to fix. On Nov 4, 2013, at 3:08 AM, Grzegorz Słowikowski gslowikow...@gmail.com wrote:

Re: Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-04 Thread Grzegorz Słowikowski
Simplified version commited here: http://maven-play-plugin.googlecode.com/svn/tmp/test-projects/reactor-problem/ Grzegorz On 4 listopad 2013 15:12:45, Jason van Zyl wrote: If I checkout your test project it doesn't build. If you make a self contained example that builds I'll take a look. It

Re: Reactor dependencies with custom packaging not being resolved - bug in Maven or on my side?

2013-11-04 Thread Jason van Zyl
Danke. On Nov 4, 2013, at 10:51 AM, Grzegorz Słowikowski gslowikow...@gmail.com wrote: Simplified version commited here: http://maven-play-plugin.googlecode.com/svn/tmp/test-projects/reactor-problem/ Grzegorz On 4 listopad 2013 15:12:45, Jason van Zyl wrote: If I checkout your test

custom packaging, how to get jars from wars

2008-11-04 Thread Henri Gomez
Hi to all, I'm writing a custom packager to help my IT create ZIP archives from a sum of jars/wars. I could get the jars/wars but can't figure how to get the jars required by wars (we didn't put them in WEB-INF/lib since we should share them). here is my actual code, how could I get jar

[jira] Reopened: (MNG-1760) Custom packaging type ignored when POM contains modules entry

2005-12-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1760?page=all ] Brett Porter reopened MNG-1760: --- Custom packaging type ignored when POM contains modules entry -- Key: MNG-1760 URL

[jira] Closed: (MNG-1760) Custom packaging type ignored when POM contains modules entry

2005-12-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1760?page=all ] Brett Porter closed MNG-1760: - Assign To: Brett Porter Resolution: Won't Fix Custom packaging type ignored when POM contains modules entry

[jira] Closed: (MNG-1760) Custom packaging type ignored when POM contains modules entry

2005-12-07 Thread Aaron Anderson (JIRA)
this is a programmed limitation and not a bug Custom packaging type ignored when POM contains modules entry -- Key: MNG-1760 URL: http://jira.codehaus.org/browse/MNG-1760 Project: Maven 2 Type: Bug

[jira] Created: (MNG-1760) Custom packaging type ignored when POM contains modules entry

2005-12-06 Thread Aaron Anderson (JIRA)
Custom packaging type ignored when POM contains modules entry -- Key: MNG-1760 URL: http://jira.codehaus.org/browse/MNG-1760 Project: Maven 2 Type: Bug Reporter: Aaron Anderson First I have not come