It's like that, i've removed smc, developers... and renamed any tags Fredy
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>xxx</groupId> <artifactId>yyy_common</artifactId> <packaging>jar</packaging> <version>1.0-SNAPSHOT</version> <name>xxx</name> <url>xxx</url> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc-api</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>axis</groupId> <artifactId>axis</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xerces</artifactId> <version>2.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.3.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> </dependencies> <build> <sourceDirectory>src/main</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> </build> </project> "Maven Users List" <[email protected]> schrieb am 17.01.06 03:22:14: Hi there, Could you paste your pom? Thanks, -allan [EMAIL PROTECTED] wrote: >Hey, >I've allready read that, and install the files! > >There are in my local repository: > >mavenRepository >|- javax > |- activation > |- activation > |- 1.0.2 > |- activation-1.0.2.jar > |- activation-1.0.2.pom > |- activation-1.0.2.pom.sha1 > >Fredy > >"Maven Users List" <[email protected]> schrieb am 16.01.06 22:49:34: > >http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > >-Stephen > >On 1/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >>I've already installed these files in my localRepository, but theres is alwas >>the same error: >> >>required artifacts missing: >> javax.mail:mail:jar:1.3.3 >> javax.activation:activation:jar:1.0.2 >> javax.xml:jaxrpc-api:jar:1.1 >> >>for the artifact: >> yyy:xxx:jar:1.0-SNAPSHOT >> >>from the specified remote repositories: >> central (http://repo1.maven.org/maven2) >> >>I use the following args for my rep.: >> >>mvn >>-Dorg.apache.maven.global-settings=K:\_meineDateien\developmentNeu\mavenRepository >> compile >> >>any idea?? >> >>Thanks Fredy >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > >-- >Stephen Duncan Jr >www.stephenduncanjr.com > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > <hr> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mit freundlichen Grüßen Fred Robert Hauschel http://www.Hauschel.de Mobil: 0179 - 6917092 Telefon: 07427 - 91179 Fax: 07427 - 91178 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
