Skip to content

Commit

Permalink
add docs to release
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Sep 12, 2021
1 parent 6fcfbb7 commit d2b8f44
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/dependency-reduced-pom.xml
Expand Up @@ -349,7 +349,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
14 changes: 14 additions & 0 deletions assembly/src/assembly/dist.xml
Expand Up @@ -17,6 +17,20 @@
<include>log4j.properties</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/docs</directory>
<outputDirectory>docs</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/assets</directory>
<outputDirectory>assets</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/examples</directory>
<outputDirectory>examples</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,6 @@
<profile>
<id>spark-3.1</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>spark</name>
<value>3.1</value>
Expand All @@ -51,6 +50,7 @@
<profile>
<id>spark-3.0</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>spark</name>
<value>3.0</value>
Expand Down

0 comments on commit d2b8f44

Please sign in to comment.