Re: The problem with the lack of documentation

2024-09-22 Thread Tamás Cservenák
Yes, those not in maven-api-impl are deprecated (should be marked as such). This is true for all classes that have counterpart (copy) in api-impl. T On Sun, Sep 22, 2024, 13:52 Martin Desruisseaux < martin.desruisse...@geomatys.com> wrote: > Hello > > I just realized that there is two "DefaultMo

Re: The problem with the lack of documentation

2024-09-22 Thread Martin Desruisseaux
Hello I just realized that there is two "DefaultModelPathTranslator" classes with almost identical code: one in the "maven-model-builder" module and one in the "maven-api-impl" module. I presume that one of them is deprecated in the favor of the other? If so, can we put a @Deprecated annotati

Re: The problem with the lack of documentation

2024-09-21 Thread Martin Desruisseaux
Le 2024-09-21 à 17 h 45, Tamás Cservenák a écrit : PR seems ok https://github.com/apache/maven/pull/1735 @Martin Desruisseaux pls confirm is this what you had in mind? Yes, this is my guess of what was intended. Thanks!     Martin ---

Re: The problem with the lack of documentation

2024-09-21 Thread Tamás Cservenák
PR seems ok https://github.com/apache/maven/pull/1735 @Martin Desruisseaux pls confirm is this what you had in mind? @Guillaume Nodet pls confirm the intent (and the assumption was it a bug, or we overlooked something?) T On Sat, Sep 21, 2024 at 4:57 PM Tamás Cservenák wrote: > > Lets see what

Re: The problem with the lack of documentation

2024-09-21 Thread Martin Desruisseaux
Le 2024-09-21 à 16 h 43, Tamás Cservenák a écrit : AFAIK, as I see, the point is that it nullifies if "default" value is present, and those come from corresponding super POM? Basically, keep only the non-default values? But just above that method, there is another method which performs the

Re: The problem with the lack of documentation

2024-09-21 Thread Tamás Cservenák
Lets see what this PR does https://github.com/apache/maven/pull/1735 I agree with Martin, it really looks "sus"... T On Sat, Sep 21, 2024 at 4:49 PM Guillaume Nodet wrote: > > AFAIK, the Model.pomFile is null when the model is not a « build” Pom, I.e. > is loaded from the local repository rathe

Re: The problem with the lack of documentation

2024-09-21 Thread Guillaume Nodet
AFAIK, the Model.pomFile is null when the model is not a « build” Pom, I.e. is loaded from the local repository rather than a project being built. Not sure if that applies here, I’m on phone… Le sam. 21 sept. 2024 à 16:43, Tamás Cservenák a écrit : > Howdy, > > AFAIK, as I see, the point is that

Re: The problem with the lack of documentation

2024-09-21 Thread Tamás Cservenák
Howdy, AFAIK, as I see, the point is that it nullifies if "default" value is present, and those come from corresponding super POM? https://github.com/apache/maven/tree/45f9b81b4a8451a75864ef1c861c5bb201a54790/maven-api-impl/src/main/resources/org/apache/maven/model Basically, keep only the non-de

The problem with the lack of documentation

2024-09-21 Thread Martin Desruisseaux
Hello all I'm starting to work on a prototype using the new build element (a proposal for a unified replacement for , , , etc.) proposed in a previous discussion on this mailing list. For starting, I'm searching for usages of in Maven source code and I try to add codes doing something equi

Re: Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-25 Thread Eric Lilja
Just curious, why is such an old version of maven-dependency-plugin used in that build? - Eric L On Sat, Feb 25, 2023 at 2:46 PM Elliotte Rusty Harold wrote: > On Sat, Feb 25, 2023 at 11:46 AM Guillaume Nodet > wrote: > > > > Which goal are you running ? > > I think you need to run the package

Re: Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-25 Thread Elliotte Rusty Harold
On Sat, Feb 25, 2023 at 11:46 AM Guillaume Nodet wrote: > > Which goal are you running ? > I think you need to run the package phase as hinted by the error. > mvn test also mvn compile; mvn test mvn clean test mvn package; mvn test All end with the same failure. This seems to be a regression

