Hi

I want to use the open-jpa maven plguin for enhancig my entity classes, I
cant get å hold of it. I my pom I've got this

<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>openjpa-maven-plugin</artifactId>
                <configuration>
                    <!-- Pass properties to the Plugin here -->
                    <toolProperties>
                        <property>
                            <name>addDefaultConstructor</name>
                            <value>true</value>
                        </property>
                        <property>
                            <name>enforcePropertyRestrictions</name>
                            <value>true</value>
                        </property>
                    </toolProperties>
                </configuration>
            </plugin>

But dont know what repository I should set, if I  don't set any I get build
error

Any tips?

cheers, Håkon

-- 
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

Reply via email to