Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-12-10 05:09:02 +0000
committerPascal Rapicault2010-12-10 05:13:13 +0000
commita55c9dd82cc6a318f705ba96e5e7c928fd46963f (patch)
treedc5b6adce4444cab6c8c8fce1d38459b0d7bf6f1 /org.eclipse.m2e.site
parentf2677f7407b5b0698e2ef5a82815b11acb1930de (diff)
downloadm2e-core-a55c9dd82cc6a318f705ba96e5e7c928fd46963f.tar.gz
m2e-core-a55c9dd82cc6a318f705ba96e5e7c928fd46963f.tar.xz
m2e-core-a55c9dd82cc6a318f705ba96e5e7c928fd46963f.zip
Fix up path
Diffstat (limited to 'org.eclipse.m2e.site')
-rw-r--r--org.eclipse.m2e.site/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.site/pom.xml b/org.eclipse.m2e.site/pom.xml
index 482f9a7d..c37ed790 100644
--- a/org.eclipse.m2e.site/pom.xml
+++ b/org.eclipse.m2e.site/pom.xml
@@ -119,7 +119,7 @@
</goals>
<configuration>
<serverId>download.eclipse.org</serverId>
- <includes>${project.build.directory}/site/**</includes>
+ <includes>target/site/**</includes>
<url>scpexe://dev.eclipse.org/</url>
<toDir>/home/data/users/prapicau/downloads/technology/m2e/updates/N</toDir>
</configuration>

Back to the top