Compare commits

...

5 Commits

2 changed files with 7 additions and 3 deletions

View File

@ -8,6 +8,9 @@
* update groovy-maven and javadoc plugin configuration #25108 * update groovy-maven and javadoc plugin configuration #25108
* add classpath external folder. see #25106 * add classpath external folder. see #25106
### Bug
* removed set-local-classpath profile. see #26841
## [v1.1.0] - 2022-10-27 ## [v1.1.0] - 2022-10-27
### Features ### Features

View File

@ -78,7 +78,8 @@
<javadoc.opts>-Xdoclint:none</javadoc.opts> <javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties> </properties>
</profile> </profile>
<profile> <!--profile set-local-classpath commented see #26841-->
<!--profile>
<id>set-local-classpath</id> <id>set-local-classpath</id>
<activation> <activation>
<jdk>[1.8,)</jdk> <jdk>[1.8,)</jdk>
@ -90,7 +91,7 @@
</resource> </resource>
</resources> </resources>
</build> </build>
</profile> </profile-->
<profile> <profile>
<id>generate-distribution-packages</id> <id>generate-distribution-packages</id>
<activation> <activation>
@ -1556,7 +1557,7 @@
<java.expected.vm>.*OpenJDK.*</java.expected.vm> <java.expected.vm>.*OpenJDK.*</java.expected.vm>
<maven.compiler.source>${java_version}</maven.compiler.source> <maven.compiler.source>${java_version}</maven.compiler.source>
<maven.compiler.target>${java_version}</maven.compiler.target> <maven.compiler.target>${java_version}</maven.compiler.target>
<maven.local.classpath>/opt/gcube/local-classpath</maven.local.classpath> <!--maven.local.classpath>/opt/gcube/local-classpath</maven.local.classpath-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.version>3.3.9</maven.version> <maven.version>3.3.9</maven.version>