Hi All, [note newby]
1. I've been given a third-party jar which forms part of the acceptance tests that need to be run for my deliverable. This jar needs to be available for compilation and run of my tests. I don't think the jar really belongs in my repository because it's not really a deliverable, although I may receive different versions of it that I may need to incorporate. 2. I'm also struggling with the relationship between the repository into-which I will (ultimately) place my built artifacts, and my source-code control system (SVN) into-which I am currently checking my source code. Should maven take care of this for me, or should I carry on as I am.
My SVN repository looks like this:

+- branches
+- tags
+- trunk
  +- pom.xml
  +- src
  |  +- main
  |  |  +...
  |  +- test
  |  |  +...
  +- target
     +...

3. This is a little unsatisfactory since the target lives inside the checkout area (hence risk of checking it in).
Any thoughts?
Help.
Thanks,
Huw
--
Huw Roberts



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to