Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferYang committed Feb 14, 2025
1 parent 55c65d9 commit 45401ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.
12 changes: 0 additions & 12 deletions assembly/README

This file was deleted.

28 changes: 0 additions & 28 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,34 +277,6 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>bigtop-dist</id>
<!-- This profile uses the assembly plugin to create a special "dist" package for BigTop
that contains Spark but not the Hadoop JARs it depends on. -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>dist</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>

<!-- Profiles that disable inclusion of certain dependencies. -->
<profile>
Expand Down
93 changes: 0 additions & 93 deletions assembly/src/main/assembly/assembly.xml

This file was deleted.

0 comments on commit 45401ba

Please sign in to comment.