[jira] [Commented] (SUREFIRE-1546) JUnit 5 runner does not honor JUnit 5 display names

2019-02-25 Thread Geoff Soutter (JIRA)


[ 
https://issues.apache.org/jira/browse/SUREFIRE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777610#comment-16777610
 ] 

Geoff Soutter commented on SUREFIRE-1546:
-

I had a quick play with 3.0.0-M4-SNAPSHOT and a JUnit5 DynamicTest. I noticed 

Filename is {{TEST-}}

Content of file has
{code}
 JUnit 5 runner does not honor JUnit 5 display names
> ---
>
> Key: SUREFIRE-1546
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1546
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: JUnit 5.x support
>Affects Versions: 2.22.0
>Reporter: Romain Manni-Bucau
>Assignee: Tibor Digana
>Priority: Major
>  Labels: junit5
> Fix For: 3.0.0-M4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> JUnit 5 runner should respect the test @DisplayName instead of displaying the 
> classname if any is defined. Seems last release doesn't support that feature 
> of JUnit 5 making the console output and reports not the expected ones.
>  
> Origin: https://github.com/junit-team/junit5/issues/990



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MSHADE-148) Shade Plugin gets stuck in infinite loop building dependency reduced POM

2019-02-25 Thread Ryan Schmitt (JIRA)


[ 
https://issues.apache.org/jira/browse/MSHADE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777546#comment-16777546
 ] 

Ryan Schmitt commented on MSHADE-148:
-

This bug is definitely not fixed. I just hit it while using the latest 
maven-shade-plugin (version 3.2.1).

> Shade Plugin gets stuck in infinite loop building dependency reduced POM
> 
>
> Key: MSHADE-148
> URL: https://issues.apache.org/jira/browse/MSHADE-148
> Project: Maven Shade Plugin
>  Issue Type: Bug
>Affects Versions: 2.1
> Environment: OS X 10.7.5
>Reporter: Rob Vesse
>Assignee: Karl Heinz Marbaise
>Priority: Major
> Fix For: 2.4.1
>
> Attachments: MSHADE-148.patch, dependency-reduced-pom.xml, 
> mshade-148-reproduction-pom.xml, pom.xml, shade-bug.txt
>
>
> I have encountered a bug whereby the shade plugin gets stuck in an infinite 
> loop in the step of creating a dependency reduced POM.
> I have attached a minimal POM that reproduces the issue and done some 
> debugging on this.  The problem seems to be caused by using both the jar and 
> test-jar version of a dependency (jena-fuseki in my example) while also 
> including a jar dependency that is a transitive dependency of the other 
> dependencies (jena-arq in my example).   Removing either the jar/test-jar 
> resolves the problem and so does removing the other jar dependency.
> The problem appears to be that the plugin is getting stuck endlessly trying 
> to produce the dependency-reduced-pom.xml
> If I watch the file over time it is repeatedly deleted and rewritten, each 
> time it is written it gets larger.  When I manage to kill the process at a 
> point where the file is non-empty I can see that the plugin is endlessly 
> adding the same set of  to one of the jena-fuseki dependencies.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCM-922) NPE when executing scm:export

2019-02-25 Thread Curtis Kennington (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCM-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Kennington updated SCM-922:
--
Description: 
I am trying to export a small number of files from a git repository as part of 
my maven build but I get an ambiguous NPE. I've reviewed my config but I 
believe it to be correct.

Please see the following log:
{code:java}
[INFO] --- maven-scm-plugin:1.11.1:export (export-migrations) @ db-replication 
---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=102942, 
ConflictMarker.markTime=67728, ConflictMarker.nodeCount=145, 
ConflictIdSorter.graphTime=84998, ConflictIdSorter.topsortTime=47298, 
ConflictIdSorter.conflictIdCount=59, ConflictIdSorter.conflictIdCycleCount=0, 
ConflictResolver.totalTime=1289282, ConflictResolver.conflictItemCount=135, 
DefaultDependencyCollector.collectTime=15146507, 
DefaultDependencyCollector.transformTime=1641031}
[DEBUG] org.apache.maven.plugins:maven-scm-plugin:jar:1.11.1:
[DEBUG]org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]   org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]   org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]  org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]  
backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]   org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]   org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]   
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]  junit:junit:jar:4.12:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]  classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]org.apache.maven.scm:maven-scm-manager-plexus:jar:1.11.1:compile
[DEBUG]   org.apache.maven.scm:maven-scm-api:jar:1.11.1:compile
[DEBUG]org.apache.maven.scm:maven-scm-providers-standard:pom:1.11.1:compile
[DEBUG]   org.apache.maven.scm:maven-scm-provider-accurev:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.11.1:runtime
[DEBUG]  
org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-cvsjava:jar:1.11.1:runtime
[DEBUG]  org.netbeans.lib:cvsclient:jar:20060125:runtime
[DEBUG]  ch.ethz.ganymed:ganymed-ssh2:jar:build210:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.11.1:runtime
[DEBUG]  commons-io:commons-io:jar:2.6:runtime
[DEBUG]  commons-lang:commons-lang:jar:2.6:runtime
[DEBUG]  
org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-jgit:jar:1.11.1:runtime
[DEBUG]  
org.eclipse.jgit:org.eclipse.jgit:jar:4.5.4.201711221230-r:runtime
[DEBUG] com.jcraft:jsch:jar:0.1.53:runtime
[DEBUG] com.googlecode.javaewah:JavaEWAH:jar:0.7.9:runtime
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.6:runtime
[DEBUG]org.apache.httpcomponents:httpcore:jar:4.3.3:runtime
[DEBUG]commons-logging:commons-logging:jar:1.1.3:runtime
[DEBUG]commons-codec:commons-codec:jar:1.6:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.7.2:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-hg:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-perforce:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-starteam:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-synergy:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-vss:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-tfs:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-integrity:jar:1.11.1:runtime
[DEBUG]  com.mks.api:mksapi-jar:jar:4.10.9049:runtime
[DEBUG]  org.codehaus.groovy:groovy-all:jar:1.7.6:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-jazz:jar:1.11.1:runtime
[DEBUG]org.apache.maven.scm:maven-scm-provider-local:jar:1.11.1:compile
[DEBUG]
org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.11.1:compile
[DEBUG]org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG]org.apache.maven.shared:file-management:jar:1.2.1:compile
[DEBUG]   org.apache.maven.shared

