Hey,

I have created a POM that includes the following tag for version :

<plugins>
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-ear-plugin</artifactId>
               <configuration>
              <archive>
             <manifestEntries>
                <Build-Version>10.1.3.3</Build-Version>
             </manifestEntries>
           </archive>
</configuration> </plugin>
</plugins>

Now, instead of 10.1.3.3 I want to pass an external value say "version". How can I go about doing it ? And can I do something like mvn install version="" ?

Take care,
Piyush




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to