guchenbo / simple-build-tool

Automatically exported from code.google.com/p/simple-build-tool
Other
0 stars 0 forks source link

Managed Dependencs using a pom.xml and ManagedStyle.Maven #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem (please be specific)?

With a pom.xml and "override def managedStyle = ManagedStyle.Maven" in 
project/build/Project.scala, running the update action doesn't find any 
dependencies that I have declared in the pom.xml. I've attached a project which 
shows this.

What is the expected behavior? What do you see instead?

I'd expect lib_managed to still be filled with the dependencies

What versions of the following are you using?

Java: 1.6.0_22
Scala: 2.7.7
sbt: 0.7.4
Operating system: Mac OSX 10.6

Please provide any additional information below.

Original issue reported on code.google.com by luke.amdor@gmail.com on 2 Nov 2010 at 2:24

Attachments:

GoogleCodeExporter commented 9 years ago
Inline configuration, including publishing configuration, cannot be mixed with 
external configuration, like pom.xml.  (see 
http://code.google.com/p/simple-build-tool/wiki/LibraryManagement#Automatic_Depe
ndency_Management)

Original comment by dmhar...@gmail.com on 29 Nov 2010 at 1:35