Hello -

I am just getting started with Lift and used the "Hello, World"
archetype lift-archetype-blank (tried 1.1-M8 & 2.0-M1) and both fail
to build successfully from the specified public Maven repositories
with:

Missing:
----------
1) net.sf.retrotranslator:retrotranslator-runtime:jar:1.2.1
...
 Path to dependency:
        1) net.sf.alchim:yuicompressor-maven-plugin:maven-plugin:0.7.1
        2) net.sf.retrotranslator:retrotranslator-runtime:jar:1.2.1

I stfw'd a bit and found Apache Tiles was able to resolve it (http://
tiles.apache.org/2.0/framework/tiles-assembly/dependencies.html ->
"Dependency Repository Locations" -> "Artifact" ->
"net.sf.retrotranslator:retrotranslator-runtime:jar:1.2.1") at
"atlassian-public"/ "https://maven.atlassian.com/repository/public";,
however I have still failed to determine the correct Maven pom
incantation to get this to install itself.  I tried:

  <repositories>
    <repository>
      <id>scala-tools.releases</id>
      <name>Scala-Tools Maven2 Repository for Releases</name>
      <url>http://scala-tools.org/repo-releases</url>
    </repository>
    <repository>
      <id>atlassian-public</id>
      <url>https://maven.atlassian.com/repository/public</url>
    </repository>
  </repositories>

and for good measure

  <pluginRepositories>
    <pluginRepository>
      <id>scala-tools.org</id>
      <name>Scala-Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </pluginRepository>
    <pluginRepository>
      <id>atlassian-public</id>
      <url>https://maven.atlassian.com/repository/public</url>
    </pluginRepository>
  </pluginRepositories>

Ultimately, I just removed the offending plugin:
      <plugin>
        <groupId>net.sf.alchim</groupId>
        <artifactId>yuicompressor-maven-plugin</artifactId>
        ...
      </plugin>

This was a lot bumpier than I was hoping for, but a typical Maven
experience :/  Anyone know what the proper course of action is here ?
Add some other repo (maybe in some other way), or something else?  Are
1.1-M8 and/or 2.0-M1 just not meant for folks to try out?  I'll see if
1.0.3 is the same and report back.

Thanks in advance,
- Luke

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to