What (exactly) do you want to do to the file with Maven? There are
ways to alter the contents of files through filtering, so that might
work for you. But we need to know more about what you are hoping to
achieve.

Wayne

On 5/8/07, Bala Rajamani <[EMAIL PROTECTED]> wrote:
As per your suggestion, I tried the following the EAR was created with the
required .XMI files.

 <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-ear-plugin</artifactId>
          <configuration>
              <earSourceDirectory>
                     src/main/resources
              </earSourceDirectory>
          </configuration>
       </plugin>
     </plugins>
  </build>

Is it possible to edit the file through Maven?

Thanks,
Bala


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

Reply via email to