|
@@ -15,12 +15,6 @@
|
|
|
See the License for the specific language governing permissions and
|
|
|
limitations under the License.
|
|
|
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <parent>
|
|
|
- <groupId>org.apache.ambari</groupId>
|
|
|
- <artifactId>ambari-project</artifactId>
|
|
|
- <version>2.4.0.0.0</version>
|
|
|
- <relativePath>../ambari-project</relativePath>
|
|
|
- </parent>
|
|
|
<groupId>org.apache.ambari</groupId>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>ambari-metrics</artifactId>
|
|
@@ -112,6 +106,11 @@
|
|
|
</dependencyManagement>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <version>2.19</version>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
@@ -140,7 +139,6 @@
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
- <inherited>false</inherited>
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<descriptors>
|