Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
METAGEN-65 Updating the configuration of the maven annotation process…
…or plugin
  • Loading branch information
hferentschik authored and stliu committed Nov 11, 2013
1 parent 0f1cc39 commit 105748e
Show file tree
Hide file tree
Showing 109 changed files with 695 additions and 868 deletions.
10 changes: 7 additions & 3 deletions tooling/metamodel-generator/src/main/docbook/en-US/master.xml
Expand Up @@ -372,22 +372,26 @@ cq.where( cb.equal(itemNode.get(Item_.id), 5 ) ).distinct(true);
<programlisting language="XML" role="XML">&lt;plugin&gt;
&lt;groupId&gt;org.bsc.maven&lt;/groupId&gt;
&lt;artifactId&gt;maven-processor-plugin&lt;/artifactId&gt;
&lt;version&gt;1.3.7&lt;/version&gt;
&lt;version&gt;2.0.5&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;process&lt;/id&gt;
&lt;goals&gt;
&lt;goal&gt;process&lt;/goal&gt;
&lt;/goals&gt;
&lt;phase&gt;process-sources&lt;/phase&gt;
&lt;phase&gt;generate-sources&lt;/phase&gt;
&lt;configuration&gt;
&lt;processors&gt;
&lt;processor&gt;org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor&lt;/processor&gt;
&lt;/processors&gt;
&lt;/configuration&gt;
&lt;/execution&gt;
&lt;/executions&gt;
&lt;dependencies&gt;
&lt;dependency&gt;
&lt;groupId&gt;org.hibernate&lt;/groupId&gt;
&lt;artifactId&gt;hibernate-jpamodelgen&lt;/artifactId&gt;
&lt;version&gt;&version;&lt;/version&gt;
&lt;scope&gt;compile&lt;/scope&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;
&lt;/plugin&gt;</programlisting>
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.hibernate.jpamodelgen;

import javax.persistence.AccessType;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.hibernate.jpamodelgen;

import java.io.IOException;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.hibernate.jpamodelgen;

import java.util.ArrayList;
Expand Down

0 comments on commit 105748e

Please sign in to comment.