Whatever came with my maven distro.  I did help:effective-pom on the project 
and this is what it says:
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
 
Would I need to put a different version in my settings.xml file to override 
this?




________________________________
From: Lukas Theussl <[email protected]>
To: Maven Users List <[email protected]>
Sent: Fri, January 22, 2010 2:06:32 AM
Subject: Re: Cannot float image left and wrap text


Which version of the site plugin are you using? It should work with 2.1.

-Lukas


Michael Remijan wrote:
> I’m using maven to build my project’s site.  I’m trying to do something very 
> simple.  Below is my index.xml.vm file.  All I want to do is float the image 
> left so the text appears to the right of the image and wraps around it.  I 
> can’t make this happen!  I’ve tried to add style=””, class=””, and id=”” 
> attributes to the <img> tag so I can format it with CSS but these attributes 
> get stripped out.  How do I go about getting this to work?      <section 
> name="My Section">
>      <p>
> <img src="images/s.png" alt="Small screenshot" />
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
> Text to include Text to include Text to include Text to include Text to 
> include Text to include
>      </p>
>    </section>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to