|
@@ -64,35 +64,6 @@
|
|
|
<module>livy-yarn</module>
|
|
<module>livy-yarn</module>
|
|
|
</modules>
|
|
</modules>
|
|
|
|
|
|
|
|
- <repositories>
|
|
|
|
|
- <repository>
|
|
|
|
|
- <id>cdh.repo</id>
|
|
|
|
|
- <url>https://repository.cloudera.com/content/groups/cloudera-repos</url>
|
|
|
|
|
- <name>Cloudera Repositories</name>
|
|
|
|
|
- <snapshots>
|
|
|
|
|
- <enabled>false</enabled>
|
|
|
|
|
- </snapshots>
|
|
|
|
|
- </repository>
|
|
|
|
|
- <repository>
|
|
|
|
|
- <id>cdh.snapshots.repo</id>
|
|
|
|
|
- <url>https://repository.cloudera.com/content/repositories/snapshots</url>
|
|
|
|
|
- <name>Cloudera Snapshots Repository</name>
|
|
|
|
|
- <snapshots>
|
|
|
|
|
- <enabled>true</enabled>
|
|
|
|
|
- </snapshots>
|
|
|
|
|
- <releases>
|
|
|
|
|
- <enabled>false</enabled>
|
|
|
|
|
- </releases>
|
|
|
|
|
- </repository>
|
|
|
|
|
- <repository>
|
|
|
|
|
- <id>Codehaus repository</id>
|
|
|
|
|
- <url>http://repository.codehaus.org/</url>
|
|
|
|
|
- <snapshots>
|
|
|
|
|
- <enabled>false</enabled>
|
|
|
|
|
- </snapshots>
|
|
|
|
|
- </repository>
|
|
|
|
|
- </repositories>
|
|
|
|
|
-
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<pluginManagement>
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
<plugins>
|
|
@@ -212,6 +183,7 @@
|
|
|
</execution>
|
|
</execution>
|
|
|
</executions>
|
|
</executions>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
+
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
@@ -221,50 +193,6 @@
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
|
|
- <!--
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <archive>
|
|
|
|
|
- <manifest>
|
|
|
|
|
- <mainClass>com.cloudera.livy.LivyMain</mainClass>
|
|
|
|
|
- </manifest>
|
|
|
|
|
- </archive>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- <executions>
|
|
|
|
|
- <execution>
|
|
|
|
|
- <id>test-package</id>
|
|
|
|
|
- <phase>package</phase>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>test-jar</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- </execution>
|
|
|
|
|
- </executions>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- -->
|
|
|
|
|
-
|
|
|
|
|
- <!--
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
|
- <version>2.4</version>
|
|
|
|
|
- <executions>
|
|
|
|
|
- <execution>
|
|
|
|
|
- <id>make-bundles</id>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>single</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- <phase>package</phase>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <descriptors>
|
|
|
|
|
- <descriptor>livy-yarn/src/main/assembly/dist.xml</descriptor>
|
|
|
|
|
- </descriptors>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </execution>
|
|
|
|
|
- </executions>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- -->
|
|
|
|
|
-
|
|
|
|
|
</plugins>
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
|
</build>
|