Re: Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-25 Thread Guillaume Nodet
Which goal are you running ? I think you need to run the package phase as hinted by the error. Le sam. 25 févr. 2023 à 07:58, Elliotte Rusty Harold a écrit : > FYI, maven core tests fail for me (Java 1.8. Maven 3.8.7) when > building at head like so. I'm not sure what to do about this: > > [INFO

Test problem at head: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-classes) on project plexus-utils: Artifact has not been packaged yet.

2023-02-24 Thread Elliotte Rusty Harold
FYI, maven core tests fail for me (Java 1.8. Maven 3.8.7) when building at head like so. I'm not sure what to do about this: [INFO] Unpacking /Users/elharo/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar to /Users/elharo/maven/plexus-utils/target/classes with includes

Re: Problem with site generation - maven-site-plugin

2020-06-07 Thread Hervé BOUTEMY
che.org/blue/organizations/jenkins/maven-box%2Fmaven-si > > te-plugin/detail/master/94/pipeline> > > Le dimanche 24 mai 2020, 12:01:46 CEST Karl Heinz Marbaise a écrit : > >> Hi to all, > >> > >> I've stumbled upon the following problem during the s

Re: Problem with site generation - maven-site-plugin

2020-05-25 Thread Elliotte Rusty Harold
On Mon, May 25, 2020 at 2:49 AM Hervé BOUTEMY wrote: > > removing Maven 2 code is a good simplification > but FYI it won't remove dependency on plexus-classworld: it's the core of all > plugins classloading mechanism to have independant plugins > Yes, but there's an explicit dependency on classor

Re: Problem with site generation - maven-site-plugin

2020-05-25 Thread Karl Heinz Marbaise
CEST Karl Heinz Marbaise a écrit : Hi to all, I've stumbled upon the following problem during the site generation mojo-parent (issue-105)$ mvn site site:stage .. [INFO] [INFO] --- maven-site-plugin:3.9.0:site (default-site) @ mojo-parent --- [INFO] configuring report plugin org.apache.maven.

Re: Problem with site generation - maven-site-plugin

2020-05-24 Thread Hervé BOUTEMY
g in an earlier version of plexus-utils since maven-site-plugin > > declares that dependency directly, but that's what seems to be > > happening. > > > > On Sun, May 24, 2020 at 6:02 AM Karl Heinz Marbaise wrote: > > > Hi to all, > > > > > &g

Re: Problem with site generation - maven-site-plugin

2020-05-24 Thread Hervé BOUTEMY
Heinz Marbaise a écrit : > Hi to all, > > I've stumbled upon the following problem during the site generation > > mojo-parent (issue-105)$ mvn site site:stage > .. > [INFO] > [INFO] --- maven-site-plugin:3.9.0:site (default-site) @ mojo-parent ---

Re: Problem with site generation - maven-site-plugin

2020-05-24 Thread Elliotte Rusty Harold
Heinz Marbaise wrote: > > > > Hi to all, > > > > I've stumbled upon the following problem during the site generation > > > > mojo-parent (issue-105)$ mvn site site:stage > > .. > > [INFO] > > [INFO] --- maven-site-plugin:3.9.0:site (default-si

Re: Problem with site generation - maven-site-plugin

2020-05-24 Thread Elliotte Rusty Harold
gt; I've stumbled upon the following problem during the site generation > > mojo-parent (issue-105)$ mvn site site:stage > .. > [INFO] > [INFO] --- maven-site-plugin:3.9.0:site (default-site) @ mojo-parent --- > [INFO] configuring report plugin > org.apache.maven.plugins:ma

Problem with site generation - maven-site-plugin

2020-05-24 Thread Karl Heinz Marbaise
Hi to all, I've stumbled upon the following problem during the site generation mojo-parent (issue-105)$ mvn site site:stage .. [INFO] [INFO] --- maven-site-plugin:3.9.0:site (default-site) @ mojo-parent --- [INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:

Re: The Chicken-Egg problem with Maven Wrapper and Maven Wrapper Plugin

2020-05-23 Thread Robert Scholte
Downloading by the plugin works different compared to the takari-maven-plugin. The takari-maven-plugin was downloading a URL, whereas the maven-wrapper-plugin is downloading an artifact using the artifact resolver libraries, so these are settings.xml-aware. Would be nice to confirm this. Robert

