Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 7d231ec

Browse files
Minor Pom changes
1 parent 09430b2 commit 7d231ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sansa-inference-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,15 @@
360360
</build>
361361

362362
<profiles>
363+
<!-- This profile uses the Maven shade plugin to create a special "dist" package
364+
that does not contain Spark etc. -->
363365
<profile>
364366
<id>dist</id>
365367
<activation>
366368
<property>
367369
<name>dist</name>
368370
</property>
369371
</activation>
370-
<!-- This profile uses the assembly plugin to create a special "dist" package for BigTop
371-
that contains Spark but not the Hadoop JARs it depends on. -->
372372
<build>
373373
<plugins>
374374
<!--<plugin>-->

0 commit comments

Comments
 (0)