|
@@ -262,6 +262,7 @@
|
|
<sources>
|
|
<sources>
|
|
<source>
|
|
<source>
|
|
<location>conf/unix/ambari-agent</location>
|
|
<location>conf/unix/ambari-agent</location>
|
|
|
|
+ <filter>true</filter>
|
|
</source>
|
|
</source>
|
|
</sources>
|
|
</sources>
|
|
</mapping>
|
|
</mapping>
|
|
@@ -380,6 +381,22 @@
|
|
</excludes>
|
|
</excludes>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.codehaus.mojo</groupId>
|
|
|
|
+ <artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
+ <version>${buildnumber-maven-plugin-version}</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <urlScm>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ambari.git</urlScm>
|
|
|
|
+ </configuration>
|
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <phase>validate</phase>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>create</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
</plugins>
|
|
</plugins>
|
|
<extensions>
|
|
<extensions>
|
|
<extension>
|
|
<extension>
|