Releasng the war and deploy plugins

View: New views
9 Messages — Rating Filter:   Alert me  

Releasng the war and deploy plugins

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Any objections to releasing maven-war-plugin and maven-deploy-plugin soon?

War Plugin
---------------

Version 2.1-alpha-2 is complete in JIRA:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13804&styleName=Html&projectId=11150&Create=Create

Is this really still alpha?  Thoughts on calling it beta-1 instead or
just going for 2.1?  (I'm not a fan of baking the quality designation
into the version number anyway.)

Deploy Plugin
-------------------

There are two issues open (28,34) that need to be completed or shifted
to a future version.
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=11131&fixfor=13110

And the release notes (including those two issues that are still
assigned to 2.4) look like:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create

Not many issues resolved here, but the new skip deployment feature
(MDEPLOY-63) has come up a few times on the user list.

Thanks,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Releasng the war and deploy plugins

by olamy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
No objections.
But currently the war plugin trunk depends on other snapshots :
- org.apache.maven.plugins:maven-invoker-plugin:1.2-SNAPSHOT
- org.apache.maven.shared:maven-filtering:1.0-alpha-1-SNAPSHOT

The first one has one issue open.
The second one is a new shared component which IMHO can be released.

--
Olivier

2008/5/9 Wendy Smoak <wsmoak@...>:

> Any objections to releasing maven-war-plugin and maven-deploy-plugin soon?
>
> War Plugin
> ---------------
>
> Version 2.1-alpha-2 is complete in JIRA:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13804&styleName=Html&projectId=11150&Create=Create
>
> Is this really still alpha?  Thoughts on calling it beta-1 instead or
> just going for 2.1?  (I'm not a fan of baking the quality designation
> into the version number anyway.)
>
> Deploy Plugin
> -------------------
>
> There are two issues open (28,34) that need to be completed or shifted
> to a future version.
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=11131&fixfor=13110
>
> And the release notes (including those two issues that are still
> assigned to 2.4) look like:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create
>
> Not many issues resolved here, but the new skip deployment feature
> (MDEPLOY-63) has come up a few times on the user list.
>
> Thanks,
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Releasng the war and deploy plugins

by Dan Tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It was called alpha-1 because there were big changes, however i think
we should go ahead with  2.1 since
everyone seems very happy about it.

-D

On Fri, May 9, 2008 at 1:38 PM, Olivier Lamy <olamy@...> wrote:

> Hi,
> No objections.
> But currently the war plugin trunk depends on other snapshots :
> - org.apache.maven.plugins:maven-invoker-plugin:1.2-SNAPSHOT
> - org.apache.maven.shared:maven-filtering:1.0-alpha-1-SNAPSHOT
>
> The first one has one issue open.
> The second one is a new shared component which IMHO can be released.
>
> --
> Olivier
>
> 2008/5/9 Wendy Smoak <wsmoak@...>:
>> Any objections to releasing maven-war-plugin and maven-deploy-plugin soon?
>>
>> War Plugin
>> ---------------
>>
>> Version 2.1-alpha-2 is complete in JIRA:
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13804&styleName=Html&projectId=11150&Create=Create
>>
>> Is this really still alpha?  Thoughts on calling it beta-1 instead or
>> just going for 2.1?  (I'm not a fan of baking the quality designation
>> into the version number anyway.)
>>
>> Deploy Plugin
>> -------------------
>>
>> There are two issues open (28,34) that need to be completed or shifted
>> to a future version.
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=11131&fixfor=13110
>>
>> And the release notes (including those two issues that are still
>> assigned to 2.4) look like:
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create
>>
>> Not many issues resolved here, but the new skip deployment feature
>> (MDEPLOY-63) has come up a few times on the user list.
>>
>> Thanks,
>> --
>> Wendy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Releasng the war and deploy plugins

by Stephane Nicoll-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, to me there is a couple of things that we need to do but if
nobody complains, let's go for 2.1

I'd be happy to have a release of the filtering thing so that I can
use it in the EAR plugin. It can't filter src/main/application and
many users are complaining :)

Thanks,
Stéphane

On Fri, May 9, 2008 at 10:50 PM, Dan Tran <dantran@...> wrote:

> It was called alpha-1 because there were big changes, however i think
> we should go ahead with  2.1 since
> everyone seems very happy about it.
>
> -D
>
> On Fri, May 9, 2008 at 1:38 PM, Olivier Lamy <olamy@...> wrote:
>> Hi,
>> No objections.
>> But currently the war plugin trunk depends on other snapshots :
>> - org.apache.maven.plugins:maven-invoker-plugin:1.2-SNAPSHOT
>> - org.apache.maven.shared:maven-filtering:1.0-alpha-1-SNAPSHOT
>>
>> The first one has one issue open.
>> The second one is a new shared component which IMHO can be released.
>>
>> --
>> Olivier
>>
>> 2008/5/9 Wendy Smoak <wsmoak@...>:
>>> Any objections to releasing maven-war-plugin and maven-deploy-plugin soon?
>>>
>>> War Plugin
>>> ---------------
>>>
>>> Version 2.1-alpha-2 is complete in JIRA:
>>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13804&styleName=Html&projectId=11150&Create=Create
>>>
>>> Is this really still alpha?  Thoughts on calling it beta-1 instead or
>>> just going for 2.1?  (I'm not a fan of baking the quality designation
>>> into the version number anyway.)
>>>
>>> Deploy Plugin
>>> -------------------
>>>
>>> There are two issues open (28,34) that need to be completed or shifted
>>> to a future version.
>>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=11131&fixfor=13110
>>>
>>> And the release notes (including those two issues that are still
>>> assigned to 2.4) look like:
>>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create
>>>
>>> Not many issues resolved here, but the new skip deployment feature
>>> (MDEPLOY-63) has come up a few times on the user list.
>>>
>>> Thanks,
>>> --
>>> Wendy
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Releasng the war and deploy plugins

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, May 9, 2008 at 1:38 PM, Olivier Lamy <olamy@...> wrote:
> Hi,
> No objections.
> But currently the war plugin trunk depends on other snapshots :
> - org.apache.maven.plugins:maven-invoker-plugin:1.2-SNAPSHOT
> - org.apache.maven.shared:maven-filtering:1.0-alpha-1-SNAPSHOT

The deploy plugin is also waiting on a release of invoker (which I
believe is out for a vote right now.)

So that's where these two still stand atm...

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Releasng the war and deploy plugins

by Tim Kettler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

The filtering of webResources in the war plugin is seriously borked (
see here [1] for a bug report back from Nov 2007 and here [2] for a
discussion on the users list just from today).

This should be fixed before a new version is released (IMHO).

-Tim

[1] http://jira.codehaus.org/browse/MWAR-133
[2] http://www.nabble.com/filtering-web.xml-to17263714.html

Wendy Smoak schrieb:

> Any objections to releasing maven-war-plugin and maven-deploy-plugin soon?
>
> War Plugin
> ---------------
>
> Version 2.1-alpha-2 is complete in JIRA:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13804&styleName=Html&projectId=11150&Create=Create
>
> Is this really still alpha?  Thoughts on calling it beta-1 instead or
> just going for 2.1?  (I'm not a fan of baking the quality designation
> into the version number anyway.)
>
> Deploy Plugin
> -------------------
>
> There are two issues open (28,34) that need to be completed or shifted
> to a future version.
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=11131&fixfor=13110
>
> And the release notes (including those two issues that are still
> assigned to 2.4) look like:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create
>
> Not many issues resolved here, but the new skip deployment feature
> (MDEPLOY-63) has come up a few times on the user list.
>
> Thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Releasng the war and deploy plugins

by hgomez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm one of the user with problem with the war filtering.

I really need to inject some information like ${user.name} in web.xml

Hope you could fix it quickly :)

Regards

Tim Kettler wrote:
Hi,

The filtering of webResources in the war plugin is seriously borked (
see here [1] for a bug report back from Nov 2007 and here [2] for a
discussion on the users list just from today).

This should be fixed before a new version is released (IMHO).

-Tim

[1] http://jira.codehaus.org/browse/MWAR-133
[2] http://www.nabble.com/filtering-web.xml-to17263714.html

Wendy Smoak schrieb:
> Any objections to releasing maven-war-plugin and maven-deploy-plugin soon?
>
> War Plugin
> ---------------
>
> Version 2.1-alpha-2 is complete in JIRA:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13804&styleName=Html&projectId=11150&Create=Create
>
> Is this really still alpha?  Thoughts on calling it beta-1 instead or
> just going for 2.1?  (I'm not a fan of baking the quality designation
> into the version number anyway.)
>
> Deploy Plugin
> -------------------
>
> There are two issues open (28,34) that need to be completed or shifted
> to a future version.
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=11131&fixfor=13110
>
> And the release notes (including those two issues that are still
> assigned to 2.4) look like:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create
>
> Not many issues resolved here, but the new skip deployment feature
> (MDEPLOY-63) has come up a few times on the user list.
>
> Thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org

Re: Releasng the war and deploy plugins

by Napoleon Esmundo Ramirez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In trunk, it says the maven-deploy-plugin still needs the release of
maven-plugin-testing-harness and maven-plugin-plugin.

On Sat, May 17, 2008 at 1:10 AM, Wendy Smoak <wsmoak@...> wrote:

> On Fri, May 9, 2008 at 1:38 PM, Olivier Lamy <olamy@...> wrote:
> > Hi,
> > No objections.
> > But currently the war plugin trunk depends on other snapshots :
> > - org.apache.maven.plugins:maven-invoker-plugin:1.2-SNAPSHOT
> > - org.apache.maven.shared:maven-filtering:1.0-alpha-1-SNAPSHOT
>
> The deploy plugin is also waiting on a release of invoker (which I
> believe is out for a vote right now.)
>
> So that's where these two still stand atm...
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

Re: Releasng the war and deploy plugins

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jun 3, 2008 at 1:21 AM, Napoleon Esmundo C. Ramirez
<napoleonesmundocarpioramirez@...> wrote:
> In trunk, it says the maven-deploy-plugin still needs the release of
> maven-plugin-testing-harness and maven-plugin-plugin.

Yep.  I think that ends up meaning a release of plugin-tools [1] and
plugin-testing [2], since it doesn't look like those things get
released separately.

(I was looking at the wrong pom when I said deploy is waiting on invoker.)

[1] http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/
[2] http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...