<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
  <phase>process-sources</phase>
   <goals>  
    <goal>exec</goal>
    </goals> 
  <configuration> 
    <executable>/u/kumari/desmake/bin/share/destopdir</executable>
    <commandlineArgs>"-auto_mounter"</commandlineArgs>

      </configuration>
 </execution>
 </executions>
 </plugin>


/u/kumari/desmake/bin/share/destodir  -auto_mounter 
Gives
/u/kumari/a                      a is some directory 

I want to set this path    /u/kumari/a     as property name, how to set
that within execution tag of exec written above.

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

Reply via email to