Skip to content

Commit

Permalink
Fix typo and rearrange stuff in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOne3010 committed Aug 2, 2018
1 parent 82ffb9b commit acc99fe
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<name>YetAnotherHueApi</name>

<build>

<testResources>
<testResource>
<directory>${project.basedir}</directory>
<includes>
<include>README.md</include>
</includes>
</testResource>
</testResources>

<plugins>

<plugin>
Expand All @@ -32,7 +42,7 @@
</dependencies>
</plugin>

<!-- Begin "Hosting a Maven repository on GitMub"
<!-- Begin "Hosting a Maven repository on GitHub"
https://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand All @@ -44,15 +54,6 @@
</plugin>

</plugins>

<testResources>
<testResource>
<directory>${project.basedir}</directory>
<includes>
<include>README.md</include>
</includes>
</testResource>
</testResources>
</build>

<distributionManagement>
Expand All @@ -62,7 +63,7 @@
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
</distributionManagement>
<!-- End "Hosting a Maven repository on GitHub"s -->
<!-- End "Hosting a Maven repository on GitHub" -->

<dependencies>
<dependency>
Expand Down

0 comments on commit acc99fe

Please sign in to comment.