You can add a new version of commons-io as a dependency of the plugin in
this case
This should reduce the noise of your scanning tool (as I guess it’s what
you are naming as vulnerability :) )
On Tue, 29 Oct 2024 at 2:25 pm, Derek Cordeiro wrote:
> I'm not using it directly. Its a dependency to
Well, TBH, the ASM upgrade is the usual/famous pain with any JDK new
version :), and this happens for every project that depends on it.
I was blocked testing Jetty build with jdk24 til the last asm 9.7.1
except not depending on ASM not sure what to do.
On Fri, 25 Oct 2024 at 08:04, Laird Nelson w
There is something very minimal in target/maven-incremental/cache-report*
format available
https://maven.apache.org/extensions/maven-build-cache-extension/build-cache-report.html
Maybe we could have something aggregate/record those values.
On Sun, 8 Sept 2024 at 17:09, Guillaume Nodet wrote:
>
>
The Apache Maven team is pleased to announce the release of the Apache
Maven Build cache extension, version 1.2.0
Build cache is an extension that makes large Maven builds more efficient.
A combination of features achieves that:
- Incremental builds work on the modified part of the project graph
The Apache Maven team is pleased to announce the release of the Apache
Maven Toolchains Plugin, version 3.2.o
The Toolchains Plugins enable sharing tool configuration across
plugins. For example, to make sure that plugins like compiler,
surefire, and javadoc all use the same JDK for execution,
ind
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.6.1
The Invoker Plugin is used to run a set of Maven projects. The plugin
can determine whether each project execution is successful and can
optionally verify the output generated from a given
Sorry for the confusion but you simply need to upgrade
maven-plugin-tools version in your pom as last version already
include the upgraded asm version
It's usually a good practice to declare in your pom every plugins you are using.
On Mon, 4 Mar 2024 at 16:07, Olivier Lamy wrote:
>
&g
actually this need a version of this
https://github.com/apache/maven-plugin-tools which have the necessary
upgrade of asm. (maybe you can test locally a snapshot to be sure it
works)
But bear in mind if you are using maven-invoker-plugin with some
groovy scripts to verify, you will have some issues
users will not be able to rebuild from sources.
is it a requirement? No real idea as already said in this thread, you
need to ask Sonatype.
But it breaks the concept of opensource as you cannot build from the sources :)
On Fri, 1 Mar 2024 at 02:25, Florent Biville wrote:
>
> The real plugin is co
interesting.
is the deploy goal executed twice as well when you run "mvn deploy"?
(as you marked as it as alwaysRun)
On Sun, 21 Jan 2024 at 23:00, Javier Gómez wrote:
>
> Hi all,
>
> We are starting to apply the build-cache maven extension in our local and CI
> environment, and we have seen str
Hi,
If by javac you mean the cli, per default m-compiler-p is not using
exactly this but in the process javax.tools.JavaCompiler.
If you want to really use javac (and so forking the compilation) you
must configure it via the fork option
(https://maven.apache.org/plugins/maven-compiler-plugin/compil
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Build Cache Extension 1.1.0.
Build cache is an extension that makes large Maven builds more efficient.
https://maven.apache.org/extensions/maven-build-cache-extension/
Release Notes - Maven Build Cache Extension - V
can reproduce it in a small project. In the meantime, if I
>> can share some debug logs from surefire which can help in debugging the
>> issue let me know, and I can do that.
>>
>> Also, if there are any open issues related to this in Surefire, can you
>> please shar
JUnit5 Version
> = 5.10.0 and surefire 3.1.2
>
> On Tue, Sep 12, 2023 at 6:34 PM Debraj Manna
> wrote:
>
> > Olivier
> >
> > Can you please let me know what version of Surefire and JUnit5 you are
> > using?
> >
> > Thanks
> >
> > On Tue, Sep
Maybe concurrent access to files in surefire
I'm using this extensively but only with 3 max parallel test.
Can you try
junit.jupiter.execution.parallel.config.fixed.parallelism=3
And see if you still have the issues.
If not and if increasing this number is causing the issue. This sound
like a concu
Hi
Please run your build using option -e and have a look at the stack.
I use 21, and it works fine.
This might be some restrictions with spring boot parent.
Or, according to the error message "error: release version 21 not
supported" you might not using a jdk 21.
On Tue, 12 Sept 2023 at 17:16, han
Hi
On Sat, 26 Aug 2023 at 04:40, Ben Tatham
wrote:
>
> Hello,
> Is it possible to add extra attached directories that are not within the
> project build output directory (ie not in ./target?)
Currently no. A possible solution could be to create an extra artifact
containing what you need and atta
Hi
This plugin is maintained by the Apache Felix project so please refer
to them for any questions.
Anyway please read the description of the CVE so it's very unlikely
you are subject to a real security issue here.
Remember scanner is just "stupidly" looking at dependencies and most
of the time thi
en
> filling the output cache for that new input checksum.
>
> Really nice feedback on build cache extension in real life!
>
> Thanks a lot to the contributor to this great feature
>
> Regards,
>
> Hervé
>
> Le mardi 13 juin 2023, 07:11:50 CEST Olivier Lamy a écrit :
On Mon, 12 Jun 2023 at 21:38, Benjamin Marwell wrote:
>
> Am Mo., 12. Juni 2023 um 12:08 Uhr schrieb Olivier Lamy :
>
> > On Mon, 12 Jun 2023 at 18:53, Benjamin Marwell wrote:
> > >
> > > Hello everyone!
> > >
> > > First of all thank you ever
On Mon, 12 Jun 2023 at 18:53, Benjamin Marwell wrote:
>
> Hello everyone!
>
> First of all thank you everyone working on the build cache plugin! It
> is amazing!
>
> At least some of the following questions seem to be of interest to
> most users and might end up on the documentation, So here's a
Hi,
The Apache Maven team is pleased to announce the release of Apache
Maven Build Cache extension 1.0.1.
The Build cache is an extension targeted to simplify and make more
efficient work with large builds in Maven. With features such as
incremental builds work on the modified part of the project
Hi
How are you running Maven in Jenkins? Pipeline? Maven job type?
On Thu, 20 Apr 2023 at 07:43, Javier Ortiz Bultron
wrote:
>
> Code works perfectly on my Mac but not on Jenkins. I'm running this on the
> Maven official image: maven:3.9.1-eclipse-temurin-11
>
> I'm trying to figure out how to fi
Hi
Do you really need the dependencies section within the plugin section?
just use
org.apache.maven.plugins
maven-surefire-plugin
3.0.0
On Tue, 18 Apr 2023 at 15:56, Sirisha Alla wrote:
>
>
On Mon, 17 Apr 2023 at 03:07, Nicolas Delsaux wrote:
>
> Hi all,
>
> I've met Hervé Boutemy at Devoxx last week (well, I hope Hervé remember
> we discussed this subject wednesday evening), and we discussed about
> some maven subjects.
>
> Namely, Hervé was looking for some "interesting" projects.
n build 2 modules in parallel using this jvm
But surefire will fork 1 jvm per module so
1 + (2*1) = 3
>
> On Wed, Mar 22, 2023 at 4:51 PM Olivier Lamy wrote:
>
> > Hi.
> > -Tx option will not change anything about how surefire works.
> > using this configuration (which
Hi.
-Tx option will not change anything about how surefire works.
using this configuration (which is the default):
1
true
means surefire will create only one fork and reuse it BUT only for the
same maven module.
With -T2 you will have a maximum of 2 maven modules building i
On Thu, 16 Feb 2023 at 20:52, Olivier Lamy wrote:
>
> On Thu, 16 Feb 2023 at 20:07, Delany wrote:
> >
> > Hi Stephane,
> >
> > You can do like this
> >
> >
> > maven-surefire-plugin
> > 3.0.0-M9
> >
On Thu, 16 Feb 2023 at 20:07, Delany wrote:
>
> Hi Stephane,
>
> You can do like this
>
>
> maven-surefire-plugin
> 3.0.0-M9
>
>
> org.apache.commons
> commons-email
> 1.5
>
>
>
Hi
The Apache Maven team is pleased to announce the availability of Maven
Surefire 3.0.0-M9.
Release Notes - Maven Surefire - Version 3.0.0-M9
** Bug
* [SUREFIRE-2065] - Test Reports Inconsistencies with
Parameterized and junit4
* [SUREFIRE-2095] - Fork crash doesn't fail build with
-Dmav
The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.4.0
The Invoker Plugin is used to run a set of Maven projects. The plugin
can determine whether each project execution is successful, and
optionally can verify the output generated from a given p
On Sat, 1 Oct 2022 at 01:22, Ceki Gülcü wrote:
>
>
> Hello all,
>
> The logback is attempting to migrate to Junit 5. As a consequence of
> this migration, a handful of tests that were previously successful, now
> fail.
>
> For example, the ch.qos.logback.classic.net.DilutedSMTPAppenderTest
> recen
On Thu, 15 Sept 2022 at 00:52, Florent Biville
wrote:
> Hi everyone,
>
> A colleague of mine recently stumbled upon this
> <
> https://stackoverflow.com/questions/9192613/how-do-i-get-a-java-maven-build-to-fail-for-compiler-warnings/33823355#33823355
> >
> .
>
> Quoting the above Stackoverflow an
You can create your own transformer implementation and add it as a
dependency of the plugin (see sources there [1] to see what interface to
implement). not tested but should work
Maybe you can use a feature of the resources plugin see
https://maven.apache.org/plugins/maven-resources-plugin/examples
On Tue, 19 Jul 2022 at 16:42, Maxim Solodovnik wrote:
> On Tue, 19 Jul 2022 at 13:16, Daniel Widdis wrote:
> >
> > > The only problem of having both is redundancy :)
> >
> > Technically speaking, you always have an automatic module name even if
> you don't explicitly name it. It will use your j
be careful with " module-info.test in your test directory"
it's not supported by all IDE
On Sun, 3 Jul 2022 at 15:57, Stanimir Stamenkov
wrote:
> Thank you for the wonderful reference and summary, Daniel!
>
> While I'm parsing the information along with all its references, indeed
> it seems a we
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Surefire version 3.0.0-M7.
https://maven.apache.org/surefire/index.html
Apache Maven Surefire is a test framework which include the surefire plugin
which is used during the test phase of your build.
https://maven.apa
On Sat, 26 Mar 2022 at 2:06 pm, Nils Breunese wrote:
> Olivier Lamy wrote:
>
> > should be 1.7 not 1.17 ;)
>
> No, 1.7 is for Java 7. For Java 17 it should be just 17.
The email subject says “ question java 1.7 support”
But yeah should be simply 17
Use release flag rathe
should be 1.7 not 1.17 ;)
On Sat, 26 Mar 2022 at 13:48, Alexander Ushakov <
alexander.ushakov.em...@gmail.com> wrote:
> Hello!
>
> I am trying to play with Apache Kafka and craft next pom.xml
>
> ```xml
>
> xmlns="http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-
The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 3.10.1
The Compiler Plugin is used to compile the sources of your project.
https://maven.apache.org/plugins/maven-compiler-plugin/
You should specify the version in your project's plugin configu
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 3.10.0
The Compiler Plugin is used to compile the sources of your project.
https://maven.apache.org/plugins/maven-compiler-plugin/
You should specify the version in your project's plugin conf
Thanks Hervé!.
@Junkai I have merged Hervé's PR
On Sat, 20 Nov 2021 at 20:31, Hervé BOUTEMY wrote:
> FYI, on the "SiteToolException: Error parsing site descriptor: TEXT must
> beimmediately followed by END_TAG and not START_TAG" error, the key Maven
> Site
> Plugin version is version 3.5, wher
not sure what is the content of your ~/.m2/settings.xml but it may have
some references to some repositories?
such http://restlet.talend.com , http://repository.apache.org/snapshots.
note this http
the recent change might be you upgrading to the last maven core version?
[*INFO*] Generating "Depend
n.
>
> Thanks in advance.
> Dionysos
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
the deploy phase when the artifact is
> snapshot?
>
> Eduardo Souza
> eduardomatoso...@gmail.com
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
n on HTTP/2 support in Maven. I
> haven't found such an option.
>
> If not: Are there any plans to add the support?
>
> Regards,
> Kuba
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
tup
> resolves the issue.
>
> Any suggestions on how to resolve this?
>
> using maven-dependency-plugin 3.0.0 and maven-javadoc-plugin 3.2.0
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
Upload Total SpentLeft
> Speed
> 100 394 100 3940 0 4061 0 --:--:-- --:--:-- --:--:--
> 4104
> c5c0a3fff6071a4c720f1b7aa1b66cb9d0b26a21 -
>
> So from my perspective, the discrepancy is in line with the Maven warning
> message. Maven Central is hosting invalid checksum files. Does anyone
ol. i'll keep hacking away when i have time. Looks like it'll have to
> merged in order...
> wagon
> resolver
> maven proper
>
> assuming i can get it to work
>
>
> On Sun, May 17, 2020 at 8:15 PM Olivier Lamy wrote:
>
> > Aether is now maven-resolver project
.g, no
> > sockets are freed and the peer has to handle broken connections.
> >
> > M
> >
> > Am 2020-05-17 um 23:42 schrieb Olivier Lamy:
> > > Oh Yes I agree the current API would need major (breaking?) changes.
> > > But openConnectionInternal c
t;>> references to support here:
> >>> https://issues.apache.org/jira/browse/MNG-1560
> >>>> which references setting maven options for javax.net.ssl.* settings.
> >>>> Considering the environment, i'll probably need to be able to specify
> >>> the
> >>>> key alias name too, just in case there's multiple certificates
> >>> available.
> >>>>
> >>>
> >>> MNG-5583. I have intentionally closed this one since no was willing to
> >>> work on it. If someone wants to work on it, I'd be happy to discuss.
> >>>
> >>
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
thread.
> Andres wants a way to programatically load a POM object. I guess he wants a
> way to load a correctly resolved POM not a partially resolved one.
>
> On Fri, Apr 17, 2020 at 11:02 AM Olivier Lamy wrote:
>
> > yes maybe some stuff to fix (feel free to send a PR :P
] [ jar
> ]-
> ...
>
> This is not particular to jgitver but to any core extension (takari
> polyglot, tycho pom less, ...).
> The way this jenkins project loads the Maven Project Object Model is
> somehow wrong or at le
tor.getProjects()) { /* do stuff */ }
> >
> > Of course I'm making up these types and method names as I do not know if
> > something like this exist or not, hence why I'm asking here.
> >
> > Thanks in advance.
> >
> > Cheers
> > Andres
> >
>
>
> --
> Regards,
> Tomo
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
The Apache Maven team is pleased to announce the release of the Apache
Maven Javadoc Plugin, version 3.2.0
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the
specified project
https://maven.apache.org/plugins/maven-javadoc-plugin/
You should specify the version in your project
The Apache Maven team is pleased to announce the release of the Apache
Maven Javadoc Plugin, version 3.1.1
https://maven.apache.org/plugins/maven-javadoc-plugin/
You should specify the version in your project's plugin configuration:
org.apache.maven.plugins
maven-javadoc-plugin
3.1.1
You can
0/lombok-maven-1.18.8.0.pom Unknown attribute
> 'child.scm.url.inherit.append.path' for tag 'scm' (position: START_TAG seen
> ...</modules>\n\n <scm child.scm.url.inherit.append.path="false">...
> @39:50)
>
> Who needs to fix this? Is this on anyones radar?
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
etchProcess.java:136)
> at org.eclipse.jgit.transport.FetchProcess.execute
> (FetchProcess.java:122)
> at org.eclipse.jgit.transport.Transport.fetch (Transport.java:1138)
> at org.eclipse.jgit.api.FetchCommand.call (FetchCommand.java:130)
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
The Apache Maven team is pleased to announce the release of the Apache
Maven Shade Plugin, version 3.2.1
Repackages the project classes together with their dependencies into a
single uber-jar, optionally renaming classes or removing unused classes.
https://maven.apache.org/plugins/maven-shade-plu
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Plugin Plugin, version 3.6.0
The Maven Plugin Plugin is used to create a Maven plugin descriptor for any
Mojo's found in the source tree, to include in the JAR
https://maven.apache.org/plugins/maven-plugin-plugin/
Y
The Maven team is pleased to announce the release of the Apache Maven PMD
Plugin, version 3.11.0
A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste fragments, as well as being
able to fail the build based on these metrics.
https:/
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.1.0
The Invoker Plugin is used to run a set of Maven projects. The plugin can
determine whether each project execution is successful, and optionally can
verify the output generated from a giv
additional commands, e-mail: users-h...@maven.apache.org
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
try a dav url such
dav:http(s)://my.webdav.server/
On 27 February 2018 at 21:52, Svensson, Lars wrote:
> On Tuesday, February 27, 2018 12:34 PM, Olivier Lamy [mailto:
> ol...@apache.org] wrote:
>
> > On 27 February 2018 at 21:29, Svensson, Lars wrote:
> >
> > >
On 27 February 2018 at 21:29, Svensson, Lars wrote:
> Hi Olivier and thanks for your quick reply!
>
> On Tuesday, February 27, 2018 11:54 AM, Olivier Lamy [mailto:
> ol...@apache.org] wrote:
>
> > webdav is not a plugin but a protocol supported by wagon
> > you
> org.codehaus.mojo:wagon-maven-plugin:1.0:upload are missing or invalid ->
> [Help 1]
>
> Any help on the correct configuration would be very helpful.
>
> [1] https://maven.apache.org/guides/mini/guide-configuring-
> plugins.html#Configuring_Build_Plugins
>
> Thanks,
>
> Lars
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
s in module domain, I have to install the ROOT to local repo first
> >> before I run tomcat:run within module web, otherwise a error: cannot
> find
> >> symbol will be reported if I run tomcat:run directly.
> >>
> >> So how can I install other modules first before I run tomcat:run within
> >> module web if I change something in other modules?
> >>
> >> Thanks in advance.
> >>
> >> Best regards.
> >>
> >
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
;
> clean
>
>
>
>
>
>
>
>
>
>
>
>
> --
> Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
Hi,
Sounds good.
Sorry I haven't tested that but can we still read Central index?
On 27 November 2017 at 08:23, Tamás Cservenák wrote:
> More fixes made by Hervé and me.
>
> Are we ready for 6.0.0?
>
> On Sun, Nov 26, 2017, 01:10 Olivier Lamy wrote:
>
> > sound
uot;nice thing to do", and would ease later PR
> reviews too, by having codestyle aligned across whole project.
>
> WDYT?
>
> T
>
> On Fri, Nov 24, 2017 at 11:01 AM Olivier Lamy wrote:
>
> > sounds good!
> > Thanks!
> > Olivier
> >
> > On 2
W, I'm also quite keen on proper release of 6.0 (currently working
> > with a locally-built 6.0 snapshot).
> >
> > Best wishes,
> >
> > Andreas
> >
> >
> >
> > --
> Thanks,
> ~t~
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
continuous-integration.html)
Bamboo (Atlassian)
BuildHive (CloudBees)
CODESHIP?
Cruise Control?
Hudson
Jenkins
[QA]
Sonar Qube
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
-
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
Hi,
The Apache Maven team is pleased to announce the Apache Maven Wagon version
3.0.0
Maven Wagon is a transport abstraction that is used in Maven's artifact and
repository handling code.
Website: http://maven.apache.org/components/wagon/
Release Notes - Maven Wagon - Version 3.0.0
** Improvement
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler plugin, version 3.6.2.
http://maven.apache.org/plugins/maven-compiler-plugin/
You should specify the version in your project's plugin configuration:
org.apache.maven.plugins
maven-compiler-plugin
3.6.2
Hi,
The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.0.1
The Invoker Plugin is used to run a set of Maven projects. The plugin can
determine whether each project execution is successful, and optionally can
verify the output generated from a giv
Hi,
The Apache Maven team is pleased to announce the release of the Apache
Maven Shade Plugin, version 3.0.0
This plugin provides the capability to package the artifact in an uber-jar,
including its dependencies and to shade - i.e. rename - the packages of
some of the dependencies.
https://maven.
Hi,
The Apache Maven team is pleased to announce the release of the Apache
Maven Assembly Plugin, version 3.0.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
Hehe
Thanks Benson to put some coins in the troll machine :-)
Well if evil is really ease the user's life so this plugin can be
considered evil :-)
You have some very convenient features such building dependent projects,
javadoc etc..
So it's just a matter of not spending too long on configuring Je
CESS_CLASSES / PROCESS_TEST_CLASSES, or should it
> be COMPILE / TEST_COMPILE?
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>
--
O
Hi
Do you have a sample project to reproduce the issue?
On Wednesday, 13 July 2016, Hohl, Gerrit wrote:
> Hello everyone,
>
>
>
> I faced an odd problem today:
>
> We have a Maven Build which also includes the creation of a
> documentation.
>
> One of the plugins creating the reports is the Cobe
#search%7Cgav%7C1%7Cg%3A%22org.apache.maven.scm%22%20AND%20a%3A%22maven-scm-provider-gitexe%22
>
>
> http://people.apache.org/~simonetripodi/
> http://twitter.com/simonetripodi
>
> On Wed, Jun 15, 2016 at 1:49 PM, Olivier Lamy wrote:
>
> > Hi Simone,
> > Did it wor
ons sequence in order to make it working, when
> checking out a tag?
>
> Many thanks in advance, all the best!
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://twitter.com/simonetripodi
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
u have received this email in error,
> please notify the sender by email reply.
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
in search of the documentation formerly hosted at
> > codehaus: some/most of it can be found at
> >
> > http://www.mojohaus.org
> >
> > Cheers,
> > Wolf
> >
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
nned to populate that repository? Where does the code live in the
> meantime?
>
> Thanks,
> Curtis
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
ocal/gxxx/ayyy/maven-metadata.xml (304
> B
> at 296.9 KB/sec)
>
> [INFO]
>
>
> [INFO] BUILD SUCCESS
>
> [INFO]
>
>
> [INFO] Total time: 1.068s
>
> [INFO] Finished at: Wed May
1.1.1.zip
> .
> Return code is: 409
>
> at
>
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.finishPutTransfer(LightweightHttpWagon.java:205)
>
> at org.apache.maven.wagon.AbstractWagon.putTransfer(AbstractWagon.java:413)
>
> at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:392)
>
> at org.apache.maven.wagon.AbstractWagon.putTransfer(AbstractWagon.java:365)
>
> at org.apache.maven.wagon.StreamWagon.put(StreamWagon.java:163)
>
> at
>
> org.sonatype.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:825)
>
> at
>
> org.sonatype.aether.connector.wagon.WagonRepositoryConnector.put(WagonRepositoryConnector.java:465)
>
> ... 26 more
>
> [ERROR]
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
get options
HTH
Olivier
>
>
> maven-compiler-plugin
> 2.3.2
>
> 1.5
> 1.5
>
>
>
> thanks in advance,
> Lin
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
The Apache Archiva team is pleased to announce the release of Archiva
2.2.0. Archiva is available for download from the web site.
Archiva is an application for managing one or more remote
repositories, including administration, artifact handling, browsing
and searching.
If you have any questions,
he Maven project.
So my goal was only to help Cristiano and tell him to ask in the place
where this project is hosted and to the people who maintained it.
It's probably better to have more accurate answers.
>
> Manfred
>
> Olivier Lamy wrote on 25.02.2015 18:23:
>
> &
both UT and IT in the same plugin project ?
>
> thanks,
>
> Cristiano
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.
On 20 February 2015 at 13:19, Laird Nelson wrote:
> Has anyone else seen this? https://jitpack.io/ Or am I just living under
> a
> rock as usual?
>
> Anyway, I thought it was kind of interesting.
>
Yup interesting
>
> Best,
> Laird
>
> --
> http://about.
hor, HttpUnit <http://www.httpunit.org> and SimpleStub
> <http://simplestub.meterware.com>
>
> Come read my webnovel, Take a Lemon <http://www.takealemon.com>,
> and listen to the Misfile radio play
> <http://www.fuzzyfacetheater.com/misfile/>!
>
>
>
>
&
e depending on Maven Wagon 2.7 or 2.8?
>
> 2014-11-17 1:15 GMT+01:00 Olivier Lamy :
>> Hi,
>> The Apache Maven team is pleased to announce the release of Apache
>> Maven Wagon 2.8.
>> Apache Maven Wagon is a transport abstraction that is used in Maven
Hi,
The Apache Maven team is pleased to announce the release of Apache
Maven Wagon 2.8.
Apache Maven Wagon is a transport abstraction that is used in Maven's
artifact and repository handling code.
Web site: http://maven.apache.org/wagon/
Release Notes - Maven Wagon - Version 2.8
** Bug
* [WA
eply and thanks in advance.
>
> Regards,
> Sameer Chandekar
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apa
The Apache Maven team is pleased to announce the release of Apache
Maven Wagon 2.7.
Maven Wagon is a transport abstraction that is used in Maven's
artifact and repository handling code.
http://maven.apache.org/wagon/
Release Notes - Maven Wagon - Version 2.7
** New Feature
* [WAGON-420] - I
nd-web (8409
> KB at 3024.7 KB/sec)
>
> [ERROR] Tomcat return http status error: 404, Reason Phrase: Not Found
>
> That looks correct except the error isn't quite right because Tomcat isn't
> even being hit. I get the same error if Tomcat isn't running. It's the
The Apache Archiva team is pleased to announce the release of Archiva
2.1.1. Archiva is available for download from the web site.
Archiva is an application for managing one or more remote
repositories, including administration, artifact handling, browsing
and searching.
If you have any questions,
1 - 100 of 891 matches
Mail list logo