dev@hk2.java.net

[Question]About auto-depends-plugin

From: Tang Yong <tangyong_at_cn.fujitsu.com>
Date: Fri, 21 Oct 2011 21:24:03 +0800

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