Re: The Chicken-Egg problem with Maven Wrapper and Maven Wrapper Plugin

2020-05-23 Thread Falko Modler
Hi Robert, this is slightly offtopic but since you wrote: On the other hand, the plugin must be able to download the apache-maven-wrapper distribution. Is this integration into Maven also adressing proxy handling for the download? I am asking because I had to add special handling to Quarkus t

Re: The Chicken-Egg problem with Maven Wrapper and Maven Wrapper Plugin

2020-05-23 Thread Robert Scholte
To be clear: it is just a bootstrapping issue. Once all is in place they can both have their own release cycle.  The plugin won't need to be released before every Maven Core release, as it can pick up the Maven version from the runtime. It is actually possible to run the plugin with 3.0 if we want

The Chicken-Egg problem with Maven Wrapper and Maven Wrapper Plugin

2020-05-23 Thread Robert Scholte
Now that maven-wrapper is available in master of maven-core, the next step would be to make it easy to use. I've created MNG-6917[1] to make it possible to simply call {{mvn wrapper}} However, this requires the plugin to be available. On the other hand, the plugin must be able to download the apac

Re: Archetypes: problem updating local catalog

2019-11-11 Thread Łukasz Lenart
Looks like I was wrong, everything is ok when using the latest Archetype Plugin. On 2019/11/03 15:02:56, Lukasz Lenart wrote: > Hi,> > > I'm working on Struts Archetypes [1] and discovered that running:> > > mvn clean install archetype:update-local-catalog> > > will create/update "~/.m2/reposit

Archetypes: problem updating local catalog

2019-11-03 Thread Lukasz Lenart
Hi, I'm working on Struts Archetypes [1] and discovered that running: mvn clean install archetype:update-local-catalog will create/update "~/.m2/repository/archetype-catalog.xml" but using command: mvn archetype:generate -DarchetypeCatalog=local reads data from "~/.m2/archetype-catalog.xml

Re: Problem sharing objects between extension and plugin

2018-10-09 Thread Paul Benedict
2 > > > On Tue, 09 Oct 2018 17:45:45 +0200, Paul Benedict > wrote: > > > Good day. I hope this post is acceptable. I don't mean to "cross post" > > but > > I think my problem may be too difficult for the common question on the > > user@ > &

Re: Problem sharing objects between extension and plugin

2018-10-09 Thread Robert Scholte
to "cross post" but I think my problem may be too difficult for the common question on the user@ list. I scoured all the MNG tickets regarding extensions and class loading documentation on the Maven site (and elsewhere), but cannot find a clear answer to my problem. This problem is a

Problem sharing objects between extension and plugin

2018-10-09 Thread Paul Benedict
Good day. I hope this post is acceptable. I don't mean to "cross post" but I think my problem may be too difficult for the common question on the user@ list. I scoured all the MNG tickets regarding extensions and class loading documentation on the Maven site (and elsewhere), bu

Problem to run build with JDK10 "The system cannot find the path specified"

2018-03-26 Thread Tibor Digana
We are using JDK10 on ASF Jenkins and I see that every build fails with "The system cannot find the path specified" on Windows and some Linux build fails with " /bin/sh: 1: /home/jenkins/tools/java/latest10/bin/java: not found ". See my last comments in https://issues.apache.org/jira/browse/INFRA-

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
d Baden-Powell > > > > > > On Mon, Nov 27, 2017 at 10:22 PM, Tibor Digana > > > > wrote: > > > > > > > My command *mvn clean* is not able to download a new artifact > > > > *org.arquillian.universe:arquillian-junit:pom* > > > > ho

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tamás Cservenák
na > > wrote: > > > > > My command *mvn clean* is not able to download a new artifact > > > *org.arquillian.universe:arquillian-junit:pom* > > > however it exists on Maven Central. > > > > > > I run the command on Ubuntu Konsole, and

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
iverse:arquillian-junit:pom* > > however it exists on Maven Central. > > > > I run the command on Ubuntu Konsole, and nothing is downloaded. > > When I run wget [1] from the same Konsole, the POM is downloaded. > > > > The settings.xml is not a problem, I checked

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
universe:arquillian-junit:pom* > > however it exists on Maven Central. > > > > I run the command on Ubuntu Konsole, and nothing is downloaded. > > When I run wget [1] from the same Konsole, the POM is downloaded. > > > > The settings.xml is not a problem, I checked. There

