Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Reiner Jung committed Nov 25, 2014
1 parent 7f20c30 commit 6a7a1fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions de.cau.cs.se.instrumentation.updatesite/pom.xml
Expand Up @@ -17,7 +17,7 @@
<properties>
<!-- Relative path to the repo being uploaded -->
<repo.path>${project.build.directory}/repository/</repo.path>
<updatesite.path>file:///srv/vhosts/default/htdocs/eus/release/1.0/</updatesite.path>
<updatesite.path>file:///srv/vhosts/default/htdocs/eus/mdm/release/1.0/</updatesite.path>
<!-- <updatesite.path>file:///home/rju/eus/snapshot/</updatesite.path> -->
</properties>

Expand Down Expand Up @@ -67,15 +67,15 @@
<fromDir>${repo.path}</fromDir>
<includes>**</includes>
<url>${updatesite.path}</url>
<toDir>mdm</toDir>
<toDir>.</toDir>
</configuration>
</execution>
</executions>
</plugin>
</plugins>

<extensions>
<!-- Enabling the use of fiel transfer -->
<!-- Enabling the use of file transfer -->
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
Expand Down

0 comments on commit 6a7a1fe

Please sign in to comment.