Le 25 avr. 2013 16:26, "Stephane-3" a écrit :
[Snip]
> I'm then trying to specify a source directory, with the following:
>
>
${basedir}/core/src/main/java/com/thalasoft/learnintouch/core/jpa/domain
Why do you define sourceDirectory? Its default value is already
${basedir}/src/main/java
-- Bapti
Hi,
this plugin is not written by the Maven team.
Either contact the developer of this plugin or try the apt-maven-plugin
from the Mojo team[1]
Robert
[1] http://mojo.codehaus.org/apt-maven-plugin/
Op Thu, 25 Apr 2013 16:07:56 +0200 schreef Stephane-3
:
I'm trying to use a plugin that
I'm trying to use a plugin that should generate some source code.
But when I run the Maven build with the mvn generate-sources command, it
gives the following error:
[ERROR] Failed to execute goal
com.mysema.maven:maven-apt-plugin:1.0.4:process (default) on project
learnintouch: basedir
/home/ste
Hi Kathryn
Kathryn Huxtable wrote:
> I'm not the requestor, but it seems like time stamp would be reasonable.
> But you also have a "forceCreate" config (or something like that, it's
> been a few weeks since I last typed it.) They could just use that and
> always generate the file.
Simply clean
I'm not the requestor, but it seems like time stamp would be reasonable. But
you also have a "forceCreate" config (or something like that, it's been a few
weeks since I last typed it.) They could just use that and always generate the
file.
-K
On Apr 25, 2013, at 5:20 AM, Baptiste MATHUS wrote:
How would you like it to detect that file was changed?
If you can come up with a sensible way of doing that, please just file a
JIRA and we could look into it.
Even better, if you can provide a good patch I can take apply it.
Cheers
2013/4/25 Markus Karg
> I am using xml-maven-plugin to genera
On 25.04.2013, at 10:13, "Markus Karg" wrote:
> I am using xml-maven-plugin to generate Java code from XML:
>
>
>
> org.codehaus.mojo
>
> xml-maven-plugin
>
> 1.0
>
>
>
>
>
>generate-sources
>
>
>
>
Hi Markus,
Markus Karg wrote:
> I am using xml-maven-plugin to generate Java code from XML:
>
>
>
>org.codehaus.mojo
>
>xml-maven-plugin
>
>1.0
>
>
>
>
>
> generate-sources
>
>
>
>
I am using xml-maven-plugin to generate Java code from XML:
org.codehaus.mojo
xml-maven-plugin
1.0
generate-sources
transform
T