Re: Problem to download dependency on Ubuntu

2017-11-28 Thread Tibor Digana
of Nexus and not downloading artifacts with IP of Nexus) but the Maven from commandline does not download anything from our Nexus. Why? Maybe the Maven has problem with network domain. The Nexus is in another domain. Is it necessary for Maven to know the network domain? If I run a pure Java app

Re: Problem to download dependency on Ubuntu

2017-11-27 Thread Nick Stolwijk
run the command on Ubuntu Konsole, and nothing is downloaded. > When I run wget [1] from the same Konsole, the POM is downloaded. > > The settings.xml is not a problem, I checked. There is a mirror of central > and URL of Nexus in company. > > Is there any native difference betwe

Problem to download dependency on Ubuntu

2017-11-27 Thread Tibor Digana
not a problem, I checked. There is a mirror of central and URL of Nexus in company. Is there any native difference between wget and mvn/Java on Ubuntu so that the remote mavenrepo may not be reached? I did setup of /etc/environment, /etc/network/interface, ~/.profile due to proxy, DNS, http_no_proxy

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-19 Thread Robert Scholte
.ee module. It is a big jump and it makes impossible to simply upgrade your java installation from java8 to java9 and hope it will work From my point of view the big problem is that existing libraries broke encapsulation of jdk. Recently there was a decision to allow illegal reraccessflect

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-19 Thread Enrico Olivelli
l > java8 jdk, which can be referenced using the java.se.ee module. > It is a big jump and it makes impossible to simply upgrade your java > installation from java8 to java9 and hope it will work > > From my point of view the big problem is that existing libraries broke > encapsula

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-18 Thread Enrico Olivelli
sible to simply upgrade your java installation from java8 to java9 and hope it will work >From my point of view the big problem is that existing libraries broke encapsulation of jdk. Recently there was a decision to allow illegal reraccessflective access by default to every legacy classpath based

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-18 Thread Tibor Digana
@Enrico What "--add-modules ALL-SYSTEM" really does ? For me it would be maybe a handy hack but for you it would be just a hack anyway as it first seems. Strong encapsulation in Java9 can be openly passed by. For instance in Surefire we extend UrlClassLoader and I need to access entire Java API an

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-17 Thread Robert Scholte
+1, fully agree with Guillaume There's no real need to make a plugin modular: it won't become a dependency and the dependency management as done by Maven is strong enough to have a stable plugin (i.e no need to add requires-statements). In case of experiment if you want to add a module name

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-17 Thread Enrico Olivelli
egacy java code which bypasses encapsulation by using setAccessible. Enrico > > > > > Kind regards > Karl Heinz Marbaise > On 17/06/17 16:31, Enrico Olivelli wrote: > > Karl, > > I think that the problem is tha code is trying to access internals of > > java

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-17 Thread Karl Heinz Marbaise
, Enrico Olivelli wrote: Karl, I think that the problem is tha code is trying to access internals of java.io.File. No module descriptor can help. I think you should run with -X, get the stacktrace of the exception and then we need to avoid that reflective call. In the meantime you can use the

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-17 Thread Enrico Olivelli
Karl, I think that the problem is tha code is trying to access internals of java.io.File. No module descriptor can help. I think you should run with -X, get the stacktrace of the exception and then we need to avoid that reflective call. In the meantime you can use the famous big kill switch. Hope

Re: JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-17 Thread Guillaume Boué
Hi, There was a link to Stephen Colebourne's blog about naming modules: http://blog.joda.org/2017/04/java-se-9-jpms-module-naming.html. So what about "org.apache.maven.plugins.site" for the module name? But I don't think it is necessary to make the plugin modular. The error means that code l

JDK9: Jigsaw Problem with maven-site-plugin 3.6

