Skip to content

Commit

Permalink
Small fix in build, switch logback to error level
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Nov 21, 2012
1 parent ec025a9 commit efb747e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
1 change: 1 addition & 0 deletions webcam-capture-examples/pom.xml
Expand Up @@ -17,6 +17,7 @@

<modules>
<module>webcam-capture-applet</module>
<module>webcam-capture-executable</module>
<module>webcam-capture-motiondetector</module>
</modules>

Expand Down
3 changes: 3 additions & 0 deletions webcam-capture-examples/webcam-capture-executable/pom.xml
Expand Up @@ -11,6 +11,9 @@
<artifactId>webcam-capture-example-executable</artifactId>
<packaging>jar</packaging>

<name>Webcam Capture - Executable Example</name>
<description>Example how to create executable application which uses PC webcam</description>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand Down
25 changes: 0 additions & 25 deletions webcam-capture-examples/webcam-capture-motiondetector/pom.xml
Expand Up @@ -23,29 +23,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.0</version>
<configuration>
<artifactSet>
<includes>
<include>*:*</include>
</includes>
</artifactSet>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion webcam-capture/src/example/resources/logback.xml
Expand Up @@ -6,7 +6,7 @@
</layout>
</appender>

<root level="debug">
<root level="error">
<appender-ref ref="STDOUT" />
</root>
</configuration>

0 comments on commit efb747e

Please sign in to comment.