I managed to get through the previous issue by creating artificial
SNAPSHOT versions of the dependencies Maven asked for.
But now I'm facing yet another strange issue. The build fails on a
message saying that org.eclipse.test_3.2.0 plugin is missing in
eclipse/plugins, but just before that, it does a cleanup on the
eclipse installation and deletes a lot of plugins, including
org.eclipse.test_3.2.0. Here is my log:

C:\dev\myapp-maven\eclipse>mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Eclipse Plug-ins
[INFO]   com.mycompany.framework.common
[INFO]   org.springframework.spring
[INFO]   com.mycompany.framework.eclipse.rcp
[INFO]   org.eclipse.jface.databinding
[INFO]   com.mycompany.security.crypto.smartcard
[INFO]   org.apache.log4j
[INFO]   org.eclipse.core.databinding
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Eclipse Plug-ins
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [psteclipse:update {execution: update}]
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing C:\dev\myapp-maven\eclipse\pom.xml to C:\Documents
and 
Settings\e027723\.m2\repository\com\mycompany\eclipse\com.mycompany.eclipse.plugin\1.0.0\com.mycompany.eclipse.plugin-1.0.0.pom
[INFO] 
----------------------------------------------------------------------------
[INFO] Building com.mycompany.framework.common
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'com.mycompany.'.
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] [site:attach-descriptor]
[INFO] [psteclipse:install]
[INFO] Installing
C:\dev\myapp-maven\eclipse\com.mycompany.framework.common\pom.xml to
C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\com.mycompany.framework.common\1.0.0-SNAPSHOT\com.mycompany.framework.common-1.0.0-SNAPSHOT.pom
[INFO] 
----------------------------------------------------------------------------
[INFO] Building org.springframework.spring
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'org.springframework.'.
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] [site:attach-descriptor]
[INFO] [psteclipse:install]
[INFO] Installing
C:\dev\myapp-maven\eclipse\org.springframework.spring\pom.xml to
C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\org.springframework.spring\2.0.7\org.springframework.spring-2.0.7.pom
[INFO] 
----------------------------------------------------------------------------
[INFO] Building com.mycompany.framework.eclipse.rcp
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'com.mycompany.'.
Downloading: 
http://repo1.maven.org/maven2/com/mycompany/org.springframework.spring/2.0.7/org.springframework.spring-2.0.7.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/com/ncipher/jutils/1.0/jutils-1.0.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/iaik/pkcs/pkcs11-wrapper/1.2.16/pkcs11-wrapper-1.2.16.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] Building jar:
C:\dev\myapp-maven\eclipse\com.mycompany.framework.eclipse.rcp\target\pde-test\com.mycompany.framework.eclipse.rcp-1.0.0-SNAPSHOT.jar
[INFO] [psteclipse:test]
[INFO] Defaulting Eclipse home directory to 'C:\Documents and
Settings\e027723\eclipse'.
[INFO] Defaulting prefixes to the single prefix 'com.mycompany.'.
[INFO] Validating target Eclipse environment in 'C:\Documents and
Settings\e027723\eclipse'...
[INFO] Cleaning target Eclipse environment in 'C:\Documents and
Settings\e027723\eclipse'...
[INFO] Building 'test.xml' for PDE testing in
'C:\dev\myapp-maven\eclipse\com.mycompany.framework.eclipse.rcp\target\pde-test\test.xml'...
[INFO] No test cases found - skipping
[INFO] [psteclipse:package]
[INFO] Building jar:
C:\dev\myapp-maven\eclipse\com.mycompany.framework.eclipse.rcp\target\com.mycompany.framework.eclipse.rcp-1.0.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
C:\dev\myapp-maven\eclipse\com.mycompany.framework.eclipse.rcp\target\com.mycompany.framework.eclipse.rcp-1.0.0-SNAPSHOT.jar
to C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\com.mycompany.framework.eclipse.rcp\1.0.0-SNAPSHOT\com.mycompany.framework.eclipse.rcp-1.0.0-SNAPSHOT.jar
[INFO] Installing
C:\dev\myapp-maven\eclipse\com.mycompany.framework.eclipse.rcp\target\com.mycompany.framework.eclipse.rcp-1.0.0-SNAPSHOT.jar
to C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\com.mycompany.framework.eclipse.rcp\1.0.0-SNAPSHOT\com.mycompany.framework.eclipse.rcp-1.0.0-SNAPSHOT.jar
[INFO] 
----------------------------------------------------------------------------
[INFO] Building org.eclipse.jface.databinding
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'org.eclipse.'.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] Building jar:
C:\dev\myapp-maven\eclipse\org.eclipse.jface.databinding\target\pde-test\org.eclipse.jface.databinding-1.0.0-SNAPSHOT.jar
[INFO] [psteclipse:test]
[INFO] Defaulting Eclipse home directory to 'C:\Documents and
Settings\e027723\eclipse'.
[INFO] Defaulting prefixes to the single prefix 'org.eclipse.'.
[INFO] Validating target Eclipse environment in 'C:\Documents and
Settings\e027723\eclipse'...
[INFO] Cleaning target Eclipse environment in 'C:\Documents and
Settings\e027723\eclipse'...
[INFO] Cleaning plug-in 'org.eclipse.ant.core_3.1.200.v20070522.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ant.optional.junit_3.2.100.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ant.ui_3.2.200.v20070825_r331.jar'...
[INFO] Cleaning plug-in 'org.eclipse.compare_3.3.1.r33x_20070906.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.boot_3.1.100.v20060603.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.commands_3.3.0.I20070605-0010.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.contenttype_3.2.100.v20070319.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.databinding.beans_1.0.1.M20070910-0800b.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.databinding_1.0.1.M20070822-0800.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.expressions_3.3.0.v20070606-0010.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.filebuffers_3.3.1.r331_v20070829.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.filesystem.win32.x86_1.1.0.v20070510.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.filesystem_1.1.0.v20070606.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.net_1.0.1.r33x_20070709.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.resources.compatibility_3.2.100.v20070502.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.resources.win32_3.3.0.v20070226.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.resources_3.3.0.v20070604.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar'...
[INFO] Cleaning plug-in
'org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316'...
[INFO] Cleaning plug-in
'org.eclipse.core.runtime.compatibility_3.1.200.v20070502.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.runtime_3.3.100.v20070530.jar'...
[INFO] Cleaning plug-in 'org.eclipse.core.variables_3.2.0.v20070426.jar'...
[INFO] Cleaning plug-in
'org.eclipse.cvs.source_1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D'...
[INFO] Cleaning plug-in 'org.eclipse.cvs_1.0.0.v20070606.jar'...
[INFO] Cleaning plug-in 'org.eclipse.debug.core_3.3.1.v20070731_r331.jar'...
[INFO] Cleaning plug-in 'org.eclipse.debug.ui_3.3.1.v20070731_r331.jar'...
[INFO] Cleaning plug-in 'org.eclipse.equinox.app_1.0.1.R33x_v20070828.jar'...
[INFO] Cleaning plug-in 'org.eclipse.equinox.common_3.3.0.v20070426.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.http.jetty_1.0.1.R33x_v20070816.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.http.registry_1.0.0.v20070608.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.http.servlet_1.0.1.R33x_v20070816.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.jsp.jasper.registry_1.0.0.v20070607.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.jsp.jasper_1.0.1.R33x_v20070816.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.launcher.win32.win32.x86_1.0.2.R331_v20071019'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.preferences_3.2.100.v20070522.jar'...
[INFO] Cleaning plug-in
'org.eclipse.equinox.registry_3.3.1.R33x_v20070802.jar'...
[INFO] Cleaning plug-in 'org.eclipse.help.appserver_3.1.200.v20070510.jar'...
[INFO] Cleaning plug-in 'org.eclipse.help.base_3.3.1.v20070813_33x.jar'...
[INFO] Cleaning plug-in 'org.eclipse.help.ui_3.3.1.v20070726_33x.jar'...
[INFO] Cleaning plug-in 'org.eclipse.help.webapp_3.3.1.v20070823_33x.jar'...
[INFO] Cleaning plug-in 'org.eclipse.help_3.3.1.v20070726_33x.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.apt.core_3.3.1.R33x_v20070831-0435.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.apt.pluggable.core_1.0.1.R33x_v20070831-0435.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.apt.ui_3.3.1.R33x_v20070801-1930.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.compiler.apt_1.0.1.R33x_v20070831-0435.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.compiler.tool_1.0.1.v_780_R33x.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.core.manipulation_1.1.0.v20070606-0010.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.core_3.3.1.v_780_R33x.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.debug.ui_3.2.101.v20070718_r331.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.debug_3.3.1.v20070719_r331'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.doc.isv_3.3.1.r331_v20070913.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.doc.user_3.3.1.r331_v20070912a.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.junit.runtime_3.3.0.v20070606-0010.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.junit4.runtime_1.0.100.v20070606-0010.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.junit_3.3.1.r331_v20070829.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.launching_3.3.1.v20070808_r331.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jdt.source_3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL'...
[INFO] Cleaning plug-in 'org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jdt_3.3.0.v20070607-1300.jar'...
[INFO] Cleaning plug-in
'org.eclipse.jface.databinding_1.1.1.M20070910-0800b.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jface.text_3.3.1.r331_v20070629.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jface_3.3.1.M20070910-0800b.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jsch.core_1.0.0.I20070426.jar'...
[INFO] Cleaning plug-in 'org.eclipse.jsch.ui_1.0.1.r33x_20070709.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ltk.core.refactoring_3.3.1.r331_v20070829.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ltk.ui.refactoring_3.3.1.r331_v20070829.jar'...
[INFO] Cleaning plug-in 'org.eclipse.osgi.services_3.1.200.v20070605.jar'...
[INFO] Cleaning plug-in 'org.eclipse.osgi.util_3.1.200.v20070605.jar'...
[INFO] Cleaning plug-in 'org.eclipse.osgi_3.3.1.R33x_v20070828.jar'...
[INFO] Cleaning plug-in 'org.eclipse.pde.build_3.3.2.R331_v20071019'...
[INFO] Cleaning plug-in 'org.eclipse.pde.core_3.3.1.v20070912-0800.jar'...
[INFO] Cleaning plug-in 'org.eclipse.pde.doc.user_3.3.0.v20070614-0800.jar'...
[INFO] Cleaning plug-in
'org.eclipse.pde.junit.runtime_3.3.0.v20070608-1300.jar'...
[INFO] Cleaning plug-in 'org.eclipse.pde.runtime_3.3.0.v20070608-1300.jar'...
[INFO] Cleaning plug-in
'org.eclipse.pde.source_3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN'...
[INFO] Cleaning plug-in
'org.eclipse.pde.ui.templates_3.3.0.v20070608-1300.jar'...
[INFO] Cleaning plug-in 'org.eclipse.pde.ui_3.3.1.v20070912-0800.jar'...
[INFO] Cleaning plug-in 'org.eclipse.pde_3.3.1.R33x_r20070920.jar'...
[INFO] Cleaning plug-in
'org.eclipse.platform.doc.isv_3.3.1.r331_v20070913.jar'...
[INFO] Cleaning plug-in
'org.eclipse.platform.doc.user_3.3.0.M20070913-1400.jar'...
[INFO] Cleaning plug-in
'org.eclipse.platform.source.win32.win32.x86_3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz'...
[INFO] Cleaning plug-in
'org.eclipse.platform.source_3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz'...
[INFO] Cleaning plug-in 'org.eclipse.platform_3.3.2.R33x_v20071022'...
[INFO] Cleaning plug-in
'org.eclipse.rcp.source.win32.win32.x86_3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS'...
[INFO] Cleaning plug-in
'org.eclipse.rcp.source_3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS'...
[INFO] Cleaning plug-in 'org.eclipse.rcp_3.2.0.v20070612.jar'...
[INFO] Cleaning plug-in 'org.eclipse.sdk_3.3.2.R33x_v20071022'...
[INFO] Cleaning plug-in 'org.eclipse.search_3.3.1.r331_v20070831-0800.jar'...
[INFO] Cleaning plug-in 'org.eclipse.swt.win32.win32.x86_3.3.2.v3347a.jar'...
[INFO] Cleaning plug-in 'org.eclipse.swt_3.3.2.v3347.jar'...
[INFO] Cleaning plug-in 'org.eclipse.team.core_3.3.1.r33x_20070807.jar'...
[INFO] Cleaning plug-in 'org.eclipse.team.cvs.core_3.3.1.r33x_20070724.jar'...
[INFO] Cleaning plug-in 'org.eclipse.team.cvs.ssh2_3.2.100.I20070604.jar'...
[INFO] Cleaning plug-in 'org.eclipse.team.cvs.ssh_3.2.100.I20061208.jar'...
[INFO] Cleaning plug-in 'org.eclipse.team.cvs.ui_3.3.1.r33x_20070807.jar'...
[INFO] Cleaning plug-in 'org.eclipse.team.ui_3.3.1.r33x_20070730.jar'...
[INFO] Cleaning plug-in 'org.eclipse.test.performance.win32_3.1.100.jar'...
[INFO] Cleaning plug-in 'org.eclipse.test.performance_3.3.0.v20070515.jar'...
[INFO] Cleaning plug-in 'org.eclipse.test.source_3.3.0.v20070411'...
[INFO] Cleaning plug-in 'org.eclipse.test_3.2.0'...
[INFO] Cleaning plug-in 'org.eclipse.text_3.3.0.v20070606-0010.jar'...
[INFO] Cleaning plug-in 'org.eclipse.tomcat_4.1.230.v20070531'...
[INFO] Cleaning plug-in 'org.eclipse.ui.browser_3.2.100.v20070524A.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.cheatsheets_3.3.0.v20070507.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.console_3.2.1.v20070824_r331.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.editors_3.3.1.r331_v20070629.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.externaltools_3.1.200.v20070416.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.forms_3.3.0.v20070511.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ui.ide.application_1.0.0.I20070530-0100.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.intro.universal_3.2.100.v20070530A'...
[INFO] Cleaning plug-in 'org.eclipse.ui.intro_3.2.101.v20070827_33x.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ui.navigator.resources_3.3.1.M20070831-2000.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.navigator_3.3.2.M20071022-1600a.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.net_1.0.0.I20070516.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ui.presentations.r21_3.2.100.I20070605-0010.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ui.views.properties.tabbed_3.3.1.M20070831-0800.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.views_3.2.101.M20070910-0800b.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.win32_3.2.100.I20070319-0010.jar'...
[INFO] Cleaning plug-in
'org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010'...
[INFO] Cleaning plug-in
'org.eclipse.ui.workbench.texteditor_3.3.1.r331_v20070806.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui.workbench_3.3.1.M20070921-1200.jar'...
[INFO] Cleaning plug-in 'org.eclipse.ui_3.3.1.M20070910-0800b.jar'...
[INFO] Cleaning plug-in
'org.eclipse.update.configurator_3.2.101.R33x_v20070810.jar'...
[INFO] Cleaning plug-in 'org.eclipse.update.core.win32_3.2.100.v20070615.jar'...
[INFO] Cleaning plug-in 'org.eclipse.update.core_3.2.101.R33x_v20070911.jar'...
[INFO] Cleaning plug-in 'org.eclipse.update.scheduler_3.2.100.v20070615.jar'...
[INFO] Cleaning plug-in 'org.eclipse.update.ui_3.2.100.v20070615.jar'...
[INFO] Building 'test.xml' for PDE testing in
'C:\dev\myapp-maven\eclipse\org.eclipse.jface.databinding\target\pde-test\test.xml'...
[INFO] No test cases found - skipping
[INFO] [psteclipse:package]
[INFO] Building jar:
C:\dev\myapp-maven\eclipse\org.eclipse.jface.databinding\target\org.eclipse.jface.databinding-1.0.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
C:\dev\myapp-maven\eclipse\org.eclipse.jface.databinding\target\org.eclipse.jface.databinding-1.0.0-SNAPSHOT.jar
to C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\org.eclipse.jface.databinding\1.0.0-SNAPSHOT\org.eclipse.jface.databinding-1.0.0-SNAPSHOT.jar
[INFO] Installing
C:\dev\myapp-maven\eclipse\org.eclipse.jface.databinding\target\org.eclipse.jface.databinding-1.0.0-SNAPSHOT.jar
to C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\org.eclipse.jface.databinding\1.0.0-SNAPSHOT\org.eclipse.jface.databinding-1.0.0-SNAPSHOT.jar
[INFO] 
----------------------------------------------------------------------------
[INFO] Building com.mycompany.security.crypto.smartcard
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'com.mycompany.'.
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] [site:attach-descriptor]
[INFO] [psteclipse:install]
[INFO] Installing
C:\dev\myapp-maven\eclipse\com.mycompany.security.crypto.smartcard\pom.xml
to C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\com.mycompany.security.crypto.smartcard\1.0.0-SNAPSHOT\com.mycompany.security.crypto.smartcard-1.0.0-SNAPSHOT.pom
[INFO] 
----------------------------------------------------------------------------
[INFO] Building org.apache.log4j
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'org.apache.'.
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] [site:attach-descriptor]
[INFO] [psteclipse:install]
[INFO] Installing C:\dev\myapp-maven\eclipse\org.apache.log4j\pom.xml
to C:\Documents and
Settings\e027723\.m2\repository\com\mycompany\org.apache.log4j\1.2.13\org.apache.log4j-1.2.13.pom
[INFO] 
----------------------------------------------------------------------------
[INFO] Building org.eclipse.core.databinding
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [psteclipse:update {execution: update}]
[INFO] Defaulting prefixes to the single prefix 'org.eclipse.'.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [psteclipse:testPackage {execution: test-package}]
[INFO] Building jar:
C:\dev\myapp-maven\eclipse\org.eclipse.core.databinding\target\pde-test\org.eclipse.core.databinding-1.0.0-SNAPSHOT.jar
[INFO] [psteclipse:test]
[INFO] Defaulting Eclipse home directory to 'C:\Documents and
Settings\e027723\eclipse'.
[INFO] Defaulting prefixes to the single prefix 'org.eclipse.'.
[INFO] Validating target Eclipse environment in 'C:\Documents and
Settings\e027723\eclipse'...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The required Eclipse test framework plugin
'org.eclipse.test_3.2.0' was not found in 'C:\Documents and
Settings\e027723\eclipse\plugins'
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Fri Nov 16 16:28:38 CET 2007
[INFO] Final Memory: 8M/16M
[INFO] ------------------------------------------------------------------------

Why the heck does psteclipse remove what it needs later?

2007/11/16, Sebastien ARBOGAST <[EMAIL PROTECTED]>:
> Ok, that's what I feared. Then I'm pretty much stuck here. The thing
> is that this plugin was extracted from a pre-release of Eclipse 3.3,
> its source was modified and now the code can't use the final version
> that is bundled with Eclipse 3.3 because it depends on modifications.
> So the only solution that I see for the moment is to try to get rid of
> this plugin.
> Thanks for your insight on psteclipse.
>
> 2007/11/16, eSonic <[EMAIL PROTECTED]>:
> >
> >
> >
> > Sebastien Arbogast wrote:
> > >
> > > Yes, that's what I did and once again, I stepped further and stalled.
> > > Now the issue is that I have a source-plugin depending on
> > > org.eclipse.core.runtime. The dependecy is specified in the manifest
> > > and I've specified the version I'm depending on (3.3.100), the one
> > > that has been scraped and deployed to my local repository.
> > > Yet when I try to build this source-plugin, it's looking for version
> > > 3.3.100-SNAPSHOT instead of 3.3.100.
> > > Any idea? Could this be linked to the fact that my source-plugin's
> > > name is something like org.eclipse... ?
> > >
> >
> > This almost certainly is the cause of the problem. In terms of psteclipse,
> > your plugin's prefix should be distinct from org.eclipse., otherwise
> > psteclipse cannot tell which dependencies are from Eclipse and which are
> > your modules under development.
> >
> > The assumption here (and the usual convention) is that the prefix for
> > plugins is the reverse domain name of the company or organization, ie. mine
> > could be:
> >
> >   com.buggybrain.plugin1
> >   com.buggybrain.plugin2
> >
> > --
> > Michal
> > --
> > View this message in context: 
> > http://www.nabble.com/Building-Eclipse-plugins-with-Maven-2-tf4675721s177.html#a13793981
> > Sent from the Maven - Users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Sébastien Arbogast
>
> http://www.sebastien-arbogast.com
>


-- 
Sébastien Arbogast

http://www.sebastien-arbogast.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to