where did m2eclipse SCM support go from m2eclipse extras...?

2010-11-28 Thread tony_k

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 m2eclipse components:

* Maven Integration for WTP
* Project configurators for some commonly used maven plugins
* M2Eclipse OSGi development support, a.k.a "m2eclipse-tycho"

but it doesn't mention where to find the SCM adapter stuff...?
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/where-did-m2eclipse-SCM-support-go-from-m2eclipse-extras-tp3283336p3283336.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: where did m2eclipse SCM support go from m2eclipse extras...?

2010-11-28 Thread tony_k

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.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



assist request with missing m2eclipse dependency

2009-07-02 Thread tony_k

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-security-core
2.0.4
bundle
compile


and i'm getting:

Quote:
Missing artifact
org.springframework.security:spring-security-core:bundle:2.0.4:compile

- the spring-security-core-2.0.4 pom and jar artifacts are in the
appropriate dir in my local .m2 tree
(org/springframework/security/spring-security-core/2.0.4)

- could this be an m2eclipse/maven issue, something having to do with
"bundle" packaging, both or neither?

- could it be a misleading error message where it's really an issue with one
of the myriad transitive dependencies but it's not telling me which one is
the issue?

any guidance appreciated...

thx,
tony. 
-- 
View this message in context: 
http://n2.nabble.com/assist-request-with-missing-m2eclipse-dependency-tp3199333p3199333.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: m2eclipse+galileo: index issue? (solved)

2009-06-26 Thread tony_k

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 let the
"updating indexes" phase run to completion (it actually did take about a
half hour) and then things seemed ok.

i must have corrupted something when i killed the index update in mid
stream, so beware...

is it normal to take that long, or is it possible that something about
galileo is making that process suck wind?

anyway just wanted to share in case anyone else gets plagued with this
issue...

party on!
-- 
View this message in context: 
http://n2.nabble.com/m2eclipse%2Bgalileo%3A-index-issue--tp3165039p3165318.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: m2eclipse+galileo: index issue?

2009-06-26 Thread tony_k

forgot to mention, the other potentially relevant detail is that this also
seems to work fine from ganymede on my corporate laptop...

6/26/09 10:46:23 PM EDT: Updating index http://repo1.maven.org/maven2/
6/26/09 10:46:27 PM EDT: Downloading central :
nexus-maven-repository-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 + 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:59 PM EDT: No index update available for
> http://repo1.maven.org/maven2/
> -
> in the (maven) console, and then when i go to the add dependency panel of
> the pom editor dependencies panel and i punch in something like "commons",
> i get (0) hits...
> 
> this is on my "corporate" laptop, strange thing is on my "personal" laptop
> i don't have this issue.
> 
> any suggestions on how to troubleshoot...?
> 
> any guidance appreciated!
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/m2eclipse%2Bgalileo%3A-index-issue--tp3165039p3165073.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



m2eclipse+galileo: index issue?

2009-06-26 Thread tony_k

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:59 PM EDT: No index update available for
http://repo1.maven.org/maven2/
-
in the (maven) console, and then when i go to the add dependency panel of
the pom editor dependencies panel and i punch in something like "commons", i
get (0) hits...

this is on my "corporate" laptop, strange thing is on my "personal" laptop i
don't have this issue.

any suggestions on how to troubleshoot...?

any guidance appreciated!

-- 
View this message in context: 
http://n2.nabble.com/m2eclipse%2Bgalileo%3A-index-issue--tp3165039p3165039.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: m2eclipse "add dependency" panel and nexus repository

2009-06-20 Thread tony_k

thanks a lot brian!

i didn't realize there was a separate "maven indexes" view until you alluded
to it here,
i was looking only in window->preferences->maven...


Brian Fox-3 wrote:
> 
> You first need to publish the indexes from your nexus repo. The
> internal 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)
> 
> On Fri, Jun 19, 2009 at 8:53 AM, tony_k wrote:
>>
>> 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 punch in a keyword, it's not showing elements from nexus.
>>
>> anyone have any idea what i need to do in order to have the "add
>> dependency"
>> panel "see" elements in my nexus repository...?
>>
>> any guidance appreciated,
>> thanks,
>> tony.
>> --
>> View this message in context:
>> http://n2.nabble.com/m2eclipse-%22add-dependency%22-panel-and-nexus-repository-tp3119454p3119454.html
>> Sent from the maven users mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/m2eclipse-%22add-dependency%22-panel-and-nexus-repository-tp3119454p3127275.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



appropriate way to setup "parent pom" project in (m2)eclipse

2009-06-19 Thread tony_k

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?

-- 
View this message in context: 
http://n2.nabble.com/appropriate-way-to-setup-%22parent-pom%22-project-in-%28m2%29eclipse-tp3119737p3119737.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



m2eclipse "add dependency" panel and nexus repository

2009-06-19 Thread tony_k

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 punch in a keyword, it's not showing elements from nexus.

anyone have any idea what i need to do in order to have the "add dependency" 
panel "see" elements in my nexus repository...?

any guidance appreciated,
thanks,
tony.
-- 
View this message in context: 
http://n2.nabble.com/m2eclipse-%22add-dependency%22-panel-and-nexus-repository-tp3119454p3119454.html
Sent from the maven users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org