Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-12-10 05:41:34 +0000
committerPascal Rapicault2010-12-10 05:41:34 +0000
commite4f827f786ab7b6ffd775035187e052ac8e26e04 (patch)
tree4fc5c7fccf921365ef9eef9718fbdd8bdbc84649 /org.eclipse.m2e.site
parentb820b99824a285d0bd05ef84499c7561ed8b7dd5 (diff)
downloadm2e-core-e4f827f786ab7b6ffd775035187e052ac8e26e04.tar.gz
m2e-core-e4f827f786ab7b6ffd775035187e052ac8e26e04.tar.xz
m2e-core-e4f827f786ab7b6ffd775035187e052ac8e26e04.zip
Setting up fromDir
Diffstat (limited to 'org.eclipse.m2e.site')
-rw-r--r--org.eclipse.m2e.site/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.site/pom.xml b/org.eclipse.m2e.site/pom.xml
index 7e119bd0..06e89bf2 100644
--- a/org.eclipse.m2e.site/pom.xml
+++ b/org.eclipse.m2e.site/pom.xml
@@ -118,8 +118,9 @@
<goal>upload</goal>
</goals>
<configuration>
+ <fromDir>${project.build.directory}/site</fromDir>
<serverId>download.eclipse.org</serverId>
- <includes>target/site/*</includes>
+ <includes>**</includes>
<url>scpexe://dev.eclipse.org/</url>
<toDir>/home/data/users/prapicau/downloads/technology/m2e/updates/N</toDir>
</configuration>

Back to the top