2017-06-17 Thread Karl Heinz Marbaise
Hi, currently I'm a bit on testing JDK 9 EA+174..and found the following issue: [INFO] [INFO] <<< maven-plugin-plugin:3.4:report < process-classes @ maven-install-plugin <<< [INFO] [INFO] 'process-classes' forked phase execution for maven-plugin-plugin:report report preparation done [INFO] con

Re: [PROBLEM] Java 9 ClassLoader and trying to load module java.se.se

2017-05-06 Thread Robert Scholte
method cannot be called in *java.lang* or *java.base* module. I guess this class loader must be compiled in java 9 and the protected method extended and then maybe the module *"java.se.ee <http://java.se.ee>"* would be loaded. Do you have any idea to solve this

Re: [PROBLEM] Java 9 ClassLoader and trying to load module java.se.se

2017-05-06 Thread Romain Manni-Bucau
ule. > > I guess this class loader must be compiled in java 9 and the protected > method extended and then maybe the module *"java.se.ee <http://java.se.ee > >"* > would be loaded. > > Do you have any idea to solve this problem and load *javax.xml.ws.Holder* > properl

[PROBLEM] Java 9 ClassLoader and trying to load module java.se.se

2017-05-06 Thread Tibor Digana
have any idea to solve this problem and load *javax.xml.ws.Holder* properly? [1] https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=shortlog;h=refs/heads/SUREFIRE-1265_2 [2] https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commitdiff;h=bce51369e3563ed95c91346cd89c80ba

[GitHub] maven-release pull request #17: MRELEASE-979 - fix no branch name problem

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

[GitHub] maven-release pull request #17: MRELEASE-979 - fix no branch name problem

2017-03-06 Thread hgschmie
GitHub user hgschmie opened a pull request: https://github.com/apache/maven-release/pull/17 MRELEASE-979 - fix no branch name problem You can merge this pull request into a Git repository by running: $ git pull https://github.com/hgschmie/maven-release MRELEASE-979-fix-no

[GitHub] maven-release pull request #16: MRELEASE-979 - fix no branch name problem

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

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-10-03 Thread Benedikt Ritter
> > > > Hello Robert, > >> > >> just watched your JavaOne presentation. Very interesting :-) > >> > > > > thanks! > > > > > >> Robert Scholte schrieb am So., 25. Sep. 2016 um > >> 13:48 Uhr: > >> > >> It d

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-26 Thread Stephen Connolly
t 15:20, Robert Scholte > > > wrote: > > > > > On Sun, 25 Sep 2016 16:11:22 +0200, Benedikt Ritter < > brit...@apache.org > > > > wrote: > > > > > > Hello Robert, > > >> > > >> just watched your JavaOne presentation

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-26 Thread Stian Soiland-Reyes
t;> > > > > thanks! > > > > > >> Robert Scholte schrieb am So., 25. Sep. 2016 um > >> 13:48 Uhr: > >> > >> It depends. If you are changing existing methods to only work with > Java8, > >>> that would be a problem (read:

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-26 Thread Tibor Digana
t; > thanks! > > > > > >> Robert Scholte <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=5881611&i=2>> schrieb am So., > 25. Sep. 2016 um > >> 13:48 Uhr: > >> > >> It depends. If you are changing existing methods

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-26 Thread Stephen Connolly
t;> Robert Scholte schrieb am So., 25. Sep. 2016 um >> 13:48 Uhr: >> >> It depends. If you are changing existing methods to only work with Java8, >>> that would be a problem (read: we cannot upgrade). If you have both Java8 >>> and pre-Java8 implementations, eit

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Fred Cooke
t depends. If you are changing existing methods to only work with Java8, >>> that would be a problem (read: we cannot upgrade). If you have both Java8 >>> and pre-Java8 implementations, either by reflection or proper >>> encapsulated >>> code it'll work for u

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Robert Scholte
would be a problem (read: we cannot upgrade). If you have both Java8 and pre-Java8 implementations, either by reflection or proper encapsulated code it'll work for us. We do it ourselves too[1] for us it would be nice if the target is still 1.7 if ( isJava8() ) { // do java8 stuff } else

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Benedikt Ritter
Hello Robert, just watched your JavaOne presentation. Very interesting :-) Robert Scholte schrieb am So., 25. Sep. 2016 um 13:48 Uhr: > It depends. If you are changing existing methods to only work with Java8, > that would be a problem (read: we cannot upgrade). If you have both Java8

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Benedikt Ritter
t; > > Hi, > > > > at the Apache Commons Project we're currently discussing where we can > host > > utility classes for working with the features introduced in Java 8. One > > proposal add this to Commons Lang [1]. Since Apache Maven makes use of > >

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Robert Scholte
It depends. If you are changing existing methods to only work with Java8, that would be a problem (read: we cannot upgrade). If you have both Java8 and pre-Java8 implementations, either by reflection or proper encapsulated code it'll work for us. We do it ourselves too[1] for us it

Re: Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Tibor Digana
> Hi, > > at the Apache Commons Project we're currently discussing where we can host > utility classes for working with the features introduced in Java 8. One > proposal add this to Commons Lang [1]. Since Apache Maven makes use of > Commons Lang, I would like to know whether

Would Commons Lang on Java 8 be a problem for the Apache Maven project?

2016-09-25 Thread Benedikt Ritter
Hi, at the Apache Commons Project we're currently discussing where we can host utility classes for working with the features introduced in Java 8. One proposal add this to Commons Lang [1]. Since Apache Maven makes use of Commons Lang, I would like to know whether it would be a problem for y

Re: problem to connect to peo...@apache.org via putty

2016-08-11 Thread Tibor Digana
nect to [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5877590&i=1> via WinSCP. First > time it asked me to > > update the certificate and I am in, but I cannot login via PuTTY. > > Did [hidden email] > <http:///user/SendEmail.jtp?type=node&am

Re: problem to connect to peo...@apache.org via putty

2016-08-10 Thread Olivier Lamy
PuTTY. > Did peo...@apache.org change the host or certificate or do you know why > PuTTY has problem to connect? > > Cheers > Tibor > -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in/olamy

problem to connect to peo...@apache.org via putty

2016-08-10 Thread Tibor Digana
I can connect to peo...@apache.org via WinSCP. First time it asked me to update the certificate and I am in, but I cannot login via PuTTY. Did peo...@apache.org change the host or certificate or do you know why PuTTY has problem to connect? Cheers Tibor

Re: Toolchain Example - Problem

2016-05-28 Thread Robert Scholte
reason for it: addManifestAttribute( m, entries, "Built-By", System.getProperty( "user.name" ) ); addManifestAttribute( m, entries, "Build-Jdk", System.getProperty( "java.version" ) ); This is, unfortunately, a wellknown problem. I already thought about using

Re: Toolchain Example - Problem

2016-05-27 Thread Michael Osipov
quot;, System.getProperty( "user.name" ) ); addManifestAttribute( m, entries, "Build-Jdk", System.getProperty( "java.version" ) ); This is, unfortunately, a wellknown problem. I already thought about using Toolchains in Maven-Archiver (or maven-jar-plugin), but after i

Toolchain Example - Problem

2016-05-27 Thread Karl Heinz Marbaise
er??? to maven-jar-plugin ? So the question is: Does someone has a good idea to solve this kind of problem ? Any hints/tips/ideas are appreciated... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: dev-unsubscr..

Re: Strange problem with custom ArtifactHandler

2016-01-09 Thread Robert Scholte
a bug, but instead I think there's room for improvement (when using custom ArtifactHandlers) thanks, Robert Op Thu, 07 Jan 2016 22:10:17 +0100 schreef Cristiano Gavião : After having lost many hours I finally found where the problem is likely to be... :-( maven is using aether for depend

Re: Strange problem with custom ArtifactHandler

2016-01-07 Thread Cristiano Gavião
After having lost many hours I finally found where the problem is likely to be... :-( maven is using aether for dependency resolution, but aether has not a concept of packaging and extension as maven has. it only has extension. as a workaround maven is saving the packaging type inside the

Re: Strange problem with custom ArtifactHandler

2016-01-07 Thread Cristiano Gavião
Well, is not the dot the culprit... I tried with another packaging name and I got the same result. I still don't know who injects the ArtifactHandler in the dependency... any idea ? - To unsubscribe, e-mail: dev-unsubscr...@

Strange problem with custom ArtifactHandler

2016-01-07 Thread Cristiano Gavião
Hello, I'm facing a problem with a plugin that has a custom ArtifactHandler for a custom packaging type. The custom class is being registered by sisu and no problem was reported while running a build, except when a project artifact has one artifact of this custom type as a dependency.

Re: Plugin Testing Harness 2.1 - Problem with Default Values

2015-11-22 Thread Igor Fedorenko
I think you need to specify all parameter values in test pom.xml, at least this used to be one of annoying limitations of apache plugin harness in the past. Personally I gave up on apache harness long time ago. The harness I've written at Takari works much better everywhere I used it and I am prett

Plugin Testing Harness 2.1 - Problem with Default Values

2015-11-22 Thread Karl Heinz Marbaise
Hi, currently i'm trying to fix some issues in the maven-ejb-plugin and within the test there is a setup like this: EjbMojo mojo = (EjbMojo) lookupMojo( "ejb", pomFile ); But at the moment i don't understand why the defaults for the defined parameters and not injected... For examp

Re: Problem testing the checkstyle release

2015-10-18 Thread Benson Margulies
son Margulies: >> >> Maven-plugins 28 is released, of course; what's up? It worked for me, >> but not for one of my co-workers. > > > Benson, > > where you actually able to resolve your problem? From my point of view this

Re: Problem testing the checkstyle release

2015-10-18 Thread Michael Osipov
Am 2015-10-16 um 15:01 schrieb Benson Margulies: Maven-plugins 28 is released, of course; what's up? It worked for me, but not for one of my co-workers. Benson, where you actually able to resolve your problem? From my point of view this should not hinder the plugin release. Mi

Re: Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 9:38 AM, Anders Hammar wrote: > No, you don't. Maybe there is some cached metadata incorrect or the > metadata at apache. > Could you try adding the -U switch? > > Also, I only have the staging repo in my settings as a profile and I only > activate it explicitly when testin

Re: Problem testing the checkstyle release

2015-10-16 Thread Anders Hammar
No, you don't. Maybe there is some cached metadata incorrect or the metadata at apache. Could you try adding the -U switch? Also, I only have the staging repo in my settings as a profile and I only activate it explicitly when testing staged stuff. /Anders (mobile) Den 16 okt 2015 15:35 skrev "Ben

Re: Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
Anders, I added a pluginRepository for the stage to my settings.xml. As far as I know, adds, it doesn't replace. So why isn't it searching for the parent in the usual way in the other repositories? Or do I have to manually put central in as a pluginRepository if I'm just trying to add one?

Re: Problem testing the checkstyle release

2015-10-16 Thread Anders Hammar
It looks like a specific staging repo is accessed (look at the URL in the end). As the parent has been released it is no longer available there. /Anders (mobile) Den 16 okt 2015 15:01 skrev "Benson Margulies" : > Maven-plugins 28 is released, of course; what's up? It worked for me, > but not for

Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
Maven-plugins 28 is released, of course; what's up? It worked for me, but not for one of my co-workers. $ mvn clean install [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Parent for Text Analytics Maven Project

Re: Problem maven-archiver to lift to 3.0.0 (Java 1.6)

2015-09-29 Thread Karl Heinz Marbaise
Hi, After diving more into this: The line in NPE given 736 in AbstractZipArchiver (plexus-archiver:3.0.1): // Close the output stream. try { if ( zipArchiveOutputStream != null ) { zOut.writeTo( zipArchiveOutputStream ); <-- 736

Re: Problem maven-archiver to lift to 3.0.0 (Java 1.6)

2015-09-29 Thread Karl Heinz Marbaise
Hi Robert, yes it works before i made the changes... and just for the record i undone the changes and retested and it worked as expected without the changes... Kind regards Karl Heinz Marbaise On 9/29/15 9:58 PM, Robert Scholte wrote: Hi Karl Heinz, Just to be sure: did it work on your sys

Re: Problem maven-archiver to lift to 3.0.0 (Java 1.6)

2015-09-29 Thread Robert Scholte
Hi Karl Heinz, Just to be sure: did it work on your system before you made these changes? Robert Op Tue, 29 Sep 2015 20:31:03 +0200 schreef Karl Heinz Marbaise : Hi, I'm trying to upgrade shared maven-archiver to 3.0 minimumetc. dependencies etc. (Branch: https://svn.apache.org/rep

Problem maven-archiver to lift to 3.0.0 (Java 1.6)

2015-09-29 Thread Karl Heinz Marbaise
Hi, I'm trying to upgrade shared maven-archiver to 3.0 minimumetc. dependencies etc. (Branch: https://svn.apache.org/repos/asf/maven/shared/branches/maven-archiver-3.0.0/)... Currently i'm fighting with a single test which fails...and produces a NPE in testRecreation test: [INFO] Build

RE: Facing problem whith Maven for Portals-pom 1.4

2015-08-07 Thread Lalitha Bourishetty
connec t and 'parent.relativePath' points at wrong local POM @ line 28, column 11 I thought it might be problem with proxy and made all required settings in settings.xml (settings like proxy etc.) Even after configuring proxy got same error. I tried to do using Maven repository server I

Re: SSL certificate problem with git-wip-us.apache.org

2015-05-11 Thread Michael Osipov
'https://git-wip-us.apache.org/repos/asf/maven.git/': SSL certificate problem: unable to get local issuer certificate I presume that curl is compiled against SecureTransport, check whether Symantec's root cert is in the system cert bu

Re: SSL certificate problem with git-wip-us.apache.org

2015-05-11 Thread Baptiste Mathus
10.9.5? Everything works just fine on ubuntu, so I > think this is osx or macports issue. > > mpb:maven igor$ git pull --rebase > fatal: unable to access > 'https://git-wip-us.apache.org/repos/asf/maven.git/': SSL > certificate problem: unable to get local i

SSL certificate problem with git-wip-us.apache.org

2015-05-11 Thread Igor Fedorenko
#x27;: SSL certificate problem: unable to get local issuer certificate -- Regards, Igor - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Maven 3.0.5 Problem

2015-03-06 Thread herve . boutemy
Hi, It's a known wrong and misleading message, tracked as MNG-5477 Regards, Hervé - Mail original - De: "Karl Heinz Marbaise" À: "Maven Developers List" Envoyé: Vendredi 6 Mars 2015 09:32:01 Objet: Maven 3.0.5 Problem Hi, during the tests of maven arche

Maven 3.0.5 Problem

2015-03-06 Thread Karl Heinz Marbaise
Hi, during the tests of maven archetype release i found that using Maven 3.0.5 produced the following messages [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.maven.plugins:maven-archetype-plugin:maven-p

Re: problem with AAR dependency

2015-01-21 Thread William Ferguson
lear contract between the deployed > > artifact and it's consumers, regardless of which build system is > consuming > > the artifact. > > > > ... > > > > Our problem: POMs provided by the Android support repo contain > dependencies > > that have no

Re: problem with AAR dependency

2015-01-21 Thread Jason van Zyl
M to be a clear contract between the deployed > artifact and it's consumers, regardless of which build system is consuming > the artifact. > > ... > > Our problem: POMs provided by the Android support repo contain dependencies > that have no type information which is syntac

Re: problem with AAR dependency

2015-01-20 Thread William Ferguson
dless of which build system is consuming the artifact. ... Our problem: POMs provided by the Android support repo contain dependencies that have no type information which is syntactically valid. But the dependencies are assumed to be 'aar' resources by Gradle but not by Maven. We need t

Re: problem to git reset hash at git-wip-us.apache.org/repos/asf

2014-12-24 Thread tibor17
Yes I supposed last few commits won't be able undo other way. Next time this will not happen, we will make "safe" commitments first. What branches were introduced? The apache branch had master and surefire-954-test only. The whole problem was with maven-release-plugin:2.2.1 and

Re: problem to git reset hash at git-wip-us.apache.org/repos/asf

2014-12-24 Thread Kristian Rosenvold
I see you have pushed some "interesting" committs to surefire master @ apache. These are a permanent part of history, and cannot be undone. You also pushed a few "interesting" branches, which I took the liberty of deleting, sicne they were pointing to existing history. In general, I find that usin

  1   2   3   4   5   6   7   8   9   >