Multi-module site, why must I do mvn clean install site?

2008-04-04 Thread Paul G

Why do I have to run install to get a multi-module project to work correctly?

Is this a bug?
-- 
View this message in context: 
http://www.nabble.com/Multi-module-site%2C-why-must-I-do-%22mvn-clean-install-site%22--tp16488944s177p16488944.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multi-module site, why must I do mvn clean install site?

2008-04-04 Thread Robert Reiner

Hi Paul G,

I faced a similar problem today. We have a multi-project-build and the site
plugin does not fetch the artifacts from the reactor, but tries to download
them from the local repo. Therefore the artifacts need to be installed. I
think this might be your problem, too.

There is a bug filed to Jira: http://jira.codehaus.org/browse/MSITE-171

Hope this helps.

Regards,
  Robert


Paul G wrote:
 
 Why do I have to run install to get a multi-module project to work
 correctly?
 
 Is this a bug?
 

-- 
View this message in context: 
http://www.nabble.com/Multi-module-site%2C-why-must-I-do-%22mvn-clean-install-site%22--tp16488944s177p16491210.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multi-module site, why must I do mvn clean install site?

2008-04-04 Thread Michael

Robert Reiner wrote:

Hi Paul G,

I faced a similar problem today. We have a multi-project-build and the site
plugin does not fetch the artifacts from the reactor, but tries to download
them from the local repo. Therefore the artifacts need to be installed. I
think this might be your problem, too.


I do suffer exactly from this bug, too!

I'll vote for, everyone affected should do!


--
NO OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multi-module site, why must I do mvn clean install site?

2008-04-04 Thread VUB Stefan Seidel

Hi,

contrary to MSITE-171, I would say that this is not a bug. mvn site is 
for building the site, not the code. If you want fresh code coverage 
reports/surefire tests, of course you will have to run mvn install 
before - it's not a bug. Any standard site build will work just as fine 
without. It's mainly a question of understanding how maven works.


Stefan

Paul G wrote:

Why do I have to run install to get a multi-module project to work correctly?

Is this a bug?


--
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multi-module site, why must I do mvn clean install site?

2008-04-04 Thread Paul G

Robert,

That looks exactly like the bug to me.

CHeers


Robert Reiner wrote:
 
 Hi Paul G,
 
 I faced a similar problem today. We have a multi-project-build and the
 site plugin does not fetch the artifacts from the reactor, but tries to
 download them from the local repo. Therefore the artifacts need to be
 installed. I think this might be your problem, too.
 
 There is a bug filed to Jira: http://jira.codehaus.org/browse/MSITE-171
 
 Hope this helps.
 
 Regards,
   Robert
 
 
 Paul G wrote:
 
 Why do I have to run install to get a multi-module project to work
 correctly?
 
 Is this a bug?
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Multi-module-site%2C-why-must-I-do-%22mvn-clean-install-site%22--tp16488944s177p16491790.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]