Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Autocompletion and nested configuration tags

I may be mistaken, but I believe the elements inside configuration can be plugin specific so it isn't practical to add contextual completion.

Matthew

On 10 July 2011 13:40, Sebastian Otaegui <feniix@xxxxxxxxx> wrote:
Hello, 

When using autocompletion in a plugin after I enter the <configuration></configuration> tag it seems the rest of the tag "do not have contextual completion".

This is:

I enter this config 

...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<archive>
</archive>
</configuration>
</plugin>

Inside <archive> it prompts me options to add (for example) <finalName> which is not a valid tag inside <archive>

Any plans to fix that behavior?

Regards
--
Those who do not understand Unix are condemned to reinvent it, poorly.
Any sufficiently recent Microsoft OS contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Unix.

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top