You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by jaybytez <ja...@yahoo.com> on 2010/01/20 22:43:32 UTC

Customizing maven site

We are trying to utilize maven across our different platforms.

In fact one of our team members is creating plugins to build
code for our OpenVMS platform.

What I want to know is that the maven site generation is really
tailored to java and the reports it generates.

How would I best customize the maven site capabilities/goals,
so that the documentation could be generated, but Java specific
reports are not generated (like jdepend, javadoc, etc).

Do I just need to exclude these plugins in my pom.xml?

The generation of a site and documentation accompanying the
application codebase would be a huge benefit for centralizing
documentation/communication about our OpenVMS applications,
even if these individual reports are not generated.

Thanks,

jay
-- 
View this message in context: http://old.nabble.com/Customizing-maven-site-tp27249142p27249142.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Customizing maven site

Posted by jaybytez <ja...@yahoo.com>.
Awesome...thanks for the clarification.

Again...I building mvn site for COBOL code...
hahahaha....who knows what kinda sites I 
will build.

jay


Dennis Lundberg-2 wrote:
> 
> On 2010-01-26 19:08, jaybytez wrote:
>> 
>> The next question is that it appears when mvn site is running that maven
>> is
>> trying to build the source code.
>> 
>> Is it possible to build the site without maven attempting to build the
>> source?
> 
> If you run this command instead, it will build only the site and nothing
> else. This will mean that you might loose some of the reports though.
> 
> mvn site:site
> 
>> 
>> Thanks for your help,
>> 
>> jay
> 
> 
> -- 
> Dennis Lundberg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Customizing-maven-site-tp27249142p27328076.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Customizing maven site

Posted by Dennis Lundberg <de...@apache.org>.
On 2010-01-26 19:08, jaybytez wrote:
> 
> The next question is that it appears when mvn site is running that maven is
> trying to build the source code.
> 
> Is it possible to build the site without maven attempting to build the
> source?

If you run this command instead, it will build only the site and nothing
else. This will mean that you might loose some of the reports though.

mvn site:site

> 
> Thanks for your help,
> 
> jay


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Customizing maven site

Posted by jaybytez <ja...@yahoo.com>.
The next question is that it appears when mvn site is running that maven is
trying to build the source code.

Is it possible to build the site without maven attempting to build the
source?

Thanks for your help,

jay
-- 
View this message in context: http://old.nabble.com/Customizing-maven-site-tp27249142p27327121.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Customizing maven site

Posted by Dennis Lundberg <de...@apache.org>.
jaybytez wrote:
> We are trying to utilize maven across our different platforms.
> 
> In fact one of our team members is creating plugins to build
> code for our OpenVMS platform.
> 
> What I want to know is that the maven site generation is really
> tailored to java and the reports it generates.

Many plugins are focused on Java projects, but there ate others that
work with other languages or are language agnostic.

> How would I best customize the maven site capabilities/goals,
> so that the documentation could be generated, but Java specific
> reports are not generated (like jdepend, javadoc, etc).
> 
> Do I just need to exclude these plugins in my pom.xml?

Yes, or rather make sure that you don't include them in the first place.
Perhaps using a special parent POM for your OpenVMS projects.

> The generation of a site and documentation accompanying the
> application codebase would be a huge benefit for centralizing
> documentation/communication about our OpenVMS applications,
> even if these individual reports are not generated.
> 
> Thanks,
> 
> jay


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org