Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] How to refresh the index ?

Hi,

I tried now to use m2e's version content assist. Strangely it have returned in the combobox only snapshot versions for this plugin:

                    <plugin>
                        <artifactId>maven-jxr-plugin</artifactId>
                        <version>2.5-SNAPSHOT</version>
                    </plugin>


sometimes I can't see the latest dependencies version either... Sometimes even the properties defined in the pom is not showing.

How could I refresh the index ?

I'm sure that the preference option to "Download repository index updates on startup" is set.

thanks,

Cristiano

Back to the top