2010/1/28  <[email protected]>:
> I am using the eclipse plugin to generate eclipse projects but I have this
> project wtih a dependency that uses a key file located in a certain
> directory. So everytime I create the project I must manually add this path
> as a variable using the build path option on the project properties on
> eclipse. How do I add this in the pom file?

<properties>
        <myPath>/path/to/it</myPath>
</properties>

Antonio

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

Reply via email to