12 Eylül 2023 Salı

Predefined Properties

project
Açıklaması şöyle
${project.build.directory} 
results in the path to your "target" directory ${project.build.outputDirectory} results in the path to your "target/classes" directory

${project.name} 
refers to the name of the project

${project.version} 
refers to the version of the project

${project.groupId} 
refers to the groupId of the project

${project.build.finalName} 
refers to the final name of the file created when the built project is packaged

Hiç yorum yok:

Yorum Gönder

Local Snapshot Kullanmak

Örnek Şöyle yaparız <repository> <id>snapshot-repository</id> <name>Maven2 Snapshot Repository</name> &l...