Skip to content

Commit

Permalink
IGNITE-16783 Move ignite-license-gen module to Ignite extensions (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmuzaf authored Apr 2, 2022
1 parent 2cc50e5 commit 19a5886
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 138 deletions.
1 change: 0 additions & 1 deletion assembly/dependencies-apache-ignite-lgpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
<exclude>${project.groupId}:ignite-visor-console_2.10</exclude>
<exclude>${project.groupId}:ignite-visor-plugins</exclude>
<exclude>${project.groupId}:ignite-codegen</exclude>
<exclude>${project.groupId}:ignite-apache-license-gen</exclude>
<exclude>${project.groupId}:ignite-appserver-test</exclude>
<exclude>${project.groupId}:ignite-websphere-test</exclude>
<exclude>${project.groupId}:ignite-cassandra</exclude>
Expand Down
1 change: 0 additions & 1 deletion assembly/dependencies-apache-ignite-slim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
<exclude>${project.groupId}:ignite-visor-plugins</exclude>
<exclude>${project.groupId}:ignite-hadoop</exclude>
<exclude>${project.groupId}:ignite-codegen</exclude>
<exclude>${project.groupId}:ignite-apache-license-gen</exclude>
<exclude>${project.groupId}:ignite-hibernate-core</exclude>
<exclude>${project.groupId}:ignite-hibernate_4.2</exclude>
<exclude>${project.groupId}:ignite-hibernate_5.1</exclude>
Expand Down
1 change: 0 additions & 1 deletion assembly/dependencies-apache-ignite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
<exclude>${project.groupId}:ignite-visor-console_2.10</exclude>
<exclude>${project.groupId}:ignite-visor-plugins</exclude>
<exclude>${project.groupId}:ignite-codegen</exclude>
<exclude>${project.groupId}:ignite-apache-license-gen</exclude>
<exclude>${project.groupId}:ignite-hibernate-core</exclude>
<exclude>${project.groupId}:ignite-hibernate_4.2</exclude>
<exclude>${project.groupId}:ignite-hibernate_5.1</exclude>
Expand Down
1 change: 0 additions & 1 deletion assembly/release-yardstick.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<outputDirectory>benchmarks/libs</outputDirectory>
<excludes>
<exclude>junit-*.jar</exclude>
<exclude>ignite-apache-license-gen-*.jar</exclude>
<exclude>hamcrest-core-*.jar</exclude>
<exclude>tools-*.jar</exclude>
</excludes>
Expand Down
33 changes: 0 additions & 33 deletions modules/apache-license-gen/README.txt

This file was deleted.

49 changes: 0 additions & 49 deletions modules/apache-license-gen/pom.xml

This file was deleted.

This file was deleted.

8 changes: 3 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,10 +1200,9 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-apache-license-gen</artifactId>
<version>${project.version}</version>
<scope>test</scope><!-- hack to have ignite-apache-license-gen at first place at mvn reactor -->
<version>1.4.0</version>
</dependency>
</dependencies>

Expand All @@ -1220,8 +1219,7 @@
</goals>
<configuration>
<resourceBundles>
<resourceBundle>${project.groupId}:ignite-apache-license-gen:${project.version}
</resourceBundle>
<resourceBundle>org.apache.ignite:ignite-apache-license-gen:1.4.0</resourceBundle>
</resourceBundles>
<excludeTransitive>true</excludeTransitive>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
</scm>

<modules>
<module>modules/apache-license-gen</module>
<module>modules/tools</module>
<module>modules/core</module>
<module>modules/compress</module>
Expand Down
5 changes: 0 additions & 5 deletions scripts/update-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,5 @@ fi
echo Updating Java versions to $1 with Maven...
sed -i '' -e "s/<revision>.*<\/revision>/<revision>$1<\/revision>/" ./parent/pom.xml;

#TODO remove after IGNITE-12064
cd modules/apache-license-gen
mvn versions:set -DnewVersion=$1 -Pall-java,all-scala,all-other -DgenerateBackupPoms=false -DgroupId=* -DartifactId=* -DoldVersion=* -DprocessDependencies=false
cd ../../

echo Updating .NET, C++ and other resources versions to $1 with Maven...
mvn validate -P update-versions -D new.ignite.version=$1

0 comments on commit 19a5886

Please sign in to comment.