[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /Users/graham/Development/code/idea-sbt-plugin/sbt-plugin/target/sbt-plugin-1.3.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building sbt-dist
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:attached {execution: make-assembly}]
[INFO] Reading assembly descriptor: src/main/assembly/dist.xml
[WARNING] Cannot include project artifact: net.orfjackal.idea-sbt-plugin:sbt-dist:pom:1.3.2-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building zip: /Users/graham/Development/code/idea-sbt-plugin/sbt-dist/target/idea-sbt-plugin-1.3.2-SNAPSHOT.zip
[WARNING] Assembly file: /Users/graham/Development/code/idea-sbt-plugin/sbt-dist/target/idea-sbt-plugin-1.3.2-SNAPSHOT.zip is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
When attempting to package I get
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /Users/graham/Development/code/idea-sbt-plugin/sbt-plugin/target/sbt-plugin-1.3.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building sbt-dist [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [assembly:attached {execution: make-assembly}] [INFO] Reading assembly descriptor: src/main/assembly/dist.xml [WARNING] Cannot include project artifact: net.orfjackal.idea-sbt-plugin:sbt-dist:pom:1.3.2-SNAPSHOT; it doesn't have an associated file or directory. [INFO] Building zip: /Users/graham/Development/code/idea-sbt-plugin/sbt-dist/target/idea-sbt-plugin-1.3.2-SNAPSHOT.zip [WARNING] Assembly file: /Users/graham/Development/code/idea-sbt-plugin/sbt-dist/target/idea-sbt-plugin-1.3.2-SNAPSHOT.zip is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
and no built package appears ?
Any ideas ?
Thanks