[
https://issues.apache.org/jira/browse/MARCHETYPES-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed MARCHETYPES-68.
Resolution: Fixed
> make build Reproducible
> ---
>
>
hboutemy merged pull request #22:
URL: https://github.com/apache/maven-ear-plugin/pull/22
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
[
https://issues.apache.org/jira/browse/MEAR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MEAR-216:
---
Fix Version/s: (was: waiting-for-feedback)
> Unable to include dependencies of type test-jar
>
hboutemy commented on pull request #22:
URL: https://github.com/apache/maven-ear-plugin/pull/22#issuecomment-748583938
you're right, merged
thank you
This is an automated message from the Apache Git Service.
To respond to
[
https://issues.apache.org/jira/browse/MEAR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed MEAR-216.
--
Resolution: Fixed
PR #22 merged
thank you
> Unable to include dependencies of type test-jar
> -
[
https://issues.apache.org/jira/browse/MEAR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MEAR-221:
---
Fix Version/s: waiting-for-feedback
> SNAPSHOT included with timestamp in skinnyWars but not removed fr
[
https://issues.apache.org/jira/browse/MEAR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MEAR-289:
---
Fix Version/s: waiting-for-feedback
> skinnyWars issue with finalName for Jar module
>
hboutemy commented on pull request #28:
URL: https://github.com/apache/maven-ear-plugin/pull/28#issuecomment-748584851
MEAR-182 https://issues.apache.org/jira/browse/MEAR-182 is an old issue
closed for release 2.10
please create a new issue (we'll link it to MEAR-182), and update the com
[
https://issues.apache.org/jira/browse/MEAR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252379#comment-17252379
]
Hudson commented on MEAR-216:
-
Build unstable in Jenkins: Maven » Maven TLP » maven-ear-plugin
mabrarov commented on pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#issuecomment-748588430
@elharo,
It feels like this PR has introduced a bug. Please, execute integration
tests and ensure that merge commit of this PR passes all tests.
--
mabrarov edited a comment on pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#issuecomment-748588430
@elharo and @hboutemy,
It feels like this PR has introduced a bug. Please, execute integration
tests and ensure that merge commit of this PR passes all tests.
mabrarov edited a comment on pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#issuecomment-748588430
@elharo and @hboutemy,
It feels like this PR has introduced a bug. Please checkout merge commit of
this PR and execute integration tests.
--
mabrarov commented on a change in pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#discussion_r546355822
##
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##
@@ -480,9 +482,10 @@ private void copyModules( final JavaEEVersion
javaEEV
Marat Abrarov created MEAR-292:
--
Summary: skipClassPathModification option should prevent adding
Class-Path entry into MANIFEST.mf
Key: MEAR-292
URL: https://issues.apache.org/jira/browse/MEAR-292
Projec
mabrarov opened a new pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29
[MEAR-292] - Don't add MANFIEST.mf Class-Path entry for EAR module if
skipClassPathModification is true and original MANFIEST.mf of EAR module
artifact doesn't contain Class-Path entry.
--
mabrarov closed pull request #28:
URL: https://github.com/apache/maven-ear-plugin/pull/28
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
mabrarov commented on pull request #28:
URL: https://github.com/apache/maven-ear-plugin/pull/28#issuecomment-748590280
Declining in favor of pull request #29 with fixed source branch name.
This is an automated message from th
mabrarov commented on pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#issuecomment-748590385
Note that Jenkins build can fail due to [the
bug](https://github.com/apache/maven-ear-plugin/pull/26#discussion_r546355822)
introduced by pull request #26.
-
[
https://issues.apache.org/jira/browse/MEAR-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Abrarov updated MEAR-292:
---
Description: It looks like there is a bug in implementation of
{{skipClassPathModification}} option int
Marat Abrarov created MEAR-293:
--
Summary: skinnyModules option doesn't work if skinnyWars is false
Key: MEAR-293
URL: https://issues.apache.org/jira/browse/MEAR-293
Project: Maven EAR Plugin
Iss
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Abrarov updated MEAR-293:
---
Description:
If {{skinnyModules}} option is turned on and {{skinnyWars}} option is turned
off (default
mabrarov commented on a change in pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#discussion_r546359981
##
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##
@@ -480,9 +482,10 @@ private void copyModules( final JavaEEVersion
javaEEV
mabrarov commented on a change in pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#discussion_r546359981
##
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##
@@ -480,9 +482,10 @@ private void copyModules( final JavaEEVersion
javaEEV
mabrarov opened a new pull request #30:
URL: https://github.com/apache/maven-ear-plugin/pull/30
[MEAR-293] - skinnyModules option working even if skinnyWars option is
turned off (or has default value).
This is an automated m
mabrarov commented on a change in pull request #26:
URL: https://github.com/apache/maven-ear-plugin/pull/26#discussion_r546360290
##
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##
@@ -480,9 +482,10 @@ private void copyModules( final JavaEEVersion
javaEEV
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Abrarov updated MEAR-293:
---
Description:
If {{skinnyModules}} option is turned on and {{skinnyWars}} option is turned
off (default
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Abrarov updated MEAR-293:
---
Description:
If {{skinnyModules}} option is turned on and {{skinnyWars}} option is turned
off (default
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Abrarov updated MEAR-293:
---
Description:
If {{skinnyModules}} option is turned on and {{skinnyWars}} option is turned
off (default
mabrarov commented on pull request #30:
URL: https://github.com/apache/maven-ear-plugin/pull/30#issuecomment-748597658
@elharo
This is an automated message from the Apache Git Service.
To respond to the message, please log on
mabrarov commented on pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#issuecomment-748597912
@hboutemy
This is an automated message from the Apache Git Service.
To respond to the message, please log
elharo merged pull request #30:
URL: https://github.com/apache/maven-ear-plugin/pull/30
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold closed MEAR-293.
--
> skinnyModules option doesn't work if skinnyWars is false
>
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold resolved MEAR-293.
Resolution: Fixed
> skinnyModules option doesn't work if skinnyWars is false
> --
elharo commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546379504
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
2.5
+
+
[
https://issues.apache.org/jira/browse/MEAR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252433#comment-17252433
]
Hudson commented on MEAR-293:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven-ear-plugin
mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546385292
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
Review comment:
Why
mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546387718
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
2.5
+
+
mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546387830
##
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##
@@ -816,12 +816,15 @@ private void changeManifestClasspath( EarModule modul
elharo commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546391171
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
Review comment:
Proba
Tilman Hausherr created SUREFIRE-1868:
-
Summary: writing to System.outwriting to System.errwriting to
System.outwriting to System.errwriting
Key: SUREFIRE-1868
URL: https://issues.apache.org/jira/browse/SUREFI
mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546397158
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
Review comment:
The
mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546397158
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
Review comment:
The
elharo commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546401678
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
Review comment:
That'
michael-o commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748634338
Going through now...
This is an automated message from the Apache Git Service.
To respond to the message, please l
michael-o commented on pull request #88:
URL:
https://github.com/apache/maven-integration-testing/pull/88#issuecomment-748634359
Going through now...
This is an automated message from the Apache Git Service.
To respond to th
mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546406382
##
File path: src/it/skinny-wars-javaee5/ear-module/pom.xml
##
@@ -33,9 +33,26 @@ under the License.
commons-lang
Review comment:
Cha
Marat Abrarov created MEAR-294:
--
Summary: JAR with provided scope should be removed from Class-Path
in case of skinnyWars
Key: MEAR-294
URL: https://issues.apache.org/jira/browse/MEAR-294
Project: Maven
mabrarov opened a new pull request #31:
URL: https://github.com/apache/maven-ear-plugin/pull/31
[MEAR-294] - Removal of provided artifacts from Class-Path entry of
MANIFEST.mf if skinnyWars / skinnyModules options are turned on.
michael-o commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748651915
I asked for an IT for good reason. I ran the suite multiple times from a
fresh clone and see this failing:
```
java.lang.AssertionError:
Compile goal was expected to run o
rmannibucau commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748652591
@michael-o don't you see the same without the fix?
This is an automated message from the Apache Git Service.
To
michael-o commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748652864
>
>
> @michael-o don't you see the same without the fix?
Correct, from Maven master there is no failure. The test passes.
--
michael-o commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748653716
I also need to admit that during my last couple of months of work many ITs
started to fall out because they are crappy/unstable. Go through the commits
from me. This might be the
bmarwell opened a new pull request #9:
URL: https://github.com/apache/maven-install-plugin/pull/9
Following this checklist to help us incorporate your
contribution quickly and easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/MINSTALL) filed
[
https://issues.apache.org/jira/browse/MJAVADOC-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252505#comment-17252505
]
Benjamin Marwell commented on MJAVADOC-545:
---
[~michael-o] the current master
rmannibucau commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748665179
@michael-o have to admit i dont see the link there :s, anything could help
to reproduce?
This is an automated m
[
https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252508#comment-17252508
]
Hudson commented on MNG-7045:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7045
[
https://issues.apache.org/jira/browse/MNG-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252507#comment-17252507
]
Hudson commented on MNG-6566:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7045
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build failed in Jenkins: Maven TLP » maven » master #420
See https://buil
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6656 #70
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build failed in Jenkins: Maven TLP » maven » MNG-6169/MNG-6556 #43
See
h
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build failed in Jenkins: Maven TLP » maven » MNG-6656 #66
See https://bui
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build succeeded in Jenkins: Maven TLP » maven » master #434
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6828 #15
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6909 #8
See https://bu
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6552 #38
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build succeeded in Jenkins: Maven TLP » maven » MNG-6878 #8
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6512-build-11 #15
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6555 #45
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MRESOLVER-94 #3
See https:
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6550 #41
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MODELTESTS_IMPROVEMENT #26
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6554 #37
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6551 #44
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6548 #22
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6889 #3
See https://bu
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6169/MNG-6553 #38
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6888 #3
See https://bu
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-5567 #55
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » Bananeweizen-MNG-6907 #3
S
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » MNG-6829 #24
See https://b
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven »
MNG-6012-Missing-Profile-A
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » mng-5668-poc #24
See https
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven » REMOVE_DEPRECATED #16
See
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build failed in Jenkins: Maven TLP » maven » MPOM-215 #33
See https://bui
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build failed in Jenkins: Maven TLP » maven » slf4j-1.8-modules #34
See ht
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven TLP » maven-studies » maven-metrics #20
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6553
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6555
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6556
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-5868:
Comment: was deleted
(was: Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6551
[
https://issues.apache.org/jira/browse/MCHECKSTYLE-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252509#comment-17252509
]
Benjamin Marwell commented on MCHECKSTYLE-395:
--
Hi [~elharo] I think yo
[
https://issues.apache.org/jira/browse/MJAVADOC-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252510#comment-17252510
]
Michael Osipov commented on MJAVADOC-545:
-
Is that explicitly excluded? I am ju
[
https://issues.apache.org/jira/browse/MNG-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252511#comment-17252511
]
Michael Osipov commented on MNG-5868:
-
This has been addressed in:
{noformat}
$ git log
[
https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MDEPLOY-254:
---
Fix Version/s: wontfix-candidate
> Maven Deploy Plugin deploy jar twice : Maven 3.3.3
>
[
https://issues.apache.org/jira/browse/MDEPLOY-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252512#comment-17252512
]
Michael Osipov commented on MDEPLOY-254:
I am included to close this as not an i
michael-o commented on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748667832
>
>
> @michael-o have to admit i dont see the link there :s, anything could help
to reproduce?
Neither I do, but you just need to run ITs.
michael-o edited a comment on pull request #408:
URL: https://github.com/apache/maven/pull/408#issuecomment-748667832
>
>
> @michael-o have to admit i dont see the link there :s, anything could help
to reproduce?
Neither I do, but you just need to run ITs. Wild guess, the IT
michael-o commented on pull request #82:
URL:
https://github.com/apache/maven-integration-testing/pull/82#issuecomment-748668381
Looking back at this again
This is an automated message from the Apache Git Service.
To res
michael-o commented on a change in pull request #391:
URL: https://github.com/apache/maven/pull/391#discussion_r546434173
##
File path:
maven-core/src/main/java/org/apache/maven/project/ReactorModelCache.java
##
@@ -113,7 +107,48 @@ public int hashCode()
{
elharo commented on a change in pull request #31:
URL: https://github.com/apache/maven-ear-plugin/pull/31#discussion_r546435418
##
File path: src/test/java/org/apache/maven/plugins/ear/it/EarMojoIT.java
##
@@ -1003,8 +1003,12 @@ public void testProject091()
* skinnyModule
1 - 100 of 149 matches
Mail list logo