Skip to content

Commit

Permalink
POM magic to make Maven site working fine
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 23, 2014
1 parent d3c8c5c commit 8889d8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<id>${repo-id}</id>
<url>${repo-url}</url>
</repository>
<site>
<id>webcam-capture-site</id>
<url>ftp://ftp.sarxos.pl</url>
</site>
</distributionManagement>

<scm>
Expand Down Expand Up @@ -325,7 +329,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<version>3.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -401,7 +405,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-beta-7</version>
<version>2.7</version>
</extension>
</extensions>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class NixVideoDevUtilsTest {
* Accept method was failing with exception: String index out of range: 5
* This occurs on opensuse 11 where video device files do not all have a suffix. The files are created like so:
* $ ls -l /dev/video*
* /dev/video -> video0
* /dev/video -&gt; video0
* /dev/video0
*
* In this case, the link name 'video' is less that 6 characters long, so the filter statement:
Expand Down

0 comments on commit 8889d8c

Please sign in to comment.