Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
laguilarlyft committed Oct 31, 2023
1 parent 60c1f9f commit 81d76fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
Binary file added core/original-submarine-spark-security-0.6.0.jar
Binary file not shown.
28 changes: 26 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,30 @@
<goal>run</goal>
</goals>
</execution>
<execution>
<id>copy</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<copy file="original-submarine-spark-security-0.6.0.jar" todir="${project.build.directory}/jars" />
</target>
</configuration>
</execution>
<execution>
<id>copy2</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<copy file="submarine-spark-security-0.6.0.jar" todir="${project.build.directory}/jars" />
</target>
</configuration>
</execution>
<execution>
<id>copy-original</id>
<phase>generate-sources</phase>
Expand All @@ -615,7 +639,7 @@
</goals>
<configuration>
<target>
<copy file="../original-submarine-spark-security-0.6.0.jar" todir="${jars.target.dir}" />
<copy file="original-submarine-spark-security-0.6.0.jar" todir="${jars.target.dir}" />
</target>
</configuration>
</execution>
Expand All @@ -627,7 +651,7 @@
</goals>
<configuration>
<target>
<copy file="../submarine-spark-security-0.6.0.jar" todir="${jars.target.dir}" />
<copy file="submarine-spark-security-0.6.0.jar" todir="${jars.target.dir}" />
</target>
</configuration>
</execution>
Expand Down
Binary file added core/submarine-spark-security-0.6.0.jar
Binary file not shown.

0 comments on commit 81d76fc

Please sign in to comment.