you need to build the plugin first by doing :
mvn -Prelease-phase1 clean install
and then you can do :
mvn clean install
jerome
On Oct 21, 2011, at 6:24 AM, Tang Yong wrote:
> Hello HK2's Dev
>
> I am a question about auto-depends-plugin.
>
> Now, After I checked out HK2's source from trunk, I found that
> auto-depends-plugin's source is missed, if I build the hk2/config
> module, the following error message appeared in the command line.
>
> ...
> Missing:
> ----------
> 1) org.glassfish.hk2:auto-depends-plugin:jar:1.6.22-SNAPSHOT
>
> Try downloading the file manually from the project website.
> ...
>
> Then, I searched the java.net for "auto-depends-plugin" project,
> The following info appeared.
>
> "The file /web/projects/hk2/svn/hk2/trunk/hk2/auto-depends-plugin
> appears to be missing."
>
> So, if auto-depends-plugin module has been missing, whether in the
> hk2/config's pom.xml, the following needs to be modified or not.
>
> ...
> <dependencies>
> <dependency>
> <groupId>org.glassfish.hk2</groupId>
> <artifactId>auto-depends-plugin</artifactId>
> <version>${project.version}</version>
> </dependency>
> </dependencies>
> ...
>
> Best Regard
>
> --Tang
>
>
>
>