Yes, it appears to be working now. I'm unsure why it wasn't working
earlier, I was using the proper settings for the repository location
and proper groupId and artifactID
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-2-SNAPSHOT</version>
</dependency>
</dependencies>
<repository>
<id>people.apache.org-m2-snapshot-repository</id>
<name>Apache Snapshot Maven Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<updatePolicy>daily</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
Thanks again,
Mark
In article <[EMAIL PROTECTED]> Tim Kettler
<[EMAIL PROTECTED]>wrote:
> Hi,
> this works for me without problems:
> [...]
> <plugin>
> <artifactId>maven-assembly-plugin</artifactId>
> <version>2.2-beta-2-SNAPSHOT</version>
> <plugin>
> [...]
> What exactly is your problem? Have you configured the the Apache
> snapshot repository [1]?
> -Tim
> [1]
> http://maven.apache.org/guides/development/guide-plugin-snapshot-repos
> itories.html
> Mark Diggory schrieb:
>> I'm having difficulty getting Maven to detect the
>> maven-assembly-plugin snapshots at
>> http://people.apache.org/repo/m2-snapshot-repository. While I can
>> download maven-assembly-plugin-2.2-SNAPSHOT the wierd "beta-N"
>> numbering scheme seems to be confusing Maven. Is there any way we
>> can get a new SNAPSHOT under 2.2-SNAPSHOT or lose the number on the
>> "beta" in people?
>>
>> thanks,
>> Mark Diggory
>>
>> ~~~~~~~~~~~~~
>> Mark R. Diggory - DSpace Systems Manager
>> MIT Libraries, Systems and Technology Services
>> Massachusetts Institute of Technology
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]