Christofer Dutz wrote:
sorry for cross posting this to the maven and the aether dev-list, but my
question is sort of cross-cutting and I don't quite know where it fits best.
[...]
Having a look at the code, I think it should be easy to create some sort of
PluggableScopeResolver, which defaults
Dennis Lundberg wrote:
"ExecuteJava" daemon prio=6 tid=0x06a92790 nid=0x1078 waiting on
condition [0x0a63e000..0x0a63fa10]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118)
at
java.util.c
Hi Benson,
Author: bimargulies
Date: Sat Dec 10 02:22:55 2011
New Revision: 1212720
[...]
@@ -156,12 +159,57 @@ class ReactorReader
return null;
}
-private boolean classifierComparison ( String c1, String c2 )
+/**
+ * Try to satisfy both MNG-4065 and MNG-5214. Consi
Author: olamy
Date: Mon Dec 5 10:36:32 2011
New Revision: 1210403
URL: http://svn.apache.org/viewvc?rev=1210403&view=rev
Log:
add core it test for regression found in appassembler with download timestamped
SNAPSHOT
see
http://mail-archives.apache.org/mod_mbox/maven-dev/201112.mbox/%3ccapcjjnhj
Olivier Lamy wrote:
I'd like to release Apache Maven 3.0.4 (take 2).
[...]
Note the difference with first vote is an upgrade of aether to 1.13.1
What about the memory issue that Jörg brought up? Shouldn't we at least
understand the cause and potential impact on other users before
continuing
Tamás Cservenák wrote:
Out of curiosity, why is chunked transfer encoding used to transfer
the few byte long SHA1 string?
https://issues.sonatype.org/browse/AETHER-128
many servers does not support it
completely...
Which suggests to deprecate the problematic method in the StreamingWagon
A
Olivier Lamy wrote:
I will add a core it test which check deploy of sha1 and md5.
You might want to check
MavenITmng4235HttpAuthDeploymentChecksumsTest
before.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apac
Stephen Connolly wrote:
I just tried deploying to oss.sonatype.org and with the staged 3.0.4
there were no .md5's or .sha1's deployed to the staging repo
Sounds like http://jira.codehaus.org/browse/WAGON-353, so maybe
double-check that you don't have that wagon version in there as some
exten
Stephen Connolly wrote:
Any idea what's needed to prod the process along... never having been
involved at eclipse before, this seems like a rather long process with
no visibility (as far as I can see) as to what is taking place and
where the blockers are
Looking at Eclipse' IPZilla, which btw
David Jencks wrote:
Another month went by any progress?
The sources were checked into git according to parallel IP, awaiting
full legal approval. Some dependencies still await review [0], too.
Benjamin
[0] http://www.eclipse.org/projects/ip_log.php?projectid=technology.aether
--
Hervé BOUTEMY wrote:
Is there a difference between block and
. element?
No idea.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Hi Hervé,
Author: hboutemy
Date: Tue Oct 18 20:45:35 2011
New Revision: 1185847
URL: http://svn.apache.org/viewvc?rev=1185847&view=rev
Log:
fixed wrong UT for implementation configuration
Modified:
maven/maven-3/trunk/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/Plug
Olivier Lamy wrote:
I will send an email on user ml early next week to ask early users and
push a distrib svn rev based on p.a.o.
I noticed that wagon-http:2.0 and aether:1.12+ don't go well together
because the new Wagon version bails out with
IllegalStateException( "Should not be using th
Dennis Lundberg wrote:
Map map = project.getBuild().getPluginsAsMap();
This is nice, because in Maven 3 I get the complete effective set of
plugins, from both build/plugins and build/pluginManagement.
I hope this means "get the set of build/plugins as seen in
help:effective-pom, in
Hi,
does anybody know what's the rationale behind the parameter
http://maven.apache.org/archetype/maven-archetype-plugin/add-archetype-metadata-mojo.html#goalPrefix
and its corresponding impl in the Archtype plugin, i.e. why do
archetypes bother to register a plugin prefix for them? I have a f
Graham Lea wrote:
Does this mean that it's not possible to force a plugin to execute in the
compile phase and before the default-compile execution unless I write a custom
lifecycle and use a different packaging type?
Correct.
Benjamin
--
Wendy Smoak wrote:
Isn't there a super pom baked inside Maven that everything implicitly
inherits from?
Yes.
I wonder if the order is coming from that...
No, the rules for the plugin ordering game within a given phase are
1) plugins from lifecycle mappings go first
2) plugins from the POMs
Mark Derricutt wrote:
Does anyone have any pointers to what one needs to do to work with/support
securitySettings.xml from within a custom mojo?
The comments and links in http://jira.codehaus.org/browse/MNG-4384
should provide some good pointers.
Benjamin
-
Lucas Persson wrote:
I got a tip that I can implement
org.sonatype.aether.spi.connector.RepositoryConnectorFactory but I do not really
understand how to package that into a maven plugin, or it is simply to use the
element in the pom.xml?
Yes, just make sure your JAR has the META-INF/plexus/c
Robert Scholte wrote:
Is there a chance that the plugin-tools will move forward to java5 too
I don't see a good reason why not, quite a few other plugins moved to
1.5 by now, not to mention Maven core itself.
Benjamin
-
T
Hi Tamas,
Author: cstamas
Date: Wed Mar 30 10:07:35 2011
New Revision: 1086889
URL: http://svn.apache.org/viewvc?rev=1086889&view=rev
Log:
NEXUS-4152: added UT covering the same issue
I think it would be more appropriate if those commits were mentioning
the corresponding MINDEXER issue.
B
Dan Tran wrote:
Also I am interested on how to configure username/password in
settings.xml, but not able to find instructions
http://maven.apache.org/scm-1.5/maven-scm-plugin/examples/bootstrapping-with-pom.html
Benjamin
-
Hi Stephane,
Author: snicoll
Date: Sat Mar 26 11:27:03 2011
New Revision: 1085698
URL: http://svn.apache.org/viewvc?rev=1085698&view=rev
Log:
MACR-2: added documentation.
Added:
maven/plugins/trunk/maven-acr-plugin/src/site/
maven/plugins/trunk/maven-acr-plugin/src/site/apt/
mav
David Jencks wrote:
Is there some way to require minimum plugin versions in a custom packaging or
its LifecycleMapping?
No, lifecycle mappings can only provide default plugin versions, the
versions from the POMs win.
Benjamin
-
Hi Dennis,
Author: dennisl
Date: Mon Mar 21 19:08:08 2011
New Revision: 1083903
URL: http://svn.apache.org/viewvc?rev=1083903&view=rev
Log:
o Add an experimental way of sending the release announcement, so that I can
test it on a real release. If all goes well I will move this into
maven-plugin
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-021/
Staging site:
http://maven.apache.org/plugins/maven-gpg-plugin-1.2/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@m
Stephane Nicoll wrote:
If this artifact handler is supposed to be used for a project using
app-client, I suggest to change the handler's
packaging field to match its role-hint as otherwise MNG-4654/-4730 kick in.
I had a look to those issues and I am not sure I fully understand what you
meant.
Hi Stephane,
Author: snicoll
Date: Mon Mar 21 06:10:23 2011
New Revision: 1083681
URL: http://svn.apache.org/viewvc?rev=1083681&view=rev
Log:
MACR-1: Initial version of the plugin
Added:
maven/plugins/trunk/maven-acr-plugin/ (with props)
maven/plugins/trunk/maven-acr-plugin/pom.xml
David Jencks wrote:
Any advice?
Provide a standalone example project that allows others to
reproduce/analyze the problem.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail
Emmanuel Hugonnet wrote:
How can I display the genuine scope of my dependecy ?
mvn -X ...
The debug log will print the project dependency tree before the project
gets build.
Benjamin
-
To unsubscribe, e-mail: dev-unsubsc
Dan Rollo wrote:
I'm guessing I
need the class: org.sonatype.aether.RepositoryCache, but I've no idea
which jars to include to provide it (and it's deps...).
http://mavencentral.sonatype.com/#search|ga|1|fc%3A%22org.sonatype.aether.RepositoryCache%22
https://docs.sonatype.org/display/AETHER/H
Kristian Rosenvold wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-009/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.ap
Pablo wrote:
The behaviour i want is the same as the maven-ejb-plugin: Defines an ejb
packaging type but the artifact gets installed in the repo as a .jar and
gets bundled in the ear as .jar too.
The relevant magic is called an artifact handler. See [0] and look for
the EJB case.
Benjamin
Jesse Glick wrote:
Is this line in .gitattributes for Maven 3 sources really necessary?
This configuration exists to keep Git and SVN in sync about file
modifications.
Wouldn't it be better to just delete $Id$ from those SVN sources where it
appears?
As long as somebody else provides th
The Maven team is pleased to announce the release of Apache Maven 3.0.3
Maven is a project comprehension and build tool, designed to simplify
the process of maintaining a healthy development lifecycle for your
project. You can read more here:
http://maven.apache.org/
Downloads of source
Hi,
The vote has passed with the following result:
+1 (binding): Benjamin Bentmann, Arnaud Héritier, Kristian Rosenvold,
Olivier Lamy, Hervé Boutemy, Dennis Lundberg
+1 (non-binding): Baptiste Mathus, Tamás Cservenák, Nicolas de Loof,
Mark Derricutt, Igor Fedorenko, Evgeny Mandrikov
Mark Derricutt wrote:
I note today's nightly breaks in the release plugin with a "null" version
reference in upstream artifacts which seems like a regression to a problem I
had back before 3.0 first came out.
A test case or even the actual log would be highly appreciated.
Is there a release
Jesse Glick wrote:
Cleaner would have been to introduce ArtifactRepositoryLayout3 (?) with
the getId() method; then a simple instanceof check would suffice.
No, I want any plugin moving forward to compile against mvn 3.x libs to
get a compile error and eventually implement the method themselv
Hi,
Thanks to those who tested the RC, I think we can move on to the real
thing now.
We solved 29 issues since 3.0.2:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=17061
There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.
Brett Porter wrote:
Same problem building Archiva trunk (in archiva-jetty) if you want a test
project to look at.
Thanks, that did the trick. Fixed in trunk by now.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.
Dennis Lundberg wrote:
CommandLineUtils is used in two of the Assembly Plugin's classes,
AssemblyInterpolator and AssemblyFormatUtils, but I'd like to postpone
removing it until version 2.3.
I was simply concerned whether this release, which distributes a
MIT-licensed source file, complies wi
Staging repo:
https://repository.apache.org/content/repositories/maven-048/
Hm, the following source file carries a MIT license header:
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/utils/CommandLineUtils.java
Judging f
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-046/
Staging site:
http://maven.apache.org/plugins/maven-remote-resources-plugin-1.2/
+1
Benjamin
-
To unsubscribe, e-mail: dev-
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-047/
Staging site:
http://maven.apache.org/plugins/maven-resources-plugin-2.5/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubsc
Hi,
we're aiming at a bugfix release of Maven 3 in the next week and
following tradition we invite interested users in taking the RC for a
test drive in order to detect and fix potential regressions since
version 3.0.2 before the actual release of 3.0.3.
For the duration of the RC testing, sourc
Dan Rollo wrote:
Can someone point me to a good starting point to learn about how to embed
maven 3.x?
[...]
I'm looking for a "start reading the source in file xxx" to get started
with.
http://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-embedder/src/main/java/org/apache/maven/cli/MavenC
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-030/
Staging site:
http://maven.apache.org/shared/maven-filtering-1.0/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@mav
Dennis Lundberg wrote:
Should I redo the release to include your fixes?
Your call, I don't know how dearly we need this lib to support 1.4 for
consuming plugins.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.ap
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-027/
The changes made for MSHARED-181 introduced a dependency on Java 1.5+
although the compiler settings for maven-shared indicate this library
targets 1.4. I've updated trunk to run again on Java
Johannes Ruscheinski wrote:
private void resolveDendencies(final Artifact artifact) {
getLog().info("+++ ProfilerMojo: attempting resolution
from " + localRepository.getUrl());
final String localPath = localRepository.getUrl() +
"/" + localRepository.pa
Brian Fox wrote:
Staging repo: https://repository.apache.org/content/repositories/maven-055/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Brian Fox wrote:
Staging repo:
https://repository.apache.org/content/repositories/orgapacheapache-053/
+1
All 3 staged at: https://repository.apache.org/content/repositories/maven-054/
+1
Benjamin
-
To unsubscribe, e-ma
Lukas Theussl wrote:
however site-plugin-2.2 uses doxia-1.1 and has
a prereq of maven 2.2, I seem to remember some resistance last time to
use it by default. Is this no issue anymore?
This parent POM like any other parent POM provides default values, i.e.
something that projects can override
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-038/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apach
Dennis Lundberg wrote:
I'll do the release after the skin and pom releases that are coming up.
Or should it be before the poms so that we can include the new plugin
plugin version in the plugins parent pom?
Including the new version in the upcoming parent POMs seems more beneficial.
Benjamin
Olivier Lamy wrote:
As asked by Benson, it's probably better to move MPOM from codehaus
jira to ASF jira.
It might make sense to also delete the MPOM project at Codehaus or
disable at least the submission of new issues.
Benjamin
Olivier Lamy wrote:
I propose Evgeny Mandrikov as a new committer.
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Stephane Nicoll wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-076/
Staging site:
http://maven.apache.org/plugins/maven-ear-plugin-2.5/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@m
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-072/
Staging site:
http://maven.apache.org/plugins/maven-changes-plugin-2.4/
+1
Not sure whether this is expected from the staging site but the links
"changes.xml" and "changes.xsd" below the "Refe
Kristian Rosenvold wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-066/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.ap
Rich chen wrote:
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
This jar is not even available when I use maven to build it.
The JAR is out there:
http://uk.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/
E:\Work\MavenBuild22\maven-2.2.x_ant>ant -Dht
Xie Jilei wrote:
I'm create a new ProfileActivator like:
You can't, it's not supported.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Bernd Vogt wrote:
is it intended that non proxy host settings are not evaluated by
LegacyRepositorySystem#injectProxy(List,
List)" ?
No, please fill a bug at http://jira.codehaus.org/browse/MNG
Is there another convenient way to create a fully configured
ArtifactRepository (even when the Moj
Mark Struberg wrote:
It throws the checked IOException and XmlPullParserException, but can it also
throw unchecked Exceptions under 'normal' conditions?
AFAIK no.
So I'm not sure if I should add a catch (Exception e) instead of the 2 checked
exceptions, or if all sane cases are already wra
Lukas Theussl wrote:
I am confused indeed. I simply used MPLUGIN-180 to verify it works, but
just realized it's not good because both input and output encoding are
the same there.
Right, it gets only interesting if the two encodings have different
values, e.g. setting project.reporting.output
Hi Lukaus,
Author: ltheussl
Date: Sun Jan 16 13:14:04 2011
New Revision: 1059551
URL: http://svn.apache.org/viewvc?rev=1059551&view=rev
Log:
[MPLUGIN-180] forward encoding to the PluginToolsRequest
Modified:
maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plug
Vincent Siveton wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-021/
Staging site:
http://maven.apache.org/plugins/maven-doap-plugin-1.1
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@m
The Maven team is pleased to announce the release of Apache Maven 3.0.2
Maven is a project comprehension and build tool, designed to simplify
the process of maintaining a healthy development lifecycle for your
project. You can read more here:
http://maven.apache.org/
Downloads of source a
Brian Demers wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-016/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.o
Hi,
The vote has passed with the following result:
+1 (binding): Benjamin Bentmann, Emmanuel Venisse, Arnaud Héritier, John
Casey, Hervé Boutemy, Vincent Siveton, Olivier Lamy, Brian Fox, Kristian
Rosenvold, Brett Porter
+1 (non-binding): Evgeny Mandrikov, Mark Derricutt, Tony Chemit, Jason
Hi,
We solved 25 issues since 3.0.1:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16952
There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1
Staging repo:
https://repository.apache.org/cont
Fredrik Jonson wrote:
Any chance to get a fix for that included in 3.0.2?
Unlikely.
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Vincent Siveton wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-004/
// current project
File outFile = new File( doapFile );
if ( !doapFile.contains( File.separator ) )
{
outFile = new File( outputDirectory, doapFile );
Karl Heinz Marbaise wrote:
I have observed that behaviour with maven-surefire 2.7.1 (in
relationship with Maven 3.0.1) but i use maven-surefire plugin
2.4.3...(see http://jira.codehaus.org/browse/SUREFIRE-680)
From your build's log:
[INFO] --- maven-surefire-plugin:2.7.1:test (default-test)
Hi,
we're aiming at a bugfix release of Maven 3 in the next week and
following tradition we invite interested users in taking the RC for a
test drive in order to detect and fix potential regressions since
version 3.0.1 before the actual release of 3.0.2.
For the duration of the RC testing, s
Brian E. Fox wrote:
-1 to a, +1 to b
Just to be clear, I meant a) AND b), not either or. a) is concerned
about the actual version interpretation, b) about guiding the user into
the desired direction for future projects.
In light of this, I'm not sure what your "-1 to a" means.
Benjamin
Olivier Lamy wrote:
As we will start a new year, I'd like to move scm to java 1.5.
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Brett Porter wrote:
I think the original reason the logic is how it is was because just "SNAPSHOT"
(with no leading version) was valid, but that behaviour has long been (unofficially)
deprecated.
Given this style of versioning is apparently in use and I personally see
nothing wrong with hav
Dennis Lundberg wrote:
One comment I would make is if the plugin moves to another forge (hence different
groupId) a relocation pom should be created at the "old" location - not just an
update to the SCM.
This would mean that we (the Maven project) would have to deploy
relocation POMs everyti
Brian E. Fox wrote:
Do you need @aggregator to make sure the reactorProjects is properly populated?
No, at least not just for inspection of the projects and their model.
Neglecting the run-once behavior of @aggregator, it would be required if
their dependencies needed to be resolved or lifec
Bernd Vogt wrote:
when implementing a Mojo (Maven 3), how do I get the MavenProject
objects of the modules that were already built by the current reactor
build?
Sounds either like
/** @parameter default-value="${reactorProjects}" */
Collection projects;
or http://jira.codehaus.org/browse/MNG
Vincent Siveton wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-034/
Staging site:
http://maven.apache.org/plugins/maven-project-info-reports-plugin-2.3.1
+1
Benjamin
-
To unsubscribe, e-mail:
Guo Du wrote:
Is there any logic behind this or those two will be merged some day?
Same concept for different APIs.
implementation: org.apache.maven.artifact.repository.MavenArtifactRepository
Legacy Maven 2.x API
implementation: org.sonatype.aether.repository.RemoteRepository
Maven 3.
Kristian Rosenvold wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-026/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.ap
Dennis Lundberg wrote:
I have some features I'd like to work on for the Changes Plugin. To
simplify the work I would like to start using Java 5 features [...]
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apac
Kristian Rosenvold wrote:
The way I understand you this is halfway a documentation issue; any
non-legal value including the string "filesystem" will actually give you
filesystem order.
Oh I see, I didn't properly read the diff.
So I could "solve" this by just adding "filesystem" to the list
Hi Kristian,
Author: krosenvold
Date: Tue Dec 14 14:55:52 2010
New Revision: 1049118
URL: http://svn.apache.org/viewvc?rev=1049118&view=rev
Log:
[SUREFIRE-321] Added runOrder mojo attribute, including documentation.
[...]
@@ -595,6 +595,20 @@ public class IntegrationTestMojo
private Boole
Brett Porter wrote:
[...] "SNAPSHOT" (with no leading version) was valid, but that behaviour has
long been (unofficially) deprecated.
Do you have some more pointers for this deprecation handy?
Benjamin
-
To unsubscribe, e-
Benson Margulies wrote:
Say that, in a parent pom, there is an execution of a plugin that sets
a property. (e.g. the build helper plugin's port reserver).
Will those properties inherit down to the children?
No, the runtime data of project instances is separated.
Benjamin
--
Hi,
as part of MNG-4893 [0] an inconsistency in the way a version string is
treated as a snapshot or release was detected. In short, the issue is
about what suffix exactly marks a snapshot version.
The current intention is to revise the logic such that the suffix
"-SNAPSHOT" (note the leadin
Hi Vincent,
Author: vsiveton
Date: Fri Dec 10 10:32:41 2010
New Revision: 1044272
URL: http://svn.apache.org/viewvc?rev=1044272&view=rev
Log:
MDOAP-27: Generated files aren't useable with Jena
o added validate parameter
[...]
Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL:
http:/
Hi Vincent,
Author: vsiveton
Date: Fri Dec 3 12:42:38 2010
New Revision: 1041791
URL: http://svn.apache.org/viewvc?rev=1041791&view=rev
Log:
o improved TransferFailedException catch for unknown hosts
o take care of unknown hosts to prevent undesirable ping
Modified:
maven/plugins/trunk/
Dennis Lundberg wrote:
Staging repo:
https://repository.apache.org/content/repositories/maven-022/
Staging site:
http://maven.apache.org/plugins/maven-site-plugin-2.2/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@
Brian Demers wrote:
Staging repo:*https://repository.apache.org/content/groups/maven_promotion-010/*
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apa
Brian Demers wrote:
Staging repo:
https://repository.apache.org/content/groups/maven_promotion-008/
+1
Benjamin
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apac
The Maven team is pleased to announce the release of Apache Maven 3.0.1
Maven is a project comprehension and build tool, designed to simplify
the process of maintaining a healthy development lifecycle for your
project. You can read more here:
http://maven.apache.org/
Downloads of source a
Hi,
The vote has passed with the following result:
+1 (binding): Benjamin Bentmann, Daniel Kulp, Jason van Zyl, Arnaud
Héritier, Kristian Rosenvold, John Casey, Ralph Goers, Stephen Connolly,
Emmanuel Venisse, Lukas Theussl, Olivier Lamy, Vincent Siveton, Brett
Porter, Hervé Boutemy
+1
Hi Brian,
Author: bdemers
Date: Tue Nov 23 14:35:06 2010
New Revision: 1038139
URL: http://svn.apache.org/viewvc?rev=1038139&view=rev
Log:
Adding a zip and tar source assembly, some apache projects need zips and tars
for source distributions
Added:
maven/resources/trunk/apache-source-re
Hi,
3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do
the real thing.
We solved 21 issues since 3.0:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16331
There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNaviga
Baptiste MATHUS wrote:
I just created a test project from
archetype, and tried -T option. And surefire shows up as being locked onto
the 2.5 version, should/couldn't 3.0.1 be locked onto 2.6 one
I didn't feel comfortable making Surefire 2.6 the default in light of
SUREFIRE-615 but that's just
1 - 100 of 1131 matches
Mail list logo