Skip to content

Commit 8813865

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 4a0d03d commit 8813865

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

defcon-parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@
545545
<configuration>
546546
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
547547
<showAvatarImages>true</showAvatarImages>
548+
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
549+
<indentSize>2</indentSize>
548550
</configuration>
549551
</plugin>
550552
<plugin>
@@ -590,6 +592,7 @@
590592
<groupId>org.apache.maven.plugins</groupId>
591593
<artifactId>maven-changes-plugin</artifactId>
592594
<configuration>
595+
<feedType>atom_1.0</feedType>
593596
<onlyMilestoneIssues>false</onlyMilestoneIssues>
594597
</configuration>
595598
<reportSets>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<artifactId>defcon</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
1515
<modules>
16-
<module>defcon-documentation</module>
1716
<module>defcon-heroku-jpa</module>
1817
<module>defcon-local-neo4j</module>
1918
<module>defcon-cloudfoundry</module>
19+
<module>defcon-documentation</module>
2020
</modules>
2121
<packaging>pom</packaging>
2222

0 commit comments

Comments
 (0)