Can anyone put this information here:

http://maven.apache.org/plugins/maven-compiler-plugin/howto.html
--
Regards,
Subhash Chandran S

Cross platform OpenSource Java based file encryption software:
http://www.WizTools.org/project/WizCrypt/


On 3/9/06, Henry S. Isidro <[EMAIL PROTECTED]> wrote:
>
> Venkatagopalaraju wrote:
>
> >Dear Maven Users,
> >
> >    Could you please anyone help out from this problem. I am suffering
> from these problems.
> >
> >    1. I am working on maven 2.0.2, I have seen, In this version we are
> not able to use properties file. I am using maven-compiler-plugin, But I
> need to set false for ${maven.compiler.debug}.For this I used to set
> command line properties.But it is ignoring these properties. How I am able
> to work with these properties.
> >
>
> >
> Hi Gopal,
>
> You can configure the compiler plugin like so:
>
>          <plugins>
>              <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-compiler-plugin</artifactId>
>                 <configuration>
>                     <debug>false</debug>
>                 </configuration>
>              </plugin>
>          </plugins>
>
> Place this fragment in the build section of your pom.
>
> HTH,
>
> Henry
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to