[jira] [Commented] (MRESOLVER-48) Add default Travis CI configuration for Java 7, 8, 10

2018-09-22 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16624660#comment-16624660
 ] 

Hudson commented on MRESOLVER-48:
-

Build succeeded in Jenkins: Maven TLP » maven-resolver » MRESOLVER-46 #15

See 
https://builds.apache.org/job/maven-box/job/maven-resolver/job/MRESOLVER-46/15/

> Add default Travis CI configuration for Java 7, 8, 10
> -
>
> Key: MRESOLVER-48
> URL: https://issues.apache.org/jira/browse/MRESOLVER-48
> Project: Maven Resolver
>  Issue Type: Improvement
>  Components: resolver
>Reporter: Sylwester Lachiewicz
>Assignee: Michael Osipov
>Priority: Minor
> Fix For: 1.1.2
>
>
> Add default .travis.yml file for easier testing with Travis CI in forked 
> repositories
> Currently Jenkins infra is available only to ASF members. 



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


[jira] [Commented] (MRESOLVER-48) Add default Travis CI configuration for Java 7, 8, 10

2018-07-22 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552179#comment-16552179
 ] 

Hudson commented on MRESOLVER-48:
-

Build succeeded in Jenkins: Maven TLP » maven-resolver » master #12

See https://builds.apache.org/job/maven-box/job/maven-resolver/job/master/12/

> Add default Travis CI configuration for Java 7, 8, 10
> -
>
> Key: MRESOLVER-48
> URL: https://issues.apache.org/jira/browse/MRESOLVER-48
> Project: Maven Resolver
>  Issue Type: Improvement
>  Components: resolver
>Reporter: Sylwester Lachiewicz
>Assignee: Michael Osipov
>Priority: Minor
> Fix For: Maven Artifact Resolver 1.1.2
>
>
> Add default .travis.yml file for easier testing with Travis CI in forked 
> repositories
> Currently Jenkins infra is available only to ASF members. 



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


[jira] [Commented] (MRESOLVER-48) Add default Travis CI configuration for Java 7, 8, 10

2018-07-22 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552172#comment-16552172
 ] 

ASF GitHub Bot commented on MRESOLVER-48:
-

slachiewicz closed pull request #19: [MRESOLVER-48] Add Travis CI default 
configuration for Java 7, 8, 10
URL: https://github.com/apache/maven-resolver/pull/19
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index ..0a58cab8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+language: java
+
+sudo: false
+dist: trusty
+
+matrix:
+  include:
+- os: linux
+  jdk: openjdk7
+- os: linux
+  jdk: openjdk8
+- os: linux
+  jdk: openjdk10
+
+before_install:
+# https://github.com/travis-ci/travis-ci/issues/8408
+  - unset _JAVA_OPTIONS
+
+install: mvn clean dependency:go-offline -V
+
+before_script: true
+
+script:
+  - mvn verify
+
+cache:
+  directories:
+  - "$HOME/.cache"
+  - "$HOME/.m2"
diff --git a/pom.xml b/pom.xml
index edaad986..7b8d6428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,6 +351,7 @@
   src/test/resources/**/*.ini
   src/test/resources/**/*.txt
   src/test/resources/ssl/*-store
+  .travis.yml
 
   
 


 


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


> Add default Travis CI configuration for Java 7, 8, 10
> -
>
> Key: MRESOLVER-48
> URL: https://issues.apache.org/jira/browse/MRESOLVER-48
> Project: Maven Resolver
>  Issue Type: Improvement
>  Components: resolver
>Reporter: Sylwester Lachiewicz
>Assignee: Michael Osipov
>Priority: Minor
> Fix For: Maven Artifact Resolver 1.1.2
>
>
> Add default .travis.yml file for easier testing with Travis CI in forked 
> repositories
> Currently Jenkins infra is available only to ASF members. 



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


[jira] [Commented] (MRESOLVER-48) Add default Travis CI configuration for Java 7, 8, 10

2018-07-22 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552170#comment-16552170
 ] 

ASF GitHub Bot commented on MRESOLVER-48:
-

michael-o commented on issue #19: [MRESOLVER-48] Add Travis CI default 
configuration for Java 7, 8, 10
URL: https://github.com/apache/maven-resolver/pull/19#issuecomment-406898486
 
 
   Merged, please close.


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


> Add default Travis CI configuration for Java 7, 8, 10
> -
>
> Key: MRESOLVER-48
> URL: https://issues.apache.org/jira/browse/MRESOLVER-48
> Project: Maven Resolver
>  Issue Type: Improvement
>  Components: resolver
>Reporter: Sylwester Lachiewicz
>Assignee: Michael Osipov
>Priority: Minor
> Fix For: Maven Artifact Resolver 1.1.2
>
>
> Add default .travis.yml file for easier testing with Travis CI in forked 
> repositories
> Currently Jenkins infra is available only to ASF members. 



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


[jira] [Commented] (MRESOLVER-48) Add default Travis CI configuration for Java 7, 8, 10

2018-07-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16543651#comment-16543651
 ] 

ASF GitHub Bot commented on MRESOLVER-48:
-

slachiewicz opened a new pull request #19: [MRESOLVER-48] Add Travis CI default 
configuration for Java 7, 8, 10
URL: https://github.com/apache/maven-resolver/pull/19
 
 
   


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


> Add default Travis CI configuration for Java 7, 8, 10
> -
>
> Key: MRESOLVER-48
> URL: https://issues.apache.org/jira/browse/MRESOLVER-48
> Project: Maven Resolver
>  Issue Type: Improvement
>  Components: resolver
>Reporter: Sylwester Lachiewicz
>Priority: Minor
>
> Add default .travis.yml file for easier testing with Travis CI in forked 
> repositories
> Currently Jenkins infra is available only to ASF members. 



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