I thought you put it under qtjambi.sourceforrge.net , your not member ? It may sound better to have qtjambi.sourceforge.net/maven2 rather then http://dz-msk.users.sourceforge.net/maven2/ .
On Tue, Jan 19, 2010 at 5:03 PM, Dusan Zatkovsky <[email protected]> wrote: > Hi there. > > I have published qtjambi maven repository. It is based on 4.5.2_01 release. > > It is at http://dz-msk.users.sourceforge.net/maven2/ > > To use qtjambi in your maven project, just add into your pom.xml: > > <repositories> > <repository> > <id>qtjambi</id> > <name>qtjambi-sf-net</name> > <url>http://dz-msk.users.sourceforge.net/maven2/</url> > </repository> > </repositories> > > > <dependencies> > <dependency> > <groupId>net.sf.qtjambi</groupId> > <artifactId>QtJambi</artifactId> > <version>4.5.2_01</version> > </dependency> > </dependencies> > > <build> > <plugins> > <!-- gtjambi plugin --> > <plugin> > <groupId>net.sf.qtjambi</groupId> > <artifactId>QtJambiMavenPlugin</artifactId> > <executions> > <execution> > <id>qtjambi</id> > <goals> > <goal>generate</goal> > </goals> > </execution> > </executions> > <configuration> > <sourcesDir>src/main/java</sourcesDir> > > <qmDirectory>src/main/resources/translations</qmDirectory> > <noObsoleteTranslations>true</noObsoleteTranslations> > </configuration> > </plugin> > </plugins> > </build> > > > Take a look at example project at > > http://dz-msk.users.sourceforge.net/maven2/net/sf/qtjambi/testapp/SimpleQtApplication/0.1/ > > -- > Dusan > _______________________________________________ > Qt-jambi-interest mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest > -- Best Regards / S Pozdravom Rene Dohan http://inno-a-dev.blogspot.com http://inno-coherences.blogspot.com/ http://inove-recepty.blogspot.com http://www.facebook.com/profile.php?ref=name&id=1845806240 http://www.qualityunit.com
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
