1416 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
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.

    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
  • 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.

    Sun Dec 13 01:19:15 2020 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/52486110/maven-compiler-difference-between-xlint-and-showwarnings
    Compiler Maven Plugin Warnings Xlint
  • Apache Maven Assembly Plugin – Sharing Assembly Descriptors

    Pour mémoire.

    Thu Nov 26 10:25:42 2020 * - permalink -
    QRCode
    - https://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html
    Assembly Descripteur Factorisation Maven Packaging Plugin
  • 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>
    Thu Sep 24 01:50:36 2020 - permalink -
    QRCode
    - https://stackoverflow.com/questions/59350847/how-to-create-fat-jar-with-all-dependencies-for-spring-application/59351830#59351830
    Fatjar Maven Plugin Spring SpringBoot
  • 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.

    Fri Nov 9 12:37:34 2018 - permalink -
    QRCode
    - https://addons.thunderbird.net/en-US/thunderbird/addon/lastcolour/
    AddOn Couleur Plugin Texte Thunderbird
  • 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.

    Tue Jul 3 22:24:07 2018 - permalink -
    QRCode
    - https://www.cakeozolives.com/shaarli-animal/?l8BTPg
    Antichesse CPU Discussion Firefox Plugin
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