-
did you added the dependency to the plugin and not the pom in general?.
2009-11-08 21:05:21 UTC in Taylor
-
Yes, you can have complete control over what is generated. The out of the box templates are for a particular target architecture. You can customize for your desired target architecture. There are several options:
- Preferences
- Maven Stereotype
http://taylor.sourceforge.net/index.php/Generate_Code
- Custom Plug-in
http://taylor.sourceforge.net/index.php/Writing_...
2009-11-08 20:54:06 UTC in Taylor
-
you are probably using a version of maven higher than 2.0.9.
in the qa project pom.xml try adding the following dependencies to the antrun plugin
</tasks>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.1</version>.
2009-10-28 22:31:25 UTC in Taylor
-
are you using jboss version 4.2.3 provided by the taylor maven repo?
this page provides more details: http://taylor.sourceforge.net/index.php/Package_and_Deploy
i usually just use the instance created under the qa/target/install directory, which is created using -Ptest.
2009-10-13 21:51:18 UTC in Taylor
-
i assume you are referring to the script generated by the hibernate3-maven-plugin in the jpa project's pom.xml.
See the hibernate3-maven-plugin docs for details. But essentially to can specify the appropriate driver in this file: src/test/resources/hbm2ddl.properties
Thanks for your interest!
2009-10-13 02:27:39 UTC in Taylor
-
are you in the java perspective?
have you run mvn eclipse:eclipse?
have you added the M2_REPO classpath variable?.
2009-10-09 18:04:06 UTC in Taylor
-
jgilbert01 committed revision 2878 to the Taylor SVN repository, changing 3 files.
2009-10-08 16:19:58 UTC in Taylor
-
jgilbert01 committed revision 2877 to the Taylor SVN repository, changing 4 files.
2009-10-08 16:16:22 UTC in Taylor
-
so this is probably the first time you have tried a build. the tutorial recommends doing a preliminary generation and build after creating the model to put these in your local repo.
http://taylor.sourceforge.net/index.php/Create_a_Model
if you are further along the process then just run this from the master project.
mvn clean install -Dmaven.test.skip=true
so long as there are no...
2009-10-08 14:58:31 UTC in Taylor
-
jgilbert01 committed revision 2875 to the Taylor SVN repository, changing 12 files.
2009-10-07 18:38:11 UTC in Taylor