Hi Jeff!
Did you install manually this JAR in your local repository ?
No. Maybe I should explain it again:
I downloaded it from the repository:
http://repo1.maven.org/maven2/com/incors/plaf/kunststoff/2.0.2/
and there is the jar file, but no pom file. And so maven tries to
download the pom on every build.
I think that I could fix it locally, but as it is an open source
projects the jar will be used from other developers.
Couldn't one create the pom in the repository?
Regards,
Peter.
PS: the pom should look like the following I think:
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com/incors/plaf</groupId>
<artifactId>kunststoff</artifactId>
<version>2.0.2</version>
<description>A nice look and feel.</description>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]