Oliver:

Did you mean that 

if i do

*mvn compile -dexecutable=C:/glassfish3withjdk/jdk/bin/javac -dfork=true
-dsource=1.6 -dtarget=1.6 -dverbose=true
*
it will be like running the compile plugin with this configuration :
<plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-compiler-plugin</artifactId>
                        <version>2.3.2</version>
                        <configuration>
                           /* <source>1.6</source>
                            <target>1.6</target>                    
                            <verbose>true</verbose>
                            <fork>true</fork>*/
                  
                           
/*<executable>C:/glassfish3withjdk/jdk/bin/javac</executable>*/
                        </configuration>
                    </plugin>


Thanks for answering tho.

Syed...

--
View this message in context: 
http://maven.40175.n5.nabble.com/what-does-define-do-in-maven-tp5485392p5486406.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]

Reply via email to