1472 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
6 results tagged Plugin 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.

    February 4, 2021 at 10:41:31 AM GMT+1 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/13228472/how-to-access-maven-build-timestamp-for-resource-filtering/13228882#13228882
    Maven Filtering Ressources Date Property Plugin
  • javac - Maven compiler : difference between Xlint and showWarnings - Stack Overflow

    Je remets la réponse ici :

    The compilerArgs controls the behaviour of the java compiler. These settings are passed on to the compiler, and not used directly by the maven-compiler-plugin. Using Xlint you can control which warnings the java compiler outputs from the compilation process. You can also add e.g. -Werror to abort compilation upon warnings (which in general is a good practice).

    The showWarnings configuration on the other hand, is a setting for the maven-compiler-plugin (not passed on to the java compiler). It controls whether the plugin will output the warnings generated by the java compiler. So if you set it to false (I really don't understand why that is the default), you won't see the warnings generated by the java compiler. Even worse, the build will not fail even if you have set -Werror in the compilerArgs.

    December 13, 2020 at 1:19:15 AM GMT+1 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/52486110/maven-compiler-difference-between-xlint-and-showwarnings
    Maven Compiler Xlint Warnings Plugin
  • Apache Maven Assembly Plugin – Sharing Assembly Descriptors

    Pour mémoire.

    November 26, 2020 at 10:25:42 AM GMT+1 * - permalink -
    QRCode
    - https://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html
    Maven Assembly Plugin Factorisation Packaging Descripteur
  • java - How to create fat jar with all dependencies for spring application - Stack Overflow

    Ajouter dans la balise build le plugin spring-boot-maven-plugin ainsi :

    <build>
      ...
      <plugins>
        ...
        <plugin>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-maven-plugin</artifactId>
          <version>2.3.3.RELEASE</version> // or your version
          <executions>
            <execution>
              <goals>
                <goal>repackage</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        ...
      </plugins>
      ...
    </build>
    September 24, 2020 at 1:50:36 AM GMT+2 - permalink -
    QRCode
    - https://stackoverflow.com/questions/59350847/how-to-create-fat-jar-with-all-dependencies-for-spring-application/59351830#59351830
    Spring SpringBoot Fatjar Maven Plugin
  • LastColour :: Add-ons for Thunderbird

    Add-on super pratique qui permet d'utiliser la dernière couleur sélectionnée. Très pratique quand on souhaite colorer beaucoup de petites parties de texte dans un email.

    November 9, 2018 at 12:37:34 PM GMT+1 - permalink -
    QRCode
    - https://addons.thunderbird.net/en-US/thunderbird/addon/lastcolour/
    Thunderbird AddOn Plugin Couleur Texte
  • Firefox's performance settings | Firefox Help - Animal

    @Antichesse
    Tu avais raison. C'est bien un plugin qui faisait partir le CPU en vrille. Ce plugin pour être exact, qui me permettait de télécharger des vidéo sur Youtube.

    July 3, 2018 at 10:24:07 PM GMT+2 - permalink -
    QRCode
    - https://www.cakeozolives.com/shaarli-animal/?l8BTPg
    Antichesse Discussion Firefox Plugin CPU
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation