Skip to content

Commit 83cc04a

Browse files
committed
* Issue #297 try out java15
1 parent d683dca commit 83cc04a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
<overWriteSnapshots>true</overWriteSnapshots>
10841084
<outputFile>${project.build.outputDirectory}/classes/</outputFile>
10851085
<excludeTypes>pom,maven-plugin</excludeTypes>
1086-
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm</excludeGroupIds>
1086+
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby</excludeGroupIds>
10871087
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete</excludeArtifactIds>
10881088
</configuration>
10891089
</execution>
@@ -1102,7 +1102,7 @@
11021102
<overWriteSnapshots>true</overWriteSnapshots>
11031103
<outputFile>${project.build.outputDirectory}/classes/</outputFile>
11041104
<excludeTypes>pom,maven-plugin</excludeTypes>
1105-
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm</excludeGroupIds>
1105+
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby</excludeGroupIds>
11061106
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds>
11071107
</configuration>
11081108
</execution>
@@ -1128,7 +1128,7 @@
11281128
<failOnWarning>false</failOnWarning>
11291129
<ignoreNonCompile>true</ignoreNonCompile>
11301130
<excludeTypes>pom</excludeTypes>
1131-
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm</excludeGroupIds>
1131+
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby</excludeGroupIds>
11321132
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds>
11331133
<ignoredDependencies>
11341134
<ignoredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredDependency>
@@ -1172,7 +1172,7 @@
11721172
<phase>site</phase>
11731173
<configuration>
11741174
<excludeGroupIds>org.webjars</excludeGroupIds>
1175-
<excludeGroupIds>org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm</excludeGroupIds>
1175+
<excludeGroupIds>org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby</excludeGroupIds>
11761176
<excludeArtifactIds>weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds>
11771177
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
11781178
<reportSets>
@@ -1198,7 +1198,7 @@
11981198
<configuration>
11991199
<classifier>sources</classifier>
12001200
<excludeTypes>pom,maven-plugin</excludeTypes>
1201-
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm</excludeGroupIds>
1201+
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby</excludeGroupIds>
12021202
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds>
12031203
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
12041204
<outputDirectory>${project.build.directory}/dependency-sources/</outputDirectory>

0 commit comments

Comments
 (0)