You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/01/20 12:58:18 UTC

[GitHub] [maven-compiler-plugin] elharo opened a new pull request #38: update and specify dependencies

elharo opened a new pull request #38:
URL: https://github.com/apache/maven-compiler-plugin/pull/38


   @michael-o 


----------------------------------------------------------------
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.

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



[GitHub] [maven-compiler-plugin] michael-o commented on a change in pull request #38: update and specify dependencies

Posted by GitBox <gi...@apache.org>.
michael-o commented on a change in pull request #38:
URL: https://github.com/apache/maven-compiler-plugin/pull/38#discussion_r561148851



##########
File path: pom.xml
##########
@@ -116,10 +116,15 @@ under the License.
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>

Review comment:
       Is Maven Model used directly?




----------------------------------------------------------------
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.

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



[GitHub] [maven-compiler-plugin] slachiewicz closed pull request #38: update and specify dependencies

Posted by GitBox <gi...@apache.org>.
slachiewicz closed pull request #38:
URL: https://github.com/apache/maven-compiler-plugin/pull/38


   


-- 
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-compiler-plugin] elharo commented on pull request #38: update and specify dependencies

Posted by GitBox <gi...@apache.org>.
elharo commented on pull request #38:
URL: https://github.com/apache/maven-compiler-plugin/pull/38#issuecomment-763606289


   windows failure looks flaky:
   
   Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.maven.shared:maven-shared-resources:pom:2 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.pom
       at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed (ArtifactTransportListener.java:52
   
   However master build appears to be broken on java 16 windows. :-(


----------------------------------------------------------------
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.

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