hello,

We currently use ant and jaxbe in our project, but I'm switching us to
maven and because of the simplicity of using jaxme with maven, I'm
trying to switch to jaxme to. I have the following in my pom.xml, but
when I run "mvn jaxme:jaxme" I get no output and no errors. Please help!

This in the POM:

      <plugin>
        <groupId>org.apache.ws.jaxme</groupId>
        <artifactId>maven-jaxme-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>jaxme</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <bindings>
            <value>datadefs/bindings.xjb</value>
          </bindings>
          <schemas>
            <schema>datadefs/main.xsd</schema>
          </schemas>
        </configuration>
      </plugin>

Gets me this:

[EMAIL PROTECTED]:~/src/software/java/trunk$ mvn jaxme:jaxme
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jaxme'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building Unnamed - com.kiva:MHS:jar:0.0.1
[INFO]    task-segment: [jaxme:jaxme]
[INFO]
----------------------------------------------------------------------------
[INFO] [jaxme:jaxme]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Aug 02 11:46:36 EDT 2007
[INFO] Final Memory: 4M/8M
[INFO]
------------------------------------------------------------------------

Any help would be appreciated, thanks!

-Josh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to