Re: Proposed New Structure (starter for 10)

Lee Hinman <[email protected]> Tue, 18 Aug 2015 16:24:54 -0600
Newsgroups gmane.emacs.jdee.devel
Message-ID <[email protected]>
Loyall, David writes:

>> I thought that was the point? This is similar to using leiningen
>> plugins where you specify a plugin you want to use globally in
>> ~/.lein/profiles.clj
>
> Wouldn't that open the possibility of this jdee plugin interfering
> with my non-emacs related mvn usage?

In my mind, this would be the same as adding:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-eclipse-plugin</artifactId>
</plugin>

To your project, it doesn't really affect your project at all unless you
call something like `mvn eclipse:eclipse`.

Similarly, adding a jde-mvn plugin would do nothing to non-emacs maven
usage unless you specifically ran `mvn jde:<some-target>` in that
project.

> Will I be asked to edit settings.xml myself (preferred) or will jdee
> alter it?

No idea yet, I would imagine at the beginning it would be manual. (I'd
prefer it stay manual, just like setting up leiningen plugins).

> In any case, if you're confident that it won't interfere with my
> normal command line invocations of mvn, then I'll take your word for
> it and consider the question resolved.

I'm pretty sure it wouldn't affect any normal invocations of maven, but
I'm not a maven expert either ;)

-- 
;; Lee

------------------------------------------------------------------------------