|
1083 | 1083 | <overWriteSnapshots>true</overWriteSnapshots> |
1084 | 1084 | <outputFile>${project.build.outputDirectory}/classes/</outputFile> |
1085 | 1085 | <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> |
1087 | 1087 | <excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete</excludeArtifactIds> |
1088 | 1088 | </configuration> |
1089 | 1089 | </execution> |
|
1102 | 1102 | <overWriteSnapshots>true</overWriteSnapshots> |
1103 | 1103 | <outputFile>${project.build.outputDirectory}/classes/</outputFile> |
1104 | 1104 | <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> |
1106 | 1106 | <excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds> |
1107 | 1107 | </configuration> |
1108 | 1108 | </execution> |
|
1128 | 1128 | <failOnWarning>false</failOnWarning> |
1129 | 1129 | <ignoreNonCompile>true</ignoreNonCompile> |
1130 | 1130 | <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> |
1132 | 1132 | <excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds> |
1133 | 1133 | <ignoredDependencies> |
1134 | 1134 | <ignoredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredDependency> |
|
1172 | 1172 | <phase>site</phase> |
1173 | 1173 | <configuration> |
1174 | 1174 | <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> |
1176 | 1176 | <excludeArtifactIds>weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds> |
1177 | 1177 | <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> |
1178 | 1178 | <reportSets> |
|
1198 | 1198 | <configuration> |
1199 | 1199 | <classifier>sources</classifier> |
1200 | 1200 | <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> |
1202 | 1202 | <excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds> |
1203 | 1203 | <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> |
1204 | 1204 | <outputDirectory>${project.build.directory}/dependency-sources/</outputDirectory> |
|
0 commit comments