You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Duane Homick <dh...@SANDVINE.com> on 2005/11/15 18:21:07 UTC

[M2] Clover & Java 1.5

Has anyone been able to use the clover plugin with java 1.5?

I found this:
http://www.cenqua.com/forums/thread.jspa?threadID=1926

Put it speaks of a project.properties file.  What is that?  I tried defining these variables on the command line, but still no success:

maven.compile.target=1.5
maven.compile.source=1.5

I also tried setting the above in pom.xml:

<project>
	<properties>
        	<!--[ Build properties ]-->
        	<maven.compile.source>1.5</maven.compile.source>
        	<maven.compile.target>1.5</maven.compile.target>
		...
	</properties>
	...
</project>

Still no success.  Any help would be much appreciated.

Thanks
Duane Homick
Software Engineer
Sandvine Inc.

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


Re: [M2] Clover & Java 1.5

Posted by Brett Porter <br...@gmail.com>.
Vincent:

mvn site-deploy

On 11/16/05, Vincent Massol <vm...@pivolis.com> wrote:
> Hi Duane,
>
> The web site has not been published yet (don't know how to do that
> actually). Here's the doc in APT format in the meantime:
>
> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven
> -clover-plugin/src/site/apt/
>
> Thanks
> -Vincent
>
> > -----Original Message-----
> > From: Duane Homick [mailto:dhomick@SANDVINE.com]
> > Sent: mardi 15 novembre 2005 18:21
> > To: Maven Users List
> > Subject: [M2] Clover & Java 1.5
> >
> > Has anyone been able to use the clover plugin with java 1.5?
> >
> > I found this:
> > http://www.cenqua.com/forums/thread.jspa?threadID=1926
> >
> > Put it speaks of a project.properties file.  What is that?  I tried
> > defining these variables on the command line, but still no success:
> >
> > maven.compile.target=1.5
> > maven.compile.source=1.5
> >
> > I also tried setting the above in pom.xml:
> >
> > <project>
> >       <properties>
> >               <!--[ Build properties ]-->
> >               <maven.compile.source>1.5</maven.compile.source>
> >               <maven.compile.target>1.5</maven.compile.target>
> >               ...
> >       </properties>
> >       ...
> > </project>
> >
> > Still no success.  Any help would be much appreciated.
> >
> > Thanks
> > Duane Homick
> > Software Engineer
> > Sandvine Inc.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


RE: [M2] Clover & Java 1.5

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Duane,

The web site has not been published yet (don't know how to do that
actually). Here's the doc in APT format in the meantime:

http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven
-clover-plugin/src/site/apt/

Thanks
-Vincent

> -----Original Message-----
> From: Duane Homick [mailto:dhomick@SANDVINE.com]
> Sent: mardi 15 novembre 2005 18:21
> To: Maven Users List
> Subject: [M2] Clover & Java 1.5
> 
> Has anyone been able to use the clover plugin with java 1.5?
> 
> I found this:
> http://www.cenqua.com/forums/thread.jspa?threadID=1926
> 
> Put it speaks of a project.properties file.  What is that?  I tried
> defining these variables on the command line, but still no success:
> 
> maven.compile.target=1.5
> maven.compile.source=1.5
> 
> I also tried setting the above in pom.xml:
> 
> <project>
> 	<properties>
>         	<!--[ Build properties ]-->
>         	<maven.compile.source>1.5</maven.compile.source>
>         	<maven.compile.target>1.5</maven.compile.target>
> 		...
> 	</properties>
> 	...
> </project>
> 
> Still no success.  Any help would be much appreciated.
> 
> Thanks
> Duane Homick
> Software Engineer
> Sandvine Inc.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org



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