|
@@ -100,6 +100,27 @@ limitations under the License.
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.vafer</groupId>
|
|
|
+ <artifactId>jdeb</artifactId>
|
|
|
+ <version>1.0.1</version>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <!--Stub execution on direct plugin call - workaround for ambari deb build process-->
|
|
|
+ <id>stub-execution</id>
|
|
|
+ <phase>none</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>jdeb</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ <configuration>
|
|
|
+ <skip>true</skip>
|
|
|
+ <attach>false</attach>
|
|
|
+ <submodules>false</submodules>
|
|
|
+ <controlDir>${project.basedir}/../src/main/package/deb/control</controlDir>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
|
|
|
<resources>
|