1416 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged Property x
  • How to access maven.build.timestamp for resource filtering - Stack Overflow

    Aujourd'hui j'ai vu ça dans un pom.xml maven :

    <properties>
            <maven.build.timestamp.format>dd/MM/yyyy HH:mm</maven.build.timestamp.format>
            <project.build.date>${maven.build.timestamp}</project.build.date>
    </properties>

    Il semble que jusqu'à maven 2.x, il existait un bug faisant échouer le remplacement de la chaîne ${maven.build.timestamp} lors du filtering de ressources. La parade consistait alors à créer une nouvelle property avec cette valeur.

    Le problème semble avoir été corrigé depuis maven 3.x . Il faut simplement s'assurer que la version du maven-resources-plugin est en 3.x aussi.

    Thu Feb 4 10:41:31 2021 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/13228472/how-to-access-maven-build-timestamp-for-resource-filtering/13228882#13228882
    Date Filtering Maven Plugin Property Ressources
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation