What is the purpose of the timestampedVersion attribute ?

When you set timestampedVersion to the true value, the version of the generated package will be completed by a a timestamp. The aim is to keep the pom unmodified while you can perform several deployments without clashes.

[top]


How can I import a generated dar ?

if you have a pom using dar packaging, use mvn package deployit:import

[top]


How can I specify tags on a deployables?

Use the special tags

[top]


Does deployit maven plugin support credentials defined in the setting.xml file?

Yes, it does since 3.6.4. Just add your server to the settings.xml and it will be used for Deployit authentication. Make sure to use only username and password tags.

The default server id is 'deployit-credentials'. It can be modified using the server tag in the plugin configuration.

Passwords can be encrypted if needed Password Encryption

[top]