]> source.dussan.org Git - jgit.git/commitdiff
Correct tabs in top-level pom.xml 42/3342/2
authorShawn O. Pearce <spearce@spearce.org>
Thu, 5 May 2011 18:47:57 +0000 (11:47 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 5 May 2011 19:00:52 +0000 (12:00 -0700)
Change-Id: I55900b335f2056093e0a32086afb429a4bc183d3
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5826ce4d40467ac647c6e819ddbb7e2f2b303e0d..9979d11e09f1099eb37ac7b395e6f51b0a910a6a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-jar-plugin</artifactId>
+          <artifactId>maven-jar-plugin</artifactId>
           <version>2.3</version>
           <configuration>
             <archive>
             <id>translate-qualifier</id>
             <phase>generate-resources</phase>
             <configuration>
-                 <tasks unless="${translate-qualifier}">
+              <tasks unless="${translate-qualifier}">
                 <copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/>
                 <replace file="${bundle-manifest}">
                   <replacefilter token=".qualifier" value=".${maven.build.timestamp}"/>