You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2018/01/22 17:41:13 UTC

[07/38] storm git commit: revert pom formatting

revert pom formatting


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a169356f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a169356f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a169356f

Branch: refs/heads/1.x-branch
Commit: a169356fac2bb4a07ddc4372fe04112880d9f14b
Parents: 57a50f3
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Aug 30 17:14:31 2017 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Aug 30 17:14:31 2017 -0400

----------------------------------------------------------------------
 external/storm-autocreds/pom.xml | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a169356f/external/storm-autocreds/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index c05b620..1dbdc0a 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -15,7 +15,9 @@
  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">
+<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>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
@@ -124,12 +126,12 @@
         </dependency>
     </dependencies>
     <build>
-    <plugins>
-       <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>appassembler-maven-plugin</artifactId>
-          <version>1.9</version>
-          <executions>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>appassembler-maven-plugin</artifactId>
+                <version>1.9</version>
+                <executions>
                     <execution>
                         <id>create-repo</id>
                         <goals>
@@ -140,8 +142,8 @@
                             <repositoryLayout>flat</repositoryLayout>
                         </configuration>
                     </execution>
-          </executions>
-        </plugin>
-    </plugins>
-   </build>
-</project>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file