You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "laeubi (via GitHub)" <gi...@apache.org> on 2023/09/20 05:36:04 UTC

[GitHub] [maven-integration-testing] laeubi opened a new pull request, #295: [MNG-7891] add an example for a configurable extension

laeubi opened a new pull request, #295:
URL: https://github.com/apache/maven-integration-testing/pull/295

   This adds a simple extension that prints out a message at session start and after projects are read.
   
   There is also an example consumer of that extension that configures the message to print the start of the build and the value of a user supplied value on the commandline.


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-integration-testing] gnodet commented on pull request #295: [MNG-7891] add an example for a configurable extension

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet commented on PR #295:
URL: https://github.com/apache/maven-integration-testing/pull/295#issuecomment-1727393361

   Superseded with #296 


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-integration-testing] laeubi commented on pull request #295: [MNG-7891] add an example for a configurable extension

Posted by "laeubi (via GitHub)" <gi...@apache.org>.
laeubi commented on PR #295:
URL: https://github.com/apache/maven-integration-testing/pull/295#issuecomment-1727006022

   With stock maven this currently produces:
   ```
   [ERROR] Error executing Maven.
   [ERROR] Unrecognised tag: 'configuration' (position: START_TAG seen ...</version>\n\t\t<configuration>... @6:18) 
   ```
   
   I would expect instead that it prints two messages when started with `mvn install -DuserValue=HelloWorld`:
   
   ```
   The session has just started at <the maven build start timestamp>
   All projects are read now! The build will start and the user has passed -DuserValue=HelloWorld on the commandline
   ```


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-integration-testing] gnodet closed pull request #295: [MNG-7891] add an example for a configurable extension

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet closed pull request #295: [MNG-7891] add an example for a configurable extension
URL: https://github.com/apache/maven-integration-testing/pull/295


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org