[jira] [Created] (SCM-922) NPE when executing scm:export

2019-02-25 Thread Curtis Kennington (JIRA)
Curtis Kennington created SCM-922:
-

 Summary: NPE when executing scm:export
 Key: SCM-922
 URL: https://issues.apache.org/jira/browse/SCM-922
 Project: Maven SCM
  Issue Type: Bug
Affects Versions: 1.11.1
Reporter: Curtis Kennington


I am trying to export a small number of files from a git repository as part of 
my maven build but I get an ambiguous NPE. I've reviewed my config but I 
believe it to be correct.

Please see the following log:

{code}
[INFO] --- maven-scm-plugin:1.11.1:export (export-migrations) @ db-replication 
---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=102942, 
ConflictMarker.markTime=67728, ConflictMarker.nodeCount=145, 
ConflictIdSorter.graphTime=84998, ConflictIdSorter.topsortTime=47298, 
ConflictIdSorter.conflictIdCount=59, ConflictIdSorter.conflictIdCycleCount=0, 
ConflictResolver.totalTime=1289282, ConflictResolver.conflictItemCount=135, 
DefaultDependencyCollector.collectTime=15146507, 
DefaultDependencyCollector.transformTime=1641031}
[DEBUG] org.apache.maven.plugins:maven-scm-plugin:jar:1.11.1:
[DEBUG]org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]   org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]   org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]  org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]  
backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]   org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]   org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]   
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]  junit:junit:jar:4.12:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]  classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]org.apache.maven.scm:maven-scm-manager-plexus:jar:1.11.1:compile
[DEBUG]   org.apache.maven.scm:maven-scm-api:jar:1.11.1:compile
[DEBUG]org.apache.maven.scm:maven-scm-providers-standard:pom:1.11.1:compile
[DEBUG]   org.apache.maven.scm:maven-scm-provider-accurev:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.11.1:runtime
[DEBUG]  
org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-cvsjava:jar:1.11.1:runtime
[DEBUG]  org.netbeans.lib:cvsclient:jar:20060125:runtime
[DEBUG]  ch.ethz.ganymed:ganymed-ssh2:jar:build210:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.11.1:runtime
[DEBUG]  commons-io:commons-io:jar:2.6:runtime
[DEBUG]  commons-lang:commons-lang:jar:2.6:runtime
[DEBUG]  
org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-jgit:jar:1.11.1:runtime
[DEBUG]  
org.eclipse.jgit:org.eclipse.jgit:jar:4.5.4.201711221230-r:runtime
[DEBUG] com.jcraft:jsch:jar:0.1.53:runtime
[DEBUG] com.googlecode.javaewah:JavaEWAH:jar:0.7.9:runtime
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.6:runtime
[DEBUG]org.apache.httpcomponents:httpcore:jar:4.3.3:runtime
[DEBUG]commons-logging:commons-logging:jar:1.1.3:runtime
[DEBUG]commons-codec:commons-codec:jar:1.6:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.7.2:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-hg:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-perforce:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-starteam:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-synergy:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-vss:jar:1.11.1:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-tfs:jar:1.11.1:runtime
[DEBUG]   
org.apache.maven.scm:maven-scm-provider-integrity:jar:1.11.1:runtime
[DEBUG]  com.mks.api:mksapi-jar:jar:4.10.9049:runtime
[DEBUG]  org.codehaus.groovy:groovy-all:jar:1.7.6:runtime
[DEBUG]   org.apache.maven.scm:maven-scm-provider-jazz:jar:1.11.1:runtime
[DEBUG]org.apache.maven.scm:maven-scm-provider-local:jar:1.11.1:compile
[DEBUG]
org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.11.1:compile
[DEBUG]org.codehaus.plexus:pl

[GitHub] eolivelli commented on a change in pull request #4: MPH-160

2019-02-25 Thread GitBox
eolivelli commented on a change in pull request #4: MPH-160
URL: https://github.com/apache/maven-help-plugin/pull/4#discussion_r259816338
 
 

 ##
 File path: src/main/java/org/apache/maven/plugins/help/EffectivePomMojo.java
 ##
 @@ -82,6 +91,14 @@
 @Parameter( property = "artifact" )
 private String artifact;
 
+/**
+ * Output POM input location as comments.
+ * 
+ * @since 3.2.0
+ */
+@Parameter( property = "verbose", defaultValue = "false" )
+private boolean verbose = false;
+
 
 Review comment:
   Ok


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services