This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch it_fix in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/it_fix by this push: new 103dbb9 use last plexus compiler snapshot for testing 103dbb9 is described below commit 103dbb9baa48d43ba33cb5ef63ff90d8c0486c05 Author: olivier lamy <ol...@apache.org> AuthorDate: Tue Nov 20 13:46:47 2018 +1000 use last plexus compiler snapshot for testing Signed-off-by: olivier lamy <ol...@apache.org> --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f3842b5..84b585f 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ under the License. ! The following property is used in the integration tests MCOMPILER-157 --> <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion> - <plexusCompilerVersion>2.8.4</plexusCompilerVersion> + <plexusCompilerVersion>2.8.6-SNAPSHOT</plexusCompilerVersion> <groovyVersion>1.8.0</groovyVersion> <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion> <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch> @@ -77,6 +77,19 @@ under the License. <maven.it.failure.ignore>false</maven.it.failure.ignore> </properties> + <repositories> + <repository> + <id>plexus-snapshots</id> + <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + <contributors> <contributor> <name>Jan Sievers</name>