michael-o commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909273098
##
core-it-suite/pom.xml:
##
@@ -159,6 +161,42 @@ under the License.
+
+org.apache.maven.its
+core-it-bootst
gnodet commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909289360
##
core-it-support/core-it-bootstrap/pom.xml:
##
@@ -19,45 +19,58 @@ specific language governing permissions and limitations
under the License.
-->
-
gnodet commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909289949
##
core-it-support/core-it-bootstrap/pom.xml:
##
@@ -19,45 +19,58 @@ specific language governing permissions and limitations
under the License.
-->
-
gnodet commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909290395
##
core-it-suite/src/site/apt/index.apt.vm:
##
@@ -52,11 +52,9 @@ mvn -Preporting site
which obviously can't resolve anything. This setup using a file-
michael-o commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909290661
##
core-it-support/core-it-bootstrap/pom.xml:
##
@@ -19,45 +19,58 @@ specific language governing permissions and limitations
under the License.
-->
michael-o commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909292248
##
core-it-support/core-it-bootstrap/pom.xml:
##
@@ -19,45 +19,58 @@ specific language governing permissions and limitations
under the License.
-->
michael-o commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909302549
##
core-it-suite/src/site/apt/index.apt.vm:
##
@@ -52,11 +52,9 @@ mvn -Preporting site
which obviously can't resolve anything. This setup using a fi
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169644146
I see fallout:
```
[ERROR] Errors:
[ERROR]
MavenITmng5561PluginRelocationLosesConfigurationTest>AbstractMavenIntegrationTestCase.runTest:260->testit:48
ยป Ver
michael-o commented on code in PR #15:
URL:
https://github.com/apache/maven-install-plugin/pull/15#discussion_r909307003
##
src/main/java/org/apache/maven/plugins/install/InstallMojo.java:
##
@@ -91,53 +86,68 @@
public void execute()
throws MojoExecutionException,
michael-o commented on code in PR #20:
URL: https://github.com/apache/maven-deploy-plugin/pull/20#discussion_r909310762
##
src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java:
##
@@ -177,29 +180,84 @@ public void execute()
}
else
gnodet commented on PR #175:
URL:
https://github.com/apache/maven-integration-testing/pull/175#issuecomment-1169653766
> Do I need to make my terminal full screen to make it work?
No, I think any width > 80 will fail the test for maven 4.0.x branch if you
run them from a real termina
michael-o commented on PR #175:
URL:
https://github.com/apache/maven-integration-testing/pull/175#issuecomment-1169655629
> > Do I need to make my terminal full screen to make it work?
>
> No, I think any width > 80 will fail the test for maven 4.0.x branch if
you run them from a rea
gnodet commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909318328
##
core-it-support/core-it-bootstrap/pom.xml:
##
@@ -19,45 +19,58 @@ specific language governing permissions and limitations
under the License.
-->
-
gnodet commented on code in PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#discussion_r909320121
##
core-it-suite/pom.xml:
##
@@ -159,6 +161,42 @@ under the License.
+
+org.apache.maven.its
+core-it-bootstrap
jorsol closed pull request #6: Add pull request template
URL: https://github.com/apache/maven-source-plugin/pull/6
--
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 to the specific comment.
To unsubscrib
slawekjaranowski commented on PR #6:
URL:
https://github.com/apache/maven-source-plugin/pull/6#issuecomment-1169792649
@jorsol - Why close - it was ok.
simply exclude from rat.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
slawekjaranowski merged PR #5:
URL: https://github.com/apache/maven-source-plugin/pull/5
--
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 to the specific comment.
To unsubscribe, e-mail: issues-unsubscr
jorsol opened a new pull request, #7:
URL: https://github.com/apache/maven-source-plugin/pull/7
Add pull request template and exclude *.md files from rat.
--
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 t
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169824152
> I see fallout:
>
> ```
> [ERROR] Errors:
> [ERROR]
MavenITmng5561PluginRelocationLosesConfigurationTest>AbstractMavenIntegrationTestCase.runTest:260->te
slawekjaranowski commented on code in PR #7:
URL: https://github.com/apache/maven-source-plugin/pull/7#discussion_r909479400
##
pom.xml:
##
@@ -161,6 +161,7 @@ under the License.
src/it/reproducible/src/main/resources/**/*.txt
+**/*
jorsol commented on code in PR #7:
URL: https://github.com/apache/maven-source-plugin/pull/7#discussion_r909486703
##
pom.xml:
##
@@ -161,6 +161,7 @@ under the License.
src/it/reproducible/src/main/resources/**/*.txt
+**/*.md
Revie
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169843147
Trying now behind a Nexus at work..
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169868791
Behind Nexus and other repos configured in `settings.xml`:
```
[ERROR] Errors:
[ERROR]
MavenIT0023SettingsProfileTest>AbstractMavenIntegrationTestCase.runTest
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169879397
Now all of those have in common: `--settings settings.xml`. This means that
my user settings are defeated and files downloaded from my Central mirror are
ignored by the
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169887762
> Now all of those have in common: `--settings settings.xml`. This means
that my user settings are defeated and files downloaded from my Central mirror
are ignored by t
michael-o commented on PR #20:
URL:
https://github.com/apache/maven-deploy-plugin/pull/20#issuecomment-1169890113
> @gnodet @michael-o @slawekjaranowski ping, let's agree all this PR does is:
>
> * not changing existing behaviour (re last module)
>
> * but removes the r
cstamas commented on code in PR #15:
URL:
https://github.com/apache/maven-install-plugin/pull/15#discussion_r909542963
##
src/main/java/org/apache/maven/plugins/install/InstallMojo.java:
##
@@ -91,53 +86,68 @@
public void execute()
throws MojoExecutionException, M
dependabot[bot] opened a new pull request, #28:
URL: https://github.com/apache/maven-pdf-plugin/pull/28
Bumps [l10n-maven-plugin](https://github.com/mojohaus/l10n-maven-plugin)
from 1.0-alpha-2 to 1.0.0.
Release notes
Sourced from https://github.com/mojohaus/l10n-maven-plugin/relea
michael-o commented on PR #178:
URL:
https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169913213
Diffed, the reason seems to be the repo id change: `central` =>
`central-mirror`. What now?
--
This is an automated message from the Apache Git Service.
To respond to
slachiewicz merged PR #28:
URL: https://github.com/apache/maven-pdf-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 go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@ma
cstamas commented on code in PR #20:
URL: https://github.com/apache/maven-deploy-plugin/pull/20#discussion_r909582088
##
src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java:
##
@@ -177,29 +180,84 @@ public void execute()
}
else
{
michael-o commented on code in PR #15:
URL:
https://github.com/apache/maven-install-plugin/pull/15#discussion_r909604461
##
src/main/java/org/apache/maven/plugins/install/InstallMojo.java:
##
@@ -83,24 +83,30 @@
@Component
private ProjectInstaller installer;
+pr
cstamas commented on code in PR #15:
URL:
https://github.com/apache/maven-install-plugin/pull/15#discussion_r909605127
##
src/main/java/org/apache/maven/plugins/install/InstallMojo.java:
##
@@ -83,24 +83,30 @@
@Component
private ProjectInstaller installer;
+priv
cstamas commented on code in PR #15:
URL:
https://github.com/apache/maven-install-plugin/pull/15#discussion_r909605127
##
src/main/java/org/apache/maven/plugins/install/InstallMojo.java:
##
@@ -83,24 +83,30 @@
@Component
private ProjectInstaller installer;
+priv
cstamas commented on PR #20:
URL:
https://github.com/apache/maven-deploy-plugin/pull/20#issuecomment-1169955580
> We also need `DEPLOY_PROCESSED_MARKER` if `deployAtEnd` if false. One
module can override it.
Done
--
This is an automated message from the Apache Git Service.
To resp
dependabot[bot] opened a new pull request, #550:
URL: https://github.com/apache/maven-surefire/pull/550
Bumps commons-email from 1.2 to 1.5.
[
```
2022-06-29T06:24:39.1486570Z [INFO] Building: create-3/pom.xml
20
Stefano Fornari created ARCHETYPE-633:
-
Summary: A required class was missing while executing
org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate:
org/apache/commons/lang/StringUtils
Key: ARCHETYPE-633
47 matches
Mail list logo