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 2] plugin ejb. . . (encore moi. . .)


Sujet :

Maven Java

  1. #1
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut [maven 2] plugin ejb. . . (encore moi. . .)
    tadaima...

    watashi wa watashi desu! haha!

    demo... J'ai encore un pbm... J'ai prit ici et j'ai inséré dans mon pom.xml... Ca me donne ça :

    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
     <?xml version="1.0" encoding="UTF-8"?>
    <project>
        <modelVersion>4.0.0</modelVersion>    
        <groupId>dra.proto.business</groupId>
        <artifactId>dra.proto.business</artifactId>
        <version>0.0.1</version>
        <description></description>
        
            <build>
                <sourceDirectory>src/java/</sourceDirectory>
                <outputDirectory>bin/classes</outputDirectory>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-ejb-plugin</artifactId>
                        <configuration>
                            <basedir>bin/ejb</basedir>
                            <ejbVersion>2.1</ejbVersion>
                            <jarName>ejbTest</jarName>
                            <outputDirectory>bin/ejb/output</outputDirectory>
                            <project/>
                            <generateClient>true</generateClient>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
       
    </project>
    et ça me met ça...

    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
    [DEBUG] Found 0 components to load on start
    [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\ndurand\.m2\plugin-registry.xml'
    [DEBUG] Building Maven global-level settings from: 'D:\eclipse-maestro\workspace\dra.proto.business\conf\settings.xml'
    [DEBUG] Building Maven user-level settings from: 'C:\Documents and Settings\ndurand\.m2\settings.xml'
    [DEBUG] dra.proto.business:dra.proto.business:jar:0.0.1 (selected for null)
    [INFO] ----------------------------------------------------------------------------
    [INFO] Building Unnamed - dra.proto.business:dra.proto.business:jar:0.0.1
    [INFO]    task-segment: [ejb:ejb]
    [INFO] ----------------------------------------------------------------------------
    [INFO] Searching repository for plugin with prefix: 'ejb'.
    [DEBUG] maven-ejb-plugin: resolved to version 2.0 from repository central
    [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugin-parent::2.0 for project: null:maven-ejb-plugin:maven-plugin:2.0 from the repository.
    [DEBUG] Found 0 components to load on start
    [DEBUG] org.apache.maven.plugins:maven-ejb-plugin:maven-plugin:2.0:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-archiver:jar:2.0 from the repository.
    [DEBUG]   org.apache.maven:maven-archiver:jar:2.0:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-project:jar:2.0 from the repository.
    [DEBUG]     org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
    [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
    [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact:jar:2.0 from the repository.
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-model:jar:2.0 from the repository.
    [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact-manager:jar:2.0 from the repository.
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-repository-metadata:jar:2.0 from the repository.
    [DEBUG]         org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
    [DEBUG]         org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-profile:jar:2.0 from the repository.
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
    [DEBUG]     org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-3:runtime (selected for runtime)
    [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
    [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
    [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
    [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
    [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
    [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
    [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
    [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
    [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
    [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
    [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
    [ERROR] project-execute : dra.proto.business:dra.proto.business:jar:0.0.1 (  task-segment: [ejb:ejb] )
     Diagnosis: Error configuring: org.apache.maven.plugins:maven-ejb-plugin. Reason: ERROR: Cannot override read-only parameter: basedir in goal: ejb:ejb
    FATAL ERROR: Error executing Maven for a project
    org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: org.apache.maven.plugins:maven-ejb-plugin. Reason: ERROR: Cannot override read-only parameter: basedir in goal: ejb:ejb
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:563)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:441)
        at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:382)
        at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
    Caused by: org.apache.maven.plugin.PluginConfigurationException: Error configuring: org.apache.maven.plugins:maven-ejb-plugin. Reason: ERROR: Cannot override read-only parameter: basedir in goal: ejb:ejb
        at org.apache.maven.plugin.DefaultPluginManager.validatePomConfiguration(DefaultPluginManager.java:848)
        at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:558)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:390)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        ... 8 more
    Je trouve ce message d'erreur limpide comme de l'eau alors, si quelqu'un a déjà rencontré ça et à une solution... JE SUIS PRENEUR !!!! J'en ai marre... rien ne fonctionne jamais du premier coup....

  2. #2
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Je pense que le problème vient du passage ci-dessus en rouge...
    Quelqu'un a une solution svp ?

  3. #3
    Membre régulier Avatar de morice.ju
    Inscrit en
    Avril 2006
    Messages
    79
    Détails du profil
    Informations personnelles :
    Âge : 42

    Informations forums :
    Inscription : Avril 2006
    Messages : 79
    Points : 81
    Points
    81
    Par défaut
    essaie deja de mettre une balise designant le packaging dans ton pom.xml

    <packaging>ejb</packaging>

  4. #4
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Citation Envoyé par morice.ju
    essaie deja de mettre une balise designant le packaging dans ton pom.xml

    <packaging>ejb</packaging>
    rajouté !!!


    résultat :

    Même erreur...

  5. #5
    Membre régulier Avatar de morice.ju
    Inscrit en
    Avril 2006
    Messages
    79
    Détails du profil
    Informations personnelles :
    Âge : 42

    Informations forums :
    Inscription : Avril 2006
    Messages : 79
    Points : 81
    Points
    81
    Par défaut
    ben apparemment ton basedir est en read only ce qu'il fait que le plugin ne peut rien y écrire, il faut regarder maintenant dans les propriétés du repertoire bin/ejb afin d'avoir les droits d'ecritures dans celui ci

  6. #6
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Alors, le répertoire de destination était bien en lecture seule... j'ai retiré ce paramètre mais ça me met encore et toutjours la même erreur...


    [edit]après vérification, il ne veut pas me retirer la lecture seule... c'est quoi ce bord** encore ?!!!

    Roo, ça me gonfle...

  7. #7
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    D'après un collègue, ça l'étonnerai que ce soit ça... (à cause du lecture seul du dossier donc...) car tout n'est pas en lecture seul...

    et en faite, le dossier src/ejb n'a toujours pas été créé !

    donc, il n'est pas en lecture seule puisqu'il n'existe pas...

  8. #8
    Membre régulier Avatar de morice.ju
    Inscrit en
    Avril 2006
    Messages
    79
    Détails du profil
    Informations personnelles :
    Âge : 42

    Informations forums :
    Inscription : Avril 2006
    Messages : 79
    Points : 81
    Points
    81
    Par défaut
    et si tu configure ton plugin sans surcharger les parametres basedir outputDirectory, il fait quoi le plugin ?

  9. #9
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    il fait la même erreur (surchargé tu veux dire de mettre les infos demandées dedans ? Ne pas les surcharger c'est donc de les mettre comme ça ? <basedir/> ?)

  10. #10
    Membre régulier Avatar de morice.ju
    Inscrit en
    Avril 2006
    Messages
    79
    Détails du profil
    Informations personnelles :
    Âge : 42

    Informations forums :
    Inscription : Avril 2006
    Messages : 79
    Points : 81
    Points
    81
    Par défaut
    de ne mm pas les déclaré dans la configuration !

  11. #11
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Alors, sans les mettre, ça me fait ça :

    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
    [INFO] ----------------------------------------------------------------------------
    [INFO] Building Unnamed - dra.proto.business:dra.proto.business:ejb:0.0.1
    [INFO]    task-segment: [ejb:ejb]
    [INFO] ----------------------------------------------------------------------------
    [INFO] Searching repository for plugin with prefix: 'ejb'.
    [INFO] ejb:ejb
    [INFO] Building ejb dra.proto.business-0.0.1
    [ERROR] mojo-execute : ejb:ejb
    Diagnosis: Error assembling EJB
    FATAL ERROR: Error executing Maven for a project
    [ERROR] project-execute : dra.proto.business:dra.proto.business:ejb:0.0.1 (  task-segment: [ejb:ejb] )
    Diagnosis: Error assembling EJB
    FATAL ERROR: Error executing Maven for a project
    org.apache.maven.lifecycle.LifecycleExecutionException: Error assembling EJB
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:441)
        at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:382)
        at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Error assembling EJB
        at org.apache.maven.plugin.ejb.EjbMojo.execute(EjbMojo.java:180)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        ... 8 more
    Caused by: org.codehaus.plexus.archiver.ArchiverException: D:\eclipse-maestro\workspace\dra.proto.business\bin\classes\META-INF\ejb-jar.xml isn't a file.
        at org.codehaus.plexus.archiver.AbstractArchiver.addFile(AbstractArchiver.java:174)
        at org.codehaus.plexus.archiver.AbstractArchiver.addFile(AbstractArchiver.java:166)
        at org.apache.maven.plugin.ejb.EjbMojo.execute(EjbMojo.java:148)
        ... 10 more
    Y'a du progres mais c'est toujours pas ça.

  12. #12
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Please, someone can help me?

  13. #13
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Bon, j'ai trouvé où était le problème... en faite il me cherchait ejb-jar.xml dans le repertoire generated. Et ceci n'est qu'après avoir fait le XDoclet. Donc, on a fait ça... et là ça fonctionne... SAUF, (et oui, ça aurait été trop beau), sauf (donc) pour le tag <basedir>. Il ne veut pas que je choississe de répertoire de destination ; il me met :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    Diagnosis: Error configuring: org.apache.maven.plugins:maven-ejb-plugin. Reason: ERROR: Cannot override read-only parameter: basedir in goal: ejb:ejb
    Donc, bon... Si quelqu'un a une solution... Onegaishimasu

  14. #14
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Bon, personne ne semble avoir de réponse... La question principale ayant été résolue, je considère ce post

    bouahahahaha !!!

  15. #15
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    Citation Envoyé par Lynk HIROSUE
    Bon, j'ai trouvé où était le problème... en faite il me cherchait ejb-jar.xml dans le repertoire generated. Et ceci n'est qu'après avoir fait le XDoclet. Donc, on a fait ça... et là ça fonctionne... SAUF, (et oui, ça aurait été trop beau), sauf (donc) pour le tag <basedir>. Il ,ne veut pas que je choississe de répertoire de destination ; il me met :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    Diagnosis: Error configuring: org.apache.maven.plugins:maven-ejb-plugin. Reason: ERROR: Cannot override read-only parameter: basedir in goal: ejb:ejb
    Donc, bon... Si quelqu'un a une solution... Onegaishimasu
    basedir est une propriété en read-only, donc tu ne peux la modifier. Elle correspond au répertoire de génération de l'ejb (${project.build.outputDirectory}) donc, si tu veux un autre répertoire, tu dois modifier l'outputDirectory dans ton pom

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
     
    <project>
      <build>
        <outputDirectory></outputDirectory>
      </build>
    </project>

  16. #16
    Membre du Club Avatar de Lynk HIROSUE
    Homme Profil pro
    Analyste-programmeur
    Inscrit en
    Mai 2006
    Messages
    87
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Analyste-programmeur
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mai 2006
    Messages : 87
    Points : 47
    Points
    47
    Par défaut
    Citation Envoyé par evenisse
    basedir est une propriété en read-only, donc tu ne peux la modifier. Elle correspond au répertoire de génération de l'ejb (${project.build.outputDirectory}) donc, si tu veux un autre répertoire, tu dois modifier l'outputDirectory dans ton pom

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
     
    <project>
      <build>
        <outputDirectory></outputDirectory>
      </build>
    </project>
    Merci, j'en prend note...

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [maven 2] plugin jar
    Par Lynk HIROSUE dans le forum Maven
    Réponses: 30
    Dernier message: 17/08/2007, 17h23
  2. [C#] Encore moi et mes API
    Par Tranber dans le forum Windows Forms
    Réponses: 8
    Dernier message: 17/07/2007, 19h33
  3. Réponses: 15
    Dernier message: 31/08/2006, 16h28
  4. [Maven 2] plugin changes
    Par hugo123 dans le forum Maven
    Réponses: 25
    Dernier message: 23/08/2006, 15h50
  5. Plugin EJB : outputDIrectory
    Par DanielW33 dans le forum Maven
    Réponses: 1
    Dernier message: 09/08/2006, 16h59

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