Removed white-spacing conflict
This commit is contained in:
parent
2636f0cc7c
commit
afb5fd317b
15
xml/pom.xml
15
xml/pom.xml
@ -1,10 +1,9 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>xml</artifactId>
|
<artifactId>xml</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>xml</name>
|
<name>xml</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -236,8 +235,8 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<!-- NOTE: We don't need a groupId specification
|
<!-- NOTE: We don't need a groupId specification because the group
|
||||||
because the group is org.apache.maven.plugins ...which is assumed by default. -->
|
is org.apache.maven.plugins ...which is assumed by default. -->
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
|
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
|
||||||
@ -256,10 +255,8 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>make-assembly</id><!-- this is used for
|
<id>make-assembly</id><!-- this is used for inheritance merges -->
|
||||||
inheritance merges -->
|
<phase>package</phase><!-- append to the packaging phase. -->
|
||||||
<phase>package</phase><!-- append to the
|
|
||||||
packaging phase. -->
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>attached</goal><!-- goals == mojos -->
|
<goal>attached</goal><!-- goals == mojos -->
|
||||||
</goals>
|
</goals>
|
||||||
@ -285,10 +282,10 @@
|
|||||||
<commons-lang.version>2.4</commons-lang.version>
|
<commons-lang.version>2.4</commons-lang.version>
|
||||||
<java-version>1.8</java-version>
|
<java-version>1.8</java-version>
|
||||||
|
|
||||||
|
|
||||||
<!-- maven plugins -->
|
<!-- maven plugins -->
|
||||||
<maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version>
|
<maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user