the update site:
http://m2eclipse.sonatype.org/sites/m2e-extras
doesn't show SCM support (e.g. SCM adapter and/or SCM adapter for
Subclipse).
http://m2eclipse.sonatype.org/installing-m2eclipse.html
shows:
As of 19th of November 2010, M2Eclipse Extras update site contains the
following m2eclip
never mind, see this jira entry:
https://issues.sonatype.org/browse/MNGECLIPSE-2593
--
View this message in context:
http://maven.40175.n5.nabble.com/where-did-m2eclipse-SCM-support-go-from-m2eclipse-extras-tp3283336p3283357.html
Sent from the Maven - Users mailing list archive at Nabble.com.
i'll preface this with the fact that i'm new to maven and m2eclipse, so
forgive me if i'm being dense,
but i'm just trying to build a java project in eclipse/galileo using the
m2eclipse plugin,
and i'm specifying the dependency:
Code:
org.springframework.security
spring-secur
i read somewhere about the the initial m2eclipse "updating indexes" phase
taking a half hour
and i recalled that i actually forcefully stopped that phase in eclipse by
clicking the red button
to the right of the progress bar.
so on a lark, i reinstalled galileo and then m2eclipse and this time
-index.properties
6/26/09 10:46:27 PM EDT: Downloaded [central] ->
http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties
6/26/09 10:46:27 PM EDT: Updated index for http://repo1.maven.org/maven2/
Sat Jun 20 04:27:25 EDT 2009
tony_k wrote:
>
> fresh install of galileo +
fresh install of galileo + m2eclipse, getting:
6/26/09 10:32:54 PM EDT: Error on adding indexing context
http://repo1.maven.org/maven2/; read past EOF
6/26/09 10:32:56 PM EDT: Maven Builder: FULL_BUILD
6/26/09 10:32:59 PM EDT: Updating index http://repo1.maven.org/maven2/
6/26/09 10:32:5
indexes are maintained in real time, but it isn't
> automatically exported for consumption unless you schedule it. (it's
> on the scheduled task page). Then in m2e, you need to add a new index
> (you will probably want to remove the central one, or simply change
> the url to nexus
apologies in advance for the potential density of this question, but:
i would like to set up a parent pom project with some sub modules projects
in (m2)eclipse,
for the parent project, should i just:
create a "maven project" with a "simple" archetype and delete "src" and
"target" directories?
-
i'm trying to use m2eclipse in conjunction with a nexus repository.
i believe i have done the right thing as far as settings.xml because
if i manually add a dependency to a pom, the artifacts are successfully
pulled from the nexus repository, but when i pull up the "add dependency"
panel and punc