Re: Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Pim Moerenhout
Hi Roger,

Actually, I'm working on this problem in 
https://issues.apache.org/jira/browse/MDEP-648 

It will look through all dependencies and tell in which POM the definition for 
the external repository was defined in:

The output of mvn dependency:list-repositories -Dverbose will output the 
location of the POM files where it was defined...

[INFO]id: jvnet-nexus-releases
  url: https://maven.java.net/content/repositories/releases/
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
 location: /Users/pim/.m2/repository/net/java/jvnet-parent/5/jvnet-parent-5.pom

[INFO]id: apache.snapshots
  url: http://people.apache.org/repo/m2-snapshot-repository
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => false, update => daily]
 location: /Users/pim/.m2/repository/org/apache/apache/4/apache-4.pom

This will help you to identify which dependency defined the lookup...

Regards, Pim


> On 15 Jan 2020, at 23:40, Laird Nelson  wrote:
> 
> Additionally, transitive dependencies may have  elements in
> their pom.xmls, one of which probably contains the URL in question.
> 
> Best,
> Laird
> 
> On Wed, Jan 15, 2020 at 2:29 PM Nick Stolwijk 
> wrote:
> 
>> Hi Roger,
>> 
>> As far as I know there is no other repository then Maven Central baked into
>> Maven. I guess it is configured somewhere in your settings or pom
>> structure. You can take a good look at the settings Maven use by using the
>> Maven Help plugin.
>> 
>> Try executing mvn help:effective-pom and mvn help:effective-settings and
>> take a look at the output to see if it is your settings or your pom files
>> that add that repository.
>> 
>> If it is in your settings it should be in ~/.m2/settings.xml or
>> MAVEN_HOME/conf/settings.xml, otherwise if it is in your project
>> configuration (pom.xml) it is in your pom or in any of the parent poms of
>> your project.
>> 
>> Hth,
>> 
>> Nick Stolwijk
>> 
>> ~~~ Try to leave this world a little better than you found it and, when
>> your turn comes to die, you can die happy in feeling that at any rate you
>> have not wasted your time but have done your best ~~~
>> 
>> Lord Baden-Powell
>> 
>> 
>> On Wed, Jan 15, 2020 at 11:15 PM Worden, Roger 
>> wrote:
>> 
>>> New install of Maven 3.6.3 on Mac Mojave. Trying to build a local copy of
>>> a third-party vendor’s app. Command is:
>>> 
>>> mvn dependency:tree -DoutputType=dot --file="pom.xml"
>>> 
>>> Maven says the following for many objects:
>>> 
>>> Downloading from vendor-repo:
>>> 
>> http://192.168.2.57:8081/artifactory/ProjectLibs/it/vendor/Filters/6.6.1/Filters-6.6.1.pom
>>> 
>>> and then often:
>>> 
>>> Transfer failed for http://192.168.2.57:8081/artifactory …
>>> /maven-metadata.xml
>>> 
>>> I do not have Artifactory on my Mac.
>>> I have searched all through the Maven config and other files and can find
>>> no reference to Artifactory.
>>> I have searched all through the vendor files and can find no reference to
>>> Artifactory.
>>> 
>>> Is this some default built into Maven? A “strings” search of man did not
>>> find any reference to Artifactory.
>>> 
>>> I’ve tried to add repository info to my settings.xml to disable it, but
>>> have not succeeded.
>>> 
>>> Thanks in advance.
>>> 
>> 



Re: Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Laird Nelson
Additionally, transitive dependencies may have  elements in
their pom.xmls, one of which probably contains the URL in question.

Best,
Laird

On Wed, Jan 15, 2020 at 2:29 PM Nick Stolwijk 
wrote:

> Hi Roger,
>
> As far as I know there is no other repository then Maven Central baked into
> Maven. I guess it is configured somewhere in your settings or pom
> structure. You can take a good look at the settings Maven use by using the
> Maven Help plugin.
>
> Try executing mvn help:effective-pom and mvn help:effective-settings and
> take a look at the output to see if it is your settings or your pom files
> that add that repository.
>
> If it is in your settings it should be in ~/.m2/settings.xml or
> MAVEN_HOME/conf/settings.xml, otherwise if it is in your project
> configuration (pom.xml) it is in your pom or in any of the parent poms of
> your project.
>
> Hth,
>
> Nick Stolwijk
>
> ~~~ Try to leave this world a little better than you found it and, when
> your turn comes to die, you can die happy in feeling that at any rate you
> have not wasted your time but have done your best ~~~
>
> Lord Baden-Powell
>
>
> On Wed, Jan 15, 2020 at 11:15 PM Worden, Roger 
> wrote:
>
> > New install of Maven 3.6.3 on Mac Mojave. Trying to build a local copy of
> > a third-party vendor’s app. Command is:
> >
> > mvn dependency:tree -DoutputType=dot --file="pom.xml"
> >
> > Maven says the following for many objects:
> >
> > Downloading from vendor-repo:
> >
> http://192.168.2.57:8081/artifactory/ProjectLibs/it/vendor/Filters/6.6.1/Filters-6.6.1.pom
> >
> > and then often:
> >
> > Transfer failed for http://192.168.2.57:8081/artifactory …
> > /maven-metadata.xml
> >
> > I do not have Artifactory on my Mac.
> > I have searched all through the Maven config and other files and can find
> > no reference to Artifactory.
> > I have searched all through the vendor files and can find no reference to
> > Artifactory.
> >
> > Is this some default built into Maven? A “strings” search of man did not
> > find any reference to Artifactory.
> >
> > I’ve tried to add repository info to my settings.xml to disable it, but
> > have not succeeded.
> >
> > Thanks in advance.
> >
>


Re: Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Nick Stolwijk
Hi Roger,

As far as I know there is no other repository then Maven Central baked into
Maven. I guess it is configured somewhere in your settings or pom
structure. You can take a good look at the settings Maven use by using the
Maven Help plugin.

Try executing mvn help:effective-pom and mvn help:effective-settings and
take a look at the output to see if it is your settings or your pom files
that add that repository.

If it is in your settings it should be in ~/.m2/settings.xml or
MAVEN_HOME/conf/settings.xml, otherwise if it is in your project
configuration (pom.xml) it is in your pom or in any of the parent poms of
your project.

Hth,

Nick Stolwijk

~~~ Try to leave this world a little better than you found it and, when
your turn comes to die, you can die happy in feeling that at any rate you
have not wasted your time but have done your best ~~~

Lord Baden-Powell


On Wed, Jan 15, 2020 at 11:15 PM Worden, Roger 
wrote:

> New install of Maven 3.6.3 on Mac Mojave. Trying to build a local copy of
> a third-party vendor’s app. Command is:
>
> mvn dependency:tree -DoutputType=dot --file="pom.xml"
>
> Maven says the following for many objects:
>
> Downloading from vendor-repo:
> http://192.168.2.57:8081/artifactory/ProjectLibs/it/vendor/Filters/6.6.1/Filters-6.6.1.pom
>
> and then often:
>
> Transfer failed for http://192.168.2.57:8081/artifactory …
> /maven-metadata.xml
>
> I do not have Artifactory on my Mac.
> I have searched all through the Maven config and other files and can find
> no reference to Artifactory.
> I have searched all through the vendor files and can find no reference to
> Artifactory.
>
> Is this some default built into Maven? A “strings” search of man did not
> find any reference to Artifactory.
>
> I’ve tried to add repository info to my settings.xml to disable it, but
> have not succeeded.
>
> Thanks in advance.
>


Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Worden, Roger
New install of Maven 3.6.3 on Mac Mojave. Trying to build a local copy of a 
third-party vendor’s app. Command is:

mvn dependency:tree -DoutputType=dot --file="pom.xml"

Maven says the following for many objects:

Downloading from vendor-repo: 
http://192.168.2.57:8081/artifactory/ProjectLibs/it/vendor/Filters/6.6.1/Filters-6.6.1.pom

and then often:

Transfer failed for http://192.168.2.57:8081/artifactory … /maven-metadata.xml

I do not have Artifactory on my Mac.
I have searched all through the Maven config and other files and can find no 
reference to Artifactory.
I have searched all through the vendor files and can find no reference to 
Artifactory.

Is this some default built into Maven? A “strings” search of man did not find 
any reference to Artifactory.

I’ve tried to add repository info to my settings.xml to disable it, but have 
not succeeded.

Thanks in advance.


[maven-surefire-plugin] message published by JUnit5-TestReporter does not appear in surefire report

2020-01-15 Thread Knoche, Heinz
Hello,

I uploaded this simple project to illustrate my observation:
https://github.com/gabalawi/junit5-testreporter

Maybe someone could help me with clarifying 
- if there is a bug or lacking feature in the surefire plugin
- or if I did not properly configure the surefire plugin
- or if it is up to another plugin (maven-reporting?) to pick up the
TestReporter's publications
- or if I have some misunderstanding about the TestReporter intentions
usage at all

Thank you very much in advance, kind regards,
Heinz


-- 
Heinz Knoche

  

  Consultant

  Development

  Public Authorities Web & Application Security

  secunet Security Networks AG




  www.secunet.com


signature.asc
Description: This is a digitally signed message part


Re: Release Maven Doxia Plugin 1.9.1?

2020-01-15 Thread Konrad Windszus
Ping, any update?

Maybe there is a workaround to make md code statements work, but I currently 
fail to see it, therefore a release to fix this regression would be highly 
appreciated.

Konrad

> On 20. Dec 2019, at 12:03, Michael Osipov  wrote:
> 
> Am 2019-12-20 um 11:52 schrieb Konrad Windszus:
>> Hi,
>> is a bugfix release of Doxia planned soon which contains 
>> https://issues.apache.org/jira/browse/DOXIA-597? 
>> 
>> Or is there any other workaround known to get markdown code statements 
>> (`...`) work correctly with the latest maven-site-plugin?
> 
> I won't be able to release anything before Christmas. If someone is faster, 
> so be it.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-15 Thread Knoche, Heinz
Hello Tibor,

thanks a lot for clarifying this issue. Regards,

Heinz

Am Mittwoch, den 15.01.2020, 09:58 +0100 schrieb Tibor Digana:
> The TestReporter is not supported yet.
> Currently, in M5, we are fixing the process communication via pipes and TCP.
> Then we will work on this issue in M6 as well.
> 
> Meanwhile please use SLF4J logger or another one.
> 
> On Wed, Jan 15, 2020 at 8:45 AM Knoche, Heinz 
> wrote:
> 
> 
> I uploaded this simple project to illustrate the subject:
> https://github.com/gabalawi/junit5-testreporter
> 
> Maybe someone could help me with clarifying
> - if there is a bug or lacking feature in the surefire plugin
> - or if I did not properly configure the surefire plugin
> - or if it is up to another plugin (maven-reporting?) to pick up the
> TestReporter's publications
> - or if I have some misunderstanding about the TestReporter intentions
> usage at all
> 
> Thank you very much in advance, kind regards,
> Heinz
> 
> 
> --
> 
> Heinz Knoche
> Consultant
> Development
> Public Authorities Web & Application Security
> secunet Security Networks AG
> 
> 
> www.secunet.com
> 


signature.asc
Description: This is a digitally signed message part


Re: maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-15 Thread Tibor Digana
The TestReporter is not supported yet.
Currently, in M5, we are fixing the process communication via pipes and TCP.
Then we will work on this issue in M6 as well.

Meanwhile please use SLF4J logger or another one.

On Wed, Jan 15, 2020 at 8:45 AM Knoche, Heinz 
wrote:

> I uploaded this simple project to illustrate the subject:
> https://github.com/gabalawi/junit5-testreporter
>
> Maybe someone could help me with clarifying
> - if there is a bug or lacking feature in the surefire plugin
> - or if I did not properly configure the surefire plugin
> - or if it is up to another plugin (maven-reporting?) to pick up the
> TestReporter's publications
> - or if I have some misunderstanding about the TestReporter intentions
> usage at all
>
> Thank you very much in advance, kind regards,
> Heinz
>
>
> --
>
> Heinz Knoche
> Consultant
> Development
> Public Authorities Web & Application Security
> secunet Security Networks AG
>
>
> www.secunet.com
>