Try "mvn clean package site". Alternatively, "mvn install" the cs-proxy module and cs-dbutil module. And then try "mvn site" again.
Wayne On 3/27/06, Venkatagopalaraju <[EMAIL PROTECTED]> wrote: > Dear Maven Users, > > I have multiple projects.When I am trying to use "mvn clean package" > from parent(Main pom.xml) level, It is working fine and generating > javadoc,jars,reports...etc. Problem is, When I try to use "mvn site" from > parent(Main pom.xml) level, It is generating error.Error is as shown below. > > --- > Downloading: > http://repo1.maven.org/maven2/citistreet/id/util/cs-proxy/1.0/cs-proxy-1.0.jar > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > > [INFO] Failed to resolve artifact. > > required artifacts missing: > citistreet.id.util:cs-proxy:jar:1.0 > > for the artifact: > citistreet.id.util:cs-dbutil:jar:1.0 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > I already used required artifacts in my child pom.xml as shown below. > > <dependencies> > <dependency> > <groupId>citistreet.id.util</groupId> > <artifactId>cs-proxy</artifactId> > <version>1.0</version> > </dependency> > </dependencies> > > When I used "mvn clean package", at that time it was downloading and using > cs-proxy-1.0.jar. But, same artifact giving(unable to download with "mvn > site") error. > I just would like to know....why it happens like this. Anyone please help > me.... > > > Thanks & Regards > Raju > > >
