IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Maven Java Discussion :

maven ajouter des options de compilation au pom


Sujet :

Maven Java

  1. #1
    Membre actif Avatar de miya
    Profil pro
    Inscrit en
    Janvier 2006
    Messages
    469
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations forums :
    Inscription : Janvier 2006
    Messages : 469
    Points : 240
    Points
    240
    Par défaut maven ajouter des options de compilation au pom
    Bonjour au forum,

    Je travaille avec le framework GWT de Google, et j'utilise maven pour l'automatisation de mes tâches. Je souhaiterai ajouter une option lors de la compilation avec maven, c'est à dire l'option -compileReport.

    Comment le renseigner dans mon pom.xml ?

    Voici mon pom.xml
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
     
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      <!--
        POM generated by gwt-maven-plugin archetype
      -->
      <modelVersion>4.0.0</modelVersion>
      <groupId>fr.gxt.comet.tchat</groupId>
      <artifactId>gxt_tchat</artifactId>
      <packaging>war</packaging>
      <version>0.0.1-SNAPSHOT</version>
     
      <properties>
     
          <!-- convenience to define GWT version in one place -->
          <gwt.version>2.0.2</gwt.version>
     
          <!--  tell the compiler we can use 1.5 -->
          <maven.compiler.source>1.5</maven.compiler.source>
          <maven.compiler.target>1.5</maven.compiler.target>
     
      </properties>
     
    	<dependencies>
     
    		<!--  GWT dependencies (from central repo) -->
    		<dependency>
    			<groupId>com.google.gwt</groupId>
    			<artifactId>gwt-servlet</artifactId>
    			<version>${gwt.version}</version>
    			<scope>runtime</scope>
    		</dependency>
    		<dependency>
    			<groupId>com.google.gwt</groupId>
    			<artifactId>gwt-user</artifactId>
    			<version>${gwt.version}</version>
    			<scope>provided</scope>
    		</dependency>
     
    		<!-- test -->
    		<dependency>
    			<groupId>junit</groupId>
    			<artifactId>junit</artifactId>
    			<version>4.7</version>
    			<scope>test</scope>
    		</dependency>
     
    		<dependency>
    			<groupId>com.extjs</groupId>
    			<artifactId>gxt</artifactId>
    			<version>2.1.1</version>
    		</dependency>
    	</dependencies>
     
      <build>
        <outputDirectory>war/WEB-INF/classes</outputDirectory>
        <plugins>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>gwt-maven-plugin</artifactId>
            <version>1.2</version>
            <executions>
              <execution>
                <goals>
                  <goal>compile</goal>
                  <goal>generateAsync</goal>
                  <goal>test</goal>
                </goals>
              </execution>
            </executions>
            <configuration>
              <runTarget>fr.gxt.comet.tchat.gxt_tchat.Application/Application.html</runTarget>
            </configuration>
          </plugin>
          <!--
              If you want to use the target/web.xml file mergewebxml produces,
              tell the war plugin to use it.
              Also, exclude what you want from the final artifact here.
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-war-plugin</artifactId>
                    <configuration>
                        <webXml>target/web.xml</webXml>
                        <warSourceExcludes>.gwt-tmp/**</warSourceExcludes>
                    </configuration>
                </plugin>
                -->
     
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <version>2.0.2</version>
              <configuration>
                <source>${maven.compiler.source}</source>
                <target>${maven.compiler.target}</target>
              </configuration>
          </plugin>
        </plugins>
      </build>
     
    </project>
    Merci d'avance pour votre aide

  2. #2
    Membre actif Avatar de miya
    Profil pro
    Inscrit en
    Janvier 2006
    Messages
    469
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations forums :
    Inscription : Janvier 2006
    Messages : 469
    Points : 240
    Points
    240
    Par défaut
    Avez vous une idée de comment rajouter une option de compilation au pom ?

    Merci pour votre retour

  3. #3
    Nouveau Candidat au Club
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    1
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2007
    Messages : 1
    Points : 1
    Points
    1
    Par défaut profiles
    Citation Envoyé par miya Voir le message
    Avez vous une idée de comment rajouter une option de compilation au pom ?

    Merci pour votre retour
    http://maven.apache.org/guides/intro...-profiles.html

Discussions similaires

  1. Réponses: 3
    Dernier message: 16/11/2010, 16h07
  2. Réponses: 1
    Dernier message: 26/06/2008, 19h59
  3. Réponses: 6
    Dernier message: 22/09/2006, 11h01
  4. Réponses: 3
    Dernier message: 14/04/2006, 11h43

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo