Removed white-spacing conflict
This commit is contained in:
parent
2636f0cc7c
commit
afb5fd317b
13
xml/pom.xml
13
xml/pom.xml
|
@ -4,7 +4,6 @@
|
|||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>xml</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
|
||||
<name>xml</name>
|
||||
|
||||
<parent>
|
||||
|
@ -236,8 +235,8 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<!-- NOTE: We don't need a groupId specification
|
||||
because the group is org.apache.maven.plugins ...which is assumed by default. -->
|
||||
<!-- NOTE: We don't need a groupId specification because the group
|
||||
is org.apache.maven.plugins ...which is assumed by default. -->
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
|
||||
|
@ -256,10 +255,8 @@
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-assembly</id><!-- this is used for
|
||||
inheritance merges -->
|
||||
<phase>package</phase><!-- append to the
|
||||
packaging phase. -->
|
||||
<id>make-assembly</id><!-- this is used for inheritance merges -->
|
||||
<phase>package</phase><!-- append to the packaging phase. -->
|
||||
<goals>
|
||||
<goal>attached</goal><!-- goals == mojos -->
|
||||
</goals>
|
||||
|
@ -285,10 +282,10 @@
|
|||
<commons-lang.version>2.4</commons-lang.version>
|
||||
<java-version>1.8</java-version>
|
||||
|
||||
|
||||
<!-- maven plugins -->
|
||||
<maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version>
|
||||
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue