On Sun, Jul 10, 2011 at 1:58 PM, Benson Margulies wrote:
> The vote on wagon only attracted two binding +1 votes. Now what? A new
> vote, since this one is formally closed?
The 72 hour waiting time is a minimum, you can certainly let it go
longer (especially when it runs over a weekend when peopl
On Wed, Jun 29, 2011 at 2:36 PM, Martin Gainty wrote:
> make ¢?
No. Where did that list come from?
I thought maybe the OP was asking about the many modules in the Maven
source code: http://svn.apache.org/repos/asf/maven/maven-3/trunk/
--
Wendy
--
On Mon, Jun 27, 2011 at 10:08 AM, Wendy Smoak wrote:
> Build A using whatever setting is supposed to NOT retrieve snapshots,
> and see if it does.
Then again, it only retrieves snapshots once a day by default, so
you'd either have to wait until tomorrow for that part of the test,
On Mon, Jun 27, 2011 at 9:44 AM, Benson Margulies wrote:
> OK, bear of little brain time here. If I use install:install-file on a
> file URL, I can turn around after that and use the resulting thing as
> a ?
No, you'd want deploy:deploy-file, however I wouldn't try that with a
snapshot, I'm not s
On Mon, Jun 27, 2011 at 8:55 AM, Benson Margulies wrote:
> I'm checking into whether archiva can be launched embeddedly.
Seems like overkill. Deploying to file:// using
-Dmaven.repo.local=/tmp/repo (to keep from updating the local repo of
the project you are testing with) should do it.
--
Wend
On Sat, Jun 4, 2011 at 9:04 AM, Benson Margulies wrote:
> I don't seem to have commit karma:
Double check that you have it checked out from the https:// url?
(What does svn info say?)
--
Wendy
-
To unsubscribe, e-mail: dev-uns
On Sun, May 22, 2011 at 3:00 PM, John Casey wrote:
> I've just tried building a test project that resolves artifacts from
> http://repo1.maven.org/maven2 and it's working.
It wasn't responding earlier, even to display the 'browsing is
disabled' page. Seems to be okay now.
--
Wendy
--
On Thu, May 12, 2011 at 6:11 AM, Jagadeesh Naidu G wrote:
> I am able to build the application successes fully, But while doing mvn
> release: perform I am facing one issue with maven. Please help me out how to
> fix this issue. Any help is greatly appreciated.
You've now posted the same thing
On Mon, May 9, 2011 at 5:02 PM, Graham Lea wrote:
> I suppose my test case does contradict the last comment by Benjamin.
> The comment is about inheritance and the like, however the test case I've
> created has no inheritance at all.
Isn't there a super pom baked inside Maven that everything im
On Sat, Apr 23, 2011 at 2:00 PM, Benson Margulies wrote:
> I'm wrestling with a bug report on a plugin wherein the claim is that
> it works fine *except* in release:perform. Obviously, I can't be
> making source control checkins all over the place running integration
> tests to diagnose this. Is t
On Mon, Apr 4, 2011 at 7:11 AM, Benson Margulies wrote:
> Oh Maven PMC,
>
> Have you ever considered splitting the user list into one for people
> who type 'mvn' and another for people developing plugins? The
> audiences are fairly distinct, and I think that it would improve the
> Signal to Noise
On Sun, Mar 27, 2011 at 11:33 PM, zheng.xiaoxi
wrote:
> Thanks for providing this great Continuous integration tools. But In my
> practice, There are two issues:
This list (dev@) is meant for discussion about developing the Maven
software itself. Please post your questions on the relevant 'user'
On Sat, Mar 19, 2011 at 4:19 PM, Stephane Nicoll
wrote:
> okay I have a candidate implementation based on the initial plugin on google
> code.
How big of a contribution is it? Does it need to go through the IP
clearance process?
http://incubator.apache.org/ip-clearance/index.html
--
Wendy
--
On Tue, Jan 25, 2011 at 11:39 AM, Jason van Zyl wrote:
> When some guy who done virtually nothing for two years vetoes someone [else]
> then it's not a meritocracy, it's ridiculous is what it is.
That was out of line. There is no contribution threshold before you
are allowed to have an opinion
On Sat, Dec 11, 2010 at 10:24 AM, Paul Benedict wrote:
> Is there any special procedures for this? Any CLA need signing or can
> he contribute new documentation?
wrong list?
--
Wendy
-
To unsubscribe, e-mail: dev-unsubscr...@m
I replied off-list suggesting users@ instead of iss...@. -Wendy
On Wed, Nov 10, 2010 at 7:39 PM, shragi wrote:
>
> I downloaded a project that is build using maven. I also downloaded maven
> 2.2.1 version. This is the first time I am using maven.
...
-
I noticed that the Site plugin docs for the deploy goal only talk
about the 'scp' and 'file' protocols. I know it's possible to deploy
with scm: as well, because I've published sites to Subversion. I'm
not sure it works with all scm systems though.
I'll take a stab at updating
http://maven.apach
On Fri, Oct 1, 2010 at 12:56 PM, Alan D. Cabrera wrote:
> Is there some way to categorize jars and restrict the dependencies between
> categories of those jars? At least maybe reports dependency violations?
>
> For example let's say I have two categories, api and impl. Impl can depend
> on Api
On Mon, Sep 20, 2010 at 10:23 AM, Mark Hobson wrote:
> Oh no! You're right, Brian demoted me back in July; that'll teach me
> for getting caught up with work. Do I have to do anything special to
> get reinstated?
(If Brian hasn't seen this thread and done it already,) send an email
to the PMC
On Mon, Sep 6, 2010 at 9:27 PM, Iqbal, Aftab wrote:
> the mail archives are available only through the Web interface and are not
> downloadable. I am looking for monthly generated mailbox archives which i can
> download and can parse locally (some Apache projects also hosted such mailbox
> arch
On Thu, Jun 17, 2010 at 9:03 AM, kcmohankrishna
wrote:
> I am new one to maven, I have no much experience with this tool.
Please post your question on the users list. (The dev list is for
discussion of developing Maven itself.)
You can find subscription info here: http://maven.apache.org/ma
On Wed, Jun 16, 2010 at 5:28 AM, Ludwig Magnusson wrote:
> I'm receiving double copies of each email on the maven developers list.
> Is there anyone experiencing the same problem or is there someone I can
> contact about this?
I checked with the infra team about it. Write to infrastructure -at-
On Thu, Apr 22, 2010 at 12:00 PM, nicolas de loof
wrote:
> +1 for .mvn and backward compatibility with .m2 if not found
Wouldn't it _create_ .mvn if it's not found? Otherwise what's going
to happen the first time you use m3 on a new machine?
--
Wendy
--
On Tue, Mar 23, 2010 at 6:45 PM, Brett Porter wrote:
> In what instances do you find you need to use them? I thought for plugins,
> with the use of @since and similar descriptive text it wasn't needed.
Count me -0 on removing them. We keep versioned docs around for a lot
of things and I think t
On Mon, Mar 22, 2010 at 10:43 PM, Brett Porter wrote:
> In the release docs [1], there is nothing about removing the staged
> documentation directory after it is completed. This means we have a lot of
> versioned directories of plugin sites, but they are never linked to. Should
> they be remove
On Thu, Jan 14, 2010 at 6:33 PM, Brett Porter wrote:
> I think this has come up before and we wanted to avoid doing it for things on
> the command line, where it is hard to override. In general that would be
> true, but for the archetype plugin being the first experience people have
> with Mave
On Tue, Jan 12, 2010 at 9:43 AM, Stephen Connolly
wrote:
> For some reason the site descriptor does not get a signature generated
> by the gpg plugin.
>
> As r.a.o now requires all artifacts to be signed, it would appear to
> be impossible to close a staged repository.
If it's going in the repo,
On Mon, Dec 21, 2009 at 10:44 AM, amaresh mourya
wrote:
> Hi All,
> I have the situation where when :
> I ran the org.apache.maven.project.MavenProject build() method from
> DeafultMavenProjectBuilder for maven-artifact's pom.xml (see A) to build
You've already posted this four times on the user
On Wed, Dec 9, 2009 at 2:53 AM, wrote:
> Not sure if this was already posted. I am not recieving any response nor
> this email.
We got it. Please pick *one* list at a time, don't crosspost.
The Maven website has information on how to get started developing.
You'll get more help if you make an
On Fri, Nov 20, 2009 at 2:46 PM, Michael wrote:
> Brian Fox schrieb:
>>
>> oh wait oh wait, but i've got 15 things.
>
> Which are?
He's kidding. :) It seems like every time someone tries to release
something around here, there is a chorus of "but wait, one more
thing!" as if it will be the l
On Mon, Nov 9, 2009 at 8:02 PM, Dan Fabulich wrote:
> I attempted to check in the code in time for 3.0-alpha-3 a few days ago.
> That code was rolled back over the weekend and now lives in the MNG-3004
> branch, because it broke integration tests. All integration tests now pass
> on my machine wi
On Wed, Oct 28, 2009 at 4:52 AM, Benjamin Bentmann
wrote:
> following a comment by Wendy on JIRA, I wanted to re-check what our plans
> are for repositories in dependency POMs. In more detail, how is dependency
> resolution in Maven 3.x expected to work
Thanks for bringing this up, Benjamin. I k
On Tue, Oct 13, 2009 at 7:05 PM, KDLS wrote:
>
> I am new to the Java, Maven, etc. I just downloaded and installed Maven.
> Followed all their instructions.
> I can not run any goal including mvn clean, or mvn anything. Pl. find the
> following stack trace. Any help will be greatly appreciate
On Mon, Aug 17, 2009 at 5:27 AM, Benjamin
Bentmann wrote:
> Is anybody aware of changes in our tooling that could cause this? Infra said
> we would have to do "chmod" and "chgrp", was that ever the case and changed
> recently?
Nothing changed that I know of... it's always been like this, and you
h
On Thu, Aug 13, 2009 at 12:49 PM, Benjamin
Bentmann wrote:
> Stephen Connolly wrote:
>
>> Do you want comments on this thread or on the wiki?
>
> Good question. Personally, I could imagine keeping the discussion on the
> mailing list is easier to follow, this linear comment listing in Confluence
>
On Thu, Jun 25, 2009 at 8:51 AM, Wendy Smoak wrote:
> +1 -- we've been using it for the Continuum site for a while. I
> tested the 1.0 version and it works fine [1].
... oops, I think we need to have a source distribution as well. I
know Brian was working on automating that, but m
On Thu, Jun 25, 2009 at 1:52 AM, Lukas Theussl wrote:
> We solved 11 issues since the [PDF] plugin was promoted from the sandbox:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11932&styleName=Html&version=15118
+1 -- we've been using it for the Continuum site for a while. I
tested
On Wed, Jun 24, 2009 at 10:07 AM, Jason Voegele wrote:
> Thanks for the response. I guess I'll try my hand at using a lock file or
> something similar in my wrapper scripts. I'm thinking that this algorithm
> might work:
You might look at Don Brown's work on parallel resolution of artifacts
[1]
On Sat, Jun 13, 2009 at 8:06 PM, Vincent
Siveton wrote:
> 2009/6/13 Barrie Treloar :
> The differences are mainly about links.
> See this MPIR staging page [1] vs final [2]
But that's a bug in the site plugin, right? It _ought_ to be the same
content from stage-deploy and deploy.
--
Wendy
---
On Sat, Jun 13, 2009 at 5:49 AM, Barrie Treloar wrote:
> But isn't the output of these the same content?
> So instead of re-running this couldn't I just copy the already
> deployed version in /www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z
> to /www/maven.apache.org/plugins/maven-XXX-plugin ?
On Sun, May 17, 2009 at 3:15 PM, Brian Fox wrote:
> Bump.
Maybe it would be better to post the info and discuss here? I don't
think people are going to keep going back to a wiki page to follow the
comments, and it would be good to have it all in the list archives
anyway.
--
Wendy
On Wed, Apr 29, 2009 at 8:23 PM, John Casey wrote:
> Assuming we require JDK 1.5 for Maven 2.2.0, I don't know how to tell users
> to build projects that require JDK 1.4, using a JDK 1.4 compiler. From what
> I've been able to find, the toolchains stuff isn't used by any released
> plugin version
On Thu, Apr 23, 2009 at 10:00 AM, Jason van Zyl wrote:
> Maven was the first project at Apache to use JIRA and though there was a
> great deal of concern/noise about using JIRA it ultimately proved to be a
> decent system and now lots of projects are using JIRA.
>
> I'm not particularly intereste
On Mon, Mar 9, 2009 at 3:31 PM, Lukas Theussl wrote:
> Rémy Sanlaville wrote:
>> Otherwise three possible improvements:
>> 1. Why it's a (build) plugin and not a report plugin ?
>
> I have no strong opinion for or against either but I guess we'll have to pin
> it down for the first release. Open
On Thu, Mar 19, 2009 at 7:25 PM, Paul Benedict wrote:
> Is there a way to bring in a library only for compiling without making
> it part of the runtime (i.e., war dependency) or using transitive
> exclusions? Java 5 has source-level annotations and sometimes a
> dependency is only for compiling an
On Thu, Mar 19, 2009 at 5:35 AM, jevica.arianne
wrote:
> Hi!
>
> I have tried the maven-pdf-plugin and I've encountered some bugs. Where can
> I file those?
You can use http://jira.codehaus.org/browse/MSANDBOX in the
maven-pdf-plugin component for now.
It was recently promoted from the sandbox,
On Sun, Mar 15, 2009 at 4:30 AM, Benjamin Bentmann
wrote:
> Do we have some guideline for the deployed plugin site and its
> state/contents? For instance, the site is now saying "Version:
> 1.3-SNAPSHOT", its "Source Repository" report points to trunk instead of
> maven-shade-plugin-1.2 and the
On Mon, Mar 9, 2009 at 3:31 AM, Lukas Theussl wrote:
> With Doxia 1.1 released, I'd like to promote the pdf plugin out of the
> sandbox so we can release it. Snapshot is deployed:
+1 to promote it from the sandbox.
--
Wendy
-
On Thu, Mar 5, 2009 at 3:04 PM, Dennis Lundberg wrote:
> We're trying to find the "best" version of NMaven to start to use at
> work. I didn't follow the discussions at the time, but it clear to me
> that NMaven didn't graduate from incubation. According to this page:
>
> http://incubator.apache
On Wed, Mar 4, 2009 at 4:12 PM, Olivier Lamy wrote:
> I don't really wan't to block a release with nice a new feature for
> only a number :-).
Do we have development guidelines for what constitutes
major/minor/patch/alpha/beta versions documented? Maybe adding that,
plus a step or note in the
On Fri, Feb 20, 2009 at 1:56 AM, Lukas Theussl wrote:
> The plugin is only used to build the pdf for the site, it's not needed for
> building the plugin itself. Since the snaphot is deployed, I suppose you
> didn't have the m2 snapshot repo configured? All the doxia snapshots should
> be deployed
On Thu, Feb 19, 2009 at 9:47 AM, Wendy Smoak wrote:
> I can't tell what page it's unhappy about from the error, so I'll
> create a pdf.xml with a table of contents as described in the docs,
> and add things in until it blows up again. :)
... and of course right after I
On Thu, Feb 19, 2009 at 6:30 AM, Lukas Theussl wrote:
>
> For all those interested: I have just deployed a new snapshot of the sandbox
> pdf-plugin:
>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/
>
> We are now shading the doxia deps to resolve
On Fri, Feb 13, 2009 at 4:04 AM, Thomas Schoepf wrote:
> The docu at
> http://maven.apache.org/shared/maven-archiver/examples/classpath.html#Custom
> lists examples how to configure a customClasspathLayout. The examples use
> ${artifact}
> If one follows that, the manifest will have "null" i
I was working with the Selenium tests for Continuum, and noticed that
there are still UI tests living in shared:
http://svn.apache.org/repos/asf/maven/shared/trunk/maven-web-ui-tests/
I think these are left over from when Continuum and Archiva lived
here, and can be removed.
--
Wendy
-
On Tue, Feb 10, 2009 at 6:26 AM, Paul Benedict wrote:
> Will the download page be updated to contain this? 2.1-M1 is there ...
> kind of makes sense to me 3.0 should be there too.
Jason mentioned he doesn't recommend anyone try it just yet, so I
wouldn't put it on the download page which is inten
On Thu, Feb 5, 2009 at 10:19 PM, Brett Porter wrote:
> You also need another step - either rsync to people so that one is kept up
> to date, or provide a replacement for Henk's scripts (or just block
> deploy/promotion with messed up sigs).
Any news on this bit?
The reposit...@a.o list needs so
On Wed, Jan 21, 2009 at 5:17 PM, Oleg Gusakov
wrote:
> Logistics were sorted out, here we go:
>
> This is iterative improvements release of Mercury.
The the tag was modified in r736525. Have the binaries been changed
since the vote started?
(The commit message on the tag could use an issue numb
+1
--
Wendy
On Mon, Jan 12, 2009 at 10:10 AM, John Casey wrote:
> Hi everyone,
>
> I've had the pleasure of working with Petar since sometime around August or
> a bit earlier. He's been instrumental in getting this latest release of the
> Assembly Plugin tested, patched, and ready to go. His co
On Fri, Jan 9, 2009 at 6:48 AM, Nimbkar, Mandar
wrote:
> I have few junit test cases to be executed using Maven build.
...
I replied on the users list and copied you. Please follow up on that
list instead; this one is for discussing the development of Maven
itself. Thanks!
--
Wendy
On Sun, Dec 14, 2008 at 7:28 AM, Vincent Siveton
wrote:
> Is it intentional that these files are not deployed? If yes, why do we
> need to generate them?
They're probably not being deployed because it requires a manual step.
For the Struts site, we have some antrun config [1] that grabs the
dtd
We had a Build Tools and Repository Managers BOF earlier this week at
ApacheCon... while I left the topic general, it pretty much turned
into the Maven BOF. :) Following are brief notes about the topics
that came up. Please fill in if I missed something or ask for more
details, more than likely
On Fri, Oct 31, 2008 at 11:02 AM, Raphaël Piéroni
<[EMAIL PROTECTED]> wrote:
> any one ?
I spent a few minutes on this when you first asked, and didn't get
anywhere. Can you give some hints on how you'd like us to test them?
(They're not hooked up in the build, so first I had to build the
arche
The users list is the right place... give it a bit more time, it
hasn't even been 24 hours yet. :)
You can also search JIRA to see if this problem has already been
reported. Is this it? http://jira.codehaus.org/browse/MNG-1999
(Reporting inheritance does not work properly)
If so, it's marked fi
On Wed, Oct 15, 2008 at 5:58 AM, svenson <[EMAIL PROTECTED]> wrote:
> I've encountered the following problem. I work on a web project
...
Please ask questions on the [EMAIL PROTECTED] list rather than [EMAIL PROTECTED]
I answered (or, rather, asked more questions,) on that list. As it
looks like
On Fri, Oct 10, 2008 at 6:19 AM, Jamie Whitehouse
<[EMAIL PROTECTED]> wrote:
> Since the released 2.1 documentation isn't available online I thought
> I'd build a site locally for reference. After checking out the tag and
> running mvn site:site I get a compilation failure:
...
> Any ideas?
An un
On Thu, Oct 2, 2008 at 4:34 AM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> https://ci.sonatype.org/view/Reports/
> http://www.sonatype.org/~j2ee-hudson/reports/
>
> They are launched every night and every 5 minutes if the code changed.
Thanks, Arnaud! Does that mean we're polling svn every 5 mi
On Wed, Sep 24, 2008 at 10:04 AM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> Someone wants to take the lead ?
> there are 2 issues to fix in the roadmap
If they are not regressions, and no one is actively working on them,
then let's push them out to the next version and get the work that's
alrea
On Thu, Sep 25, 2008 at 12:08 PM, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> Is there something holding the release of the clean plugin?
> Last release 2.2 was Nov 2007 and 8 issues have been fixed since then
Strange, it didn't show any fixed-but-not-released issues (or votes)
on the report:
htt
On Wed, Sep 17, 2008 at 10:46 AM, Benjamin Bentmann
<[EMAIL PROTECTED]> wrote:
> Wendy Smoak wrote:
>
>> Isn't there a workaround for this, specifying the full url when doing
>> an update or something similar?
>
> I am admittedly biased (being a Windows user,
On Wed, Sep 17, 2008 at 9:56 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
> I thought I'd go through the docs for Archetype and did an 'svn update'
> on my previous checkout. That failed because some files with very long
> paths have been added since my last checkout. Needless to say I'm on
> Wi
On Tue, May 22, 2007 at 7:05 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
> Ok, there seems to be some interest. I will spend some time putting the code
> into a suitable packaging / licensing structure and post it for a vote.
There was some interest in a conversion tool on #maven this morning.
Did
On Sat, Sep 13, 2008 at 7:13 AM, Raphaël Piéroni
<[EMAIL PROTECTED]> wrote:
>> Do you mean this gets created at build time? At run time? I know I
>> found a file in there to edit...
>
> what i do usually, is run the profile,
> grab the catalog that was tested (printed on screen) then paste to t
On Fri, Sep 12, 2008 at 9:06 AM, Raphaël Piéroni
<[EMAIL PROTECTED]> wrote:
> I am currently enhancing the documentation.
> Have you a multi-module project at hand i could use to
> create an example of using create-from-project.
Not offhand, but we could put one in the maven sandbox. For example
On Fri, Sep 5, 2008 at 1:46 PM, Raphaël Piéroni
<[EMAIL PROTECTED]> wrote:
> I would like to release the current trunk of the archetype plugin.
>
> It is currently dependent upon maven-parent-9-SNAPSHOT.
> Is there really any matter i should suspect downgrading to 8?
>
> I would also be sure every
On Wed, Sep 3, 2008 at 5:34 AM, Paul Benedict <[EMAIL PROTECTED]> wrote:
> Are there any objections to marking the 2.0.10 issues also for 2.1 and
> 3.0? I can do a batch update with no email notice. Let me know. I am
> in no hurry to make the change. If I see no objections by the weekend,
> I'll do
On Tue, Sep 2, 2008 at 10:29 AM, Paul Benedict (JIRA) <[EMAIL PROTECTED]> wrote:
> Paul Benedict commented on MNG-3738:
> I don't have access to change states. Sorry, I wish I did.
Brett, I think you set up a new JIRA permission group for contributors?
Any objections to allowing that group to re
On Sat, Aug 30, 2008 at 8:05 AM, Vincent Siveton
<[EMAIL PROTECTED]> wrote:
> 2.1-alpha-2.rip is still present. How to remove it?
Delete it on the ASF side and ping repository@ for someone to remove
it from central, I think.
--
Wendy
On Fri, Aug 29, 2008 at 9:02 AM, John Casey <[EMAIL PROTECTED]> wrote:
> Okay,
> Let's put it to a vote. We have two options:
I have a slight preference for #2 since I prefer httpd-style
versioning ("it's just a number").
However, my vote goes to whatever John wants, since he's doing most of
the
On Fri, Aug 29, 2008 at 8:54 AM, Ralph Goers <[EMAIL PROTECTED]> wrote:
> I would like to point out that if we go with option 1 then the lifespan of
> 2.1.x will almost certainly be very short.
This might not actually be a bad thing. The archives are full of
"Maven 2.1" discussions that now belon
[moved from [EMAIL PROTECTED]
On Wed, Aug 27, 2008 at 2:39 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> For any tool you see saying they support Nexus indexes make sure they are
> using our APIs. We guarantee nothing in the way of the format, but we have
> gone to excruciating lengths to make sur
On Wed, Aug 27, 2008 at 12:02 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote:
> I thought it would be cool to have a downloader plugin that let you do this:
>
> mvn downloader:get
>-Dartifact=org.apache.maven.plugins:maven-scm-plugin:1.1
>-DrepoUrl=http://people.apache.org/~olamy/staging-repo
On Fri, Aug 22, 2008 at 2:46 AM, Benjamin Bentmann
<[EMAIL PROTECTED]> wrote:
> I would like to propose the following update (excluding typos ;-) ) to the
> index.apt template given in the Plugin Documentation Standard [0]:
Sounds good. :)
Each plugin has an associated wiki page... what do you t
On Sat, Aug 23, 2008 at 1:15 PM, Petar Tahchiev <[EMAIL PROTECTED]> wrote:
> this is Petar Tahchiev from the Jakarta Cactus team. Our release depends on
> fixing the 345 issue of the Assembly plugin and releasing a new version of
> this plugin. I have created several patches and integration tests
On Fri, Aug 22, 2008 at 1:54 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Be sure about my spare time is not 100% sure :-)
> Currently there are only 7 issues for 1.1.1 (some have patches).
>
> But it looks Mark has attached a patch to SCM-402 (I can certainly
> apply it quickly and rebuild a rel
On Sat, Aug 16, 2008 at 1:09 AM, Benjamin Bentmann
<[EMAIL PROTECTED]> wrote:
> do we have an agreed naming convention for plugin goals? E.g.
> reactor:makeMyChanges
> and
> dependency:purge-local-repository
>
> obviously follow different rules. Having one naming style would ease
> memorizing si
On Thu, Aug 14, 2008 at 11:07 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> Sign up to Hudson, we'll setup your perms and you can hook it up yourself.
I'm registered as wsmoak.
Thanks,
--
Wendy
-
To unsubscribe, e-mail: [EMAI
On Sat, Aug 9, 2008 at 3:38 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> On 9-Aug-08, at 9:32 AM, Wendy Smoak wrote:
>> What about a list of votes on resolved|closed issues attached to
>> unreleased versions (or no version)? That will tell us which plugins
>> have fi
- mvn clean does not clean up target directories and
build logs from integration tests
** Wish
* [MWAR-118] - jar in lib dir are not cleaned if version of the
changes im pom.xml
Enjoy,
--
Wendy Smoak
on behalf of the Maven team
--
I had some trouble with the stage plugin and the release, but I think
it's all fine now.
(First it died with java.lang.ClassCastException:
org.apache.maven.wagon.providers.ssh.jsch.ScpWagon, and I switched
from Maven 2.0.9 to 2.0.10-RC5 since it worked with that for the
deploy plugin last week. T
Aug 9, 2008 at 9:19 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> It's time to release the War Plugin.
...
> Staging repo:
> http://people.apache.org/~wsmoak/staging-repo
> Vote open for at least 72 hours, assuming it passes I'll probably
> finish it on Wed
If there are descriptive commit messages on the branch, they get lost
in the merge, and the branch will get deleted at some poing. Is there
a JIRA issue or a discussion on the list that this goes with?
-Wendy
On Tue, Aug 12, 2008 at 10:09 PM, <[EMAIL PROTECTED]> wrote:
> Author: sisbell
> Date:
On Fri, Aug 8, 2008 at 3:52 PM, John Casey <[EMAIL PROTECTED]> wrote:
> The distro is here:
> http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC6/org/apache/maven/apache-maven/2.0.10-RC6
> Please give it a spin and see what you think!
I'm having trouble with RC6 and the Javadoc plugin.
> From: Jason van Zyl <[EMAIL PROTECTED]>
> I created a panel in Hudson:
> http://ci.sonatype.org/view/Reports/
> There is a "Plugin Votes Report", and when you trigger the job it will render
> this:
> http://www.sonatype.org/~j2ee-hudson/reports/plugin-votes.txt
> They just use Swizzle (which is
It's time to release the War Plugin. Thanks to Benjamin and Olivier
for removing all the snapshot dependencies to make this possible!
We discussed making this release beta-1 or even 2.1, but with all the
recent changes around filtering I decided to stay with alpha-2. Trunk
is now beta-1, and we
On Sat, Aug 2, 2008 at 7:49 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> The war plugin is blocked by a snapshot depedency on the new
> maven-filtering component. Looks like the vote on an initial release
> for that wasn't successful. Olivier, are you planning to re-try it
On Thu, Aug 7, 2008 at 2:14 PM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> Do you want to have ITs activated by default in the plugin build ?
No.
> Why ?
The default build should be fast, otherwise people are going to skip
the tests entirely. Integration tests don't need to be run on every
On Wed, Aug 6, 2008 at 2:08 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
> Staging repo:
> http://people.apache.org/~dennisl/staging-repo/maven-invoker-plugin/
...
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
+1 - I tried it with the integration tests for the war plugin.
--
Wendy
-
On Thu, Aug 7, 2008 at 9:27 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> We can call it whatever version. At this point I don't think it much
> matters.
I'd like to see the current trunk moved to a code-named branch, so
that we can make incremental improvements in 2.1, 2.2, 2.3, etc.
In the cu
Enjoy,
--
Wendy Smoak
on behalf of the Maven team
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
1 - 100 of 507 matches
Mail list logo