You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by GitBox <gi...@apache.org> on 2018/11/11 17:54:34 UTC

[GitHub] oleewere closed pull request #20: AMBARI-24875. Log Search: cannot build sub-modules separately.

oleewere closed pull request #20: AMBARI-24875. Log Search: cannot build sub-modules separately.
URL: https://github.com/apache/ambari-logsearch/pull/20
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index e9491db39d..5062a44f94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ node/
 .hg
 .hgignore
 .hgtags
+.flattened-pom.xml
diff --git a/pom.xml b/pom.xml
index 21d236c873..a5e4ef29aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,30 @@
       </plugins>
     </pluginManagement>
     <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>flatten-maven-plugin</artifactId>
+        <version>1.0.0</version>
+        <configuration>
+          <updatePomFile>true</updatePomFile>
+        </configuration>
+        <executions>
+          <execution>
+            <id>flatten</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>flatten</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>flatten.clean</id>
+            <phase>clean</phase>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
        <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rpm-maven-plugin</artifactId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services