Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1881 from maggu2810/license-skip-automation
Browse files Browse the repository at this point in the history
skip automation stuff from license updates
  • Loading branch information
kaikreuzer authored Jul 19, 2016
2 parents e0985e9 + 2889ff1 commit 3a7999e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 10 additions & 12 deletions bundles/automation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<module>org.eclipse.smarthome.automation.integration.test</module>
<module>org.eclipse.smarthome.automation.sample.extension.java</module>
<module>org.eclipse.smarthome.automation.rest</module>
<module>org.eclipse.smarthome.automation.sample.rest.api</module>
<module>org.eclipse.smarthome.automation.sample.rest.api</module>
</modules>

<build>
Expand All @@ -44,9 +44,7 @@
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.*</exclude>
</excludes>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
Expand All @@ -59,13 +57,13 @@
<artifactId>org.json-osgi</artifactId>
<version>20080701</version>
</dependency>
<!--
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20141113</version>
</dependency>
-->
</dependencies>
<!--
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20141113</version>
</dependency>
-->
</dependencies>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
<include>**/OSGI-INF/*.xml</include>
</includes>
<excludes>
<exclude>**/org.eclipse.smarthome.automation.*/**</exclude>
<exclude>**/org/eclipse/smarthome/protocols/**</exclude>
<exclude>target/**</exclude>
<exclude>**/pom.xml</exclude>
Expand Down

0 comments on commit 3a7999e

Please sign in to comment.