Serving static content

2007-08-01 Thread Dmitriy Voloshchuk
Hello, I'd like to share test results which start with continuum by using jetty web server in continuum. Is it possible to configure jetty to server static content like http://docs.codehaus.org/display/JETTY/Static+Content ? Regards, D.

RE: can not add installations (jdk/maven/ant versions) on profile

2007-08-01 Thread LAMY Olivier
Hi, The scenario looks good (have you looked at the profile list page ? ) Something in the logs (maybe an error) ? -- Olivier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 1 août 2007 15:08 À : continuum-users@maven.apache.org Cc :

RE: can not add installations (jdk/maven/ant versions) on profile

2007-08-01 Thread remi . chevalier
On the profile list page there is the name of my profile but nothing in the Installations field. I found a warning in the logs : INFO | jvm 1| 2007/08/01 15:27:56 | 2007-08-01 15:27:56,009 [SocketListener0-1] WARN ConfigurationFactory - No configuration found. Configuring

RE: First build errors

2007-08-01 Thread Randall Fidler
Jesse, Thanks, I'll change over to the version you specified and see what I get there. Regards, Randall -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:28 PM To: continuum-users@maven.apache.org Subject: Re: First build errors

can not add installations (jdk/maven/ant versions) on profile

2007-08-01 Thread remi . chevalier
Hi, I'm happy with the new features in Continuum 1.1 beta about configurations of different jdk/maven/ant versions and environment variables definition, but I have a problem: I can't add any installation on a profile. I created two installations, I can create a profile, I see the combo-box

What name use for search the submodules in the repository?

2007-08-01 Thread Martin Alejandro Villalobos
Hello, I've a question. I've a project with a set of submodules. When I add the projects adding the pom's URL, Contiuum add all submodules together. Wich is the name that use continuum for search in SVN repository and add submodules? May be the name that there is in artifactIdartifactId

Re: Very odd central maven repo problem

2007-08-01 Thread Paul Smith
On 01/08/2007, at 4:01 PM, Milos Kleint wrote: AFAIK that's intentional. To avoid people downloading the whole repo through wget. rsynch is the preferred method I think. Then why is curl not rejected? Why is Archiva failing? Why is my local mvn retrieval also failing? I'm happy to

Re: Very odd central maven repo problem

2007-08-01 Thread Wayne Fay
Others have reported similar problems with wget. Without knowing this for certain, I would assume that the repo1 owners simply do not like people using wget to pull their entire repo down, so they might be blocking it somehow. I believe the Maven website instructs people to use rsync if they want

Re: Very odd central maven repo problem

2007-08-01 Thread Paul Smith
It looks like your running a *nix, but can you tell us specifically what OS, JDK version, Maven version, etc? We've had Windows users run into similar problems who were having troubles due to overzealous antivirus software, etc. maven 2.0.6 running on both OSX and RedHat EL3 (happens across

Re: repository with latest hibernate jars ?

2007-08-01 Thread Christopher Kolstad
Have you looked at the http://repo1.maven.org/maven2/org/hibernate/hibernate repo. They've got both the 3.2.4ga and 3.2.4sp1, but no 3.2.5 yet. Christopher On 8/1/07, nicolas de loof [EMAIL PROTECTED] wrote: Is there a maven repository with latest hibernate jars ? I've looked at

repository with latest hibernate jars ?

2007-08-01 Thread nicolas de loof
Is there a maven repository with latest hibernate jars ? I've looked at http://repository.jboss.org/ but is doesn't contain the latest 3.2.5, neither 3.2.4.ga. Does anybody at jboss use maven ?

Re: repository with latest hibernate jars ?

2007-08-01 Thread Geoffrey De Smet
Carlos (or someone else?) used to take care of high-quality hibernate poms (but not for validator etc). I believe the hibernate guys are writing a maven poc, when I looked last at their svn. I also send a mail with some pointers on their pom.xml's (such as plugin version lock down, use of

Re: repository with latest hibernate jars ?

2007-08-01 Thread nicolas de loof
Sure, I allready searched the maven public repo. But none of the latests hibernate jars are available there. So I'm just curious if jboss/hibernate developers use a custom maven repo to deploy latest artifacts (and maybe snapshots), like spring does. 2007/8/1, Christopher Kolstad [EMAIL

Re: List dependencies NOT used

2007-08-01 Thread Marcel Schutte
Take a look at the dependency plugin. It has a goal analyze-dependencies. - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: users@maven.apache.org Sent: Wednesday, August 1, 2007 10:30:03 AM Subject: List dependencies NOT used Hi, Is it possible to get a list of

List dependencies NOT used

2007-08-01 Thread Gunnar.Bostrom
Hi, Is it possible to get a list of decencies that are defined in the pom.xml file but are NOT used anymore in the module/project? I'm using mvn 2.0.7. Regards Gunnar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: continuum 1.0.3 build errors but mvn fine

2007-08-01 Thread John Coleman
This is on Windows Server 2003. As continuum runs as a service it uses the Local System profile. Perhaps there is an issue there. As a long shot, I provided the proxy server settings and it works now, even though all dependencies were already in the local repo?! Maybe I should switch maven to

WebLogic Deployment - class not found error

2007-08-01 Thread Anton Schoultz
Hi all, I am trying to get deployment to a WebLogic Server (9.2.x) working. Deployment will be to local box (win xp) or to a remote server so I am trying to do this as a remote deployment - with the local box as the target (if that makes sense?) so retargeting the deployment should be simple

Executable jar : lib inclusion

2007-08-01 Thread CARUANA JEAN-PHILIPPE
Hi, I try to write a small swing client to test our EJB. The Ejb is deployed on a Weblogic 8.1 server. I made an executable jar file (thanks to http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-ja r.html) so when I run java -jar myJar.jar, it works fine. But the generated jar

SV: List dependencies NOT used

2007-08-01 Thread Gunnar.Bostrom
Hi, Thanks, that was what I was looking for. Some unused compile dependencies, like javax.mail, it was complaining for are actually used in runtime, but that is of cause not possible to check for, and I should change the scope to runtime. Regards Gunnar -Ursprungligt meddelande-

RE: FEST - Fixtures for Easy Software Testing - in a Maven repository?

2007-08-01 Thread Jeff Jensen
Search here: http://www.mvnrepository.com/ -Original Message- From: Vihung Marathe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 7:07 AM To: Maven User Group Subject: FEST - Fixtures for Easy Software Testing - in a Maven repository? Can anyone here tell me if the released

FEST - Fixtures for Easy Software Testing - in a Maven repository?

2007-08-01 Thread Vihung Marathe
Can anyone here tell me if the released JARs for FEST - Fixtures for Easy Software Testing (http://code.google.com/p/fest/) - are available through the central repository (or any other Maven accessible repository)? The currently released version is 0.4

Re: Multi-level project directories hierarchy

2007-08-01 Thread DCVer
Still noone? %-| DCVer wrote: Hi all I am thinking about such a problem: I add a multi-level project to Continuum by choosing path to main (root) project pom.xml file on the svn. Continuum automatically adds all subprojects of the main project. I would like to build any of the

RE: FEST - Fixtures for Easy Software Testing - in a Maven repository?

2007-08-01 Thread nick_stolwijk
I don't see the jars in the central repository (Checked through www.mvnrepository.com), but I do see other google code projects releases in the repository. If you want them in the repository, you can have a look at [1] Hth, Nick Stolwijk [1]

RE: FEST - Fixtures for Easy Software Testing - in a Maven repository?

2007-08-01 Thread Vihung Marathe
Thanks all. I notice that at there is a Maven 2 repository in the projects SVN trunk http://fest.googlecode.com/svn/trunk/fest/m2/repository/. I am not sure if it is a good idea to use the SVN trunk as a repository, but it works -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: continuum 1.0.3 build errors but mvn fine

2007-08-01 Thread Jesse McConnell
ah, if I remember right there was something that needed to be done to make that work right for windows...but danged if I remember what...I just don't do windows much. glad you got it working :) jesse On 8/1/07, John Coleman [EMAIL PROTECTED] wrote: This is on Windows Server 2003. As continuum

Re: WebLogic Deployment - class not found error

2007-08-01 Thread Scott Ryan
I would crack open the weblogic.jar to make sure that class is in the jar that you have labeled weblogic-9.2.jar in your repository. Since the system is not complaining about not being able to find the jar it must be there but I have seen many people mislabeling the jars or sending empty

Maven Wagon

2007-08-01 Thread robert . egan
Is there additional information on Wagon besides http://maven.apache.org/wagon ? This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error

Tests fail (class not found) when running against non-standard local repository location

2007-08-01 Thread Vihung Marathe
When running maven with a non standard location for the local repository, it seems that maven cannot find the JUnit classes. As soon as I use the default repository location, everything works fine. The contents of both local repositories are identical. I have ensured this by deleting and copying

Re: repository with latest hibernate jars ?

2007-08-01 Thread Wayne Fay
As (nearly) always, if artifacts are not available in Maven repo, blame the vendor. ;-) But seriously, if enough customers of JBoss/Hibernate ask for Maven support, eventually it will become part of their normal release cycle. At that point, the latest and greatest hibernate jars will (should)

[m2] Trying to create archetype...

2007-08-01 Thread Mick Knutson
I have a mock module that I want to make into an archetype. I have my pom.xml: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation= http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;

Re: Tests fail (class not found) when running against non-standard local repository location

2007-08-01 Thread Wayne Fay
Off the top of my head, the only thing I could think would be if, by redirecting the localRepo, you're running into max lengths of paths on Windows, or maxing out the -classpath argument length. It is certainly an odd problem, and I've never seen it myself, nor seen it reported on this list. In

RE: Tests fail (class not found) when running against non-standard local repository location

2007-08-01 Thread Vihung Marathe
No. Actually in the case that works, the command line is longer (because the default repository location includes the Documents and Settings directory on Windows). -- Vihung -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 4:47 PM To: Maven

RE: Deploying EAR project to Weblogic

2007-08-01 Thread Vaidya, Supriya A (US - Chicago)
Yup... confirmed this: I switched to JDK 1.5 and was able to run the appc command successfully. Looks like the weblogic-maven plugin is not compatible with the JDK1.6, or additional libraries/changes are needed that I missed... ideas?? From: Vaidya, Supriya A (US

Cargo local deployer context name

2007-08-01 Thread Aaron Zeckoski
I am trying to use the documentation at http://cargo.codehaus.org/Maven2+Plugin+Reference+Guide to deploy a WAR file (using the StalledLocalDeployer) via the filesystem into a Tomcat container (which may not be currently running). By my reading, the following plugin configuration plugin

Re: Parent POM, properties and scm problem

2007-08-01 Thread Oscar Picasso
The current Maven behaviour is fine for multimodule projects. However I am trying to write a organizational POM that all my projets would inherited and wanted to avoid duplication of the scm section. So in case of independent projects it does not make sense to put all them inside the same trunk.

Re: [m2] Trying to create archetype...

2007-08-01 Thread Raphaël Piéroni
This is because you did mvn archetype:create in a directory containing a project. And that project has its packaging different from 'pom'. Considering a directory tree of projects, projects descriptors (pom.xmlfiles) located in the leaves of that tree are not constrained but descriptors located

Re: [m2] Trying to create archetype...

2007-08-01 Thread Mick Knutson
SO how can I create an archetype from an existing module I have? On 8/1/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: This is because you did mvn archetype:create in a directory containing a project. And that project has its packaging different from 'pom'. Considering a directory tree of

Re: [m2] Trying to create archetype...

2007-08-01 Thread Raphaël Piéroni
archetype:create purpose is to create a project from a defined archetype to create an archetype, you have the archetype:create-from-project goal Raphaêl 2007/8/1, Mick Knutson [EMAIL PROTECTED]: SO how can I create an archetype from an existing module I have? On 8/1/07, Raphaël Piéroni

Eclipse plugin

2007-08-01 Thread Lautaro Brasseur
Hi, I'm using eclipse:eclipse target in order to build Eclipse files form a multilevel Maven 2 project. The problem is that I have some artifacts that have the same ID (but different group). Eclipse plugin creates them with the same name. I looked at the source code of

Re: Cargo local deployer context name

2007-08-01 Thread Wayne Fay
Cargo questions should generally be sent to the Cargo Users list: [EMAIL PROTECTED] Wayne On 8/1/07, Aaron Zeckoski [EMAIL PROTECTED] wrote: I am trying to use the documentation at http://cargo.codehaus.org/Maven2+Plugin+Reference+Guide to deploy a WAR file (using the StalledLocalDeployer)

Maven-Weblogic: NoClassDefFoundError for JAR in an EAR

2007-08-01 Thread Vaidya, Supriya A \(US - Chicago\)
Hi: I have been able to successfully run a mvn weblogic:appc on my EAR file which contains: 1. the EJB-JAR.jar 2. the web .war file 3. and a lib/genericPOJO.jar file - that is used by boththe EJB-JAR and the Web files. However, on executing the mvn weblogic:deploy command, I immediately get

Re: Eclipse plugin

2007-08-01 Thread Heinrich Nirschl
On 8/1/07, Lautaro Brasseur [EMAIL PROTECTED] wrote: Hi, I'm using eclipse:eclipse target in order to build Eclipse files form a multilevel Maven 2 project. The problem is that I have some artifacts that have the same ID (but different group). Eclipse plugin creates them with the same

Is it possible to chain builds?

2007-08-01 Thread mstepanenko
Is there ANY way to chain projects so that a successful build of one project kicks off a build of another project? I am using maven if that heps at all. I am open to any suggestions. Thanks! -- View this message in context:

permissions on a file after assemby...

2007-08-01 Thread Bob Aiello
I have a file that ends up being created with some permissions that are not what I expected. Is this a (known) maven bug or does anyone have a suggestion on how I can debug this. ls -lt total 4 ---x-wx--- 1 user user 125 Aug 1 2007 myfile.xml

[M2] How to get the manifest configuration

2007-08-01 Thread Yann Albou
Hello, I am writting a M2 plugin in which I need to access to The Manifest Information. Based on the Maven Project (MavenProject project) I was expected to get a method like project.getManifestConfiguration() but it doesn't exist. I have also tried to play with the MavenArchiver component

Re: Maven tries to resolve artifact in the reactor to SNAPSHOT version in Apache Tuscany build

2007-08-01 Thread Luciano Resende
Just trying to give some updates here... looks like this recent build issues we are having might be a side effect of the fix for Maven JIRA MNG-1577 [1], some more details are available here [2] and [3]. While we investigate the issue further, a possible workaround (that worked for me) is to move

Re: Attempting to use continuum-1.1-beta1

2007-08-01 Thread Jesse McConnell
looks like the scheduleId wasn't set on the build definition... could you by chance replicate exactly what you did to reproduce this and give us a step by step flow wise? jesse On 8/1/07, Eric Miles [EMAIL PROTECTED] wrote: I am a current user of continuum 1.0.3 and am evaluating 1.1beta1.

Re: Is it possible to chain builds?

2007-08-01 Thread Jesse McConnell
via the dependency mechanism... if one project is dependent upon another and the dependency builds, then the dependent should then build.. past that, no not in 1.1 that I can think of jesse On 8/1/07, mstepanenko [EMAIL PROTECTED] wrote: Is there ANY way to chain projects so that a

Re: How to add an extra process step prior to war target Q

2007-08-01 Thread Dan Tran
http://mojo.codehaus.org/retrotranslator-maven-plugin/ On 8/1/07, fmuhlenberg [EMAIL PROTECTED] wrote: I have a process question My project develops and compiles using Java 1.5. However, we deploy to an application server (Oracle) that accepts only Java 1.4 classes. I use a tool,

Re: How to add an extra process step prior to war target Q

2007-08-01 Thread fmuhlenberg
Naturally, now I find this: http://mojo.codehaus.org/retrotranslator-maven-plugin/ Retrotranslator Maven Plugin -- View this message in context: http://www.nabble.com/How-to-add-an-extra-process-step-prior-to-war-target-Q-tf4202691s177.html#a11954149 Sent from the Maven - Users mailing list

RE: First build errors

2007-08-01 Thread Randall Fidler
Hello, I've got 1.1-beta-1 running now and now I don't find as many configuration options in the /apps/continuum/conf/application.xml. I have started and then restarted the service but it doesn't seem to unpack the system, as detailed here

Re: JAXP DocumentBuilderFactory not found by maven-antrun-plugin initiated Ant

2007-08-01 Thread Sahoo
Hi Abe, Thanks, that worked. Why is it not able to load com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl.class which is actually present in jre/lib/rt.jar? Is this a known bug in maven or ant? If yes, what's the bug number? Thanks, Sahoo Developer Abe wrote: Hi Sahoo,

Re: Executable jar : lib inclusion

2007-08-01 Thread Jo Vandermeeren
Hi Jean-Philippe, Of course the dependencies are not packaged with your jar. What do you expect? An executable jar is simply a jar with a Main-Class property in its manifest. In fact, a jar can not include other jars, unless you supply a custom jar classloader to actually load the resources

How to add an extra process step prior to war target Q

2007-08-01 Thread fmuhlenberg
I have a process question My project develops and compiles using Java 1.5. However, we deploy to an application server (Oracle) that accepts only Java 1.4 classes. I use a tool, http://retroweaver.sourceforge.net/ Retroweaver , to manage the down-conversion of our code. It works flawlessly

Re: First build errors

2007-08-01 Thread Emmanuel Venisse
The documentation is out of date and we must fix it asap. The conf file is now under apps/continuum/webapps/WEB-INF/classes/META-INF/plexus/ Emmanuel Randall Fidler a écrit : Hello, I've got 1.1-beta-1 running now and now I don't find as many configuration options in the

tomcat-maven-plugin

2007-08-01 Thread nmall
Hi, Can you start two web applications using the same tomcat plugin. My tomcat-maven-plugin works for starting ONE web application. But when I specify two apps, it ignores the application which is not being built in the current directory but whose path I have given as follows in the plugin

Re: tomcat-maven-plugin

2007-08-01 Thread ben short
Hi, I don't think this will work to be honest You might be better off running an instance of tomcat on your machine and using the mvn tomcat:deploy goal to deploy the wars to it. But you'll have to do them one by one. There is a tomcat:exploded goal also that you could use. I think this one

checkstyle version

2007-08-01 Thread Ahmed Ashour
Dear all, By using Maven 1 and 2, with their latest checkstyle plugin, both retrieve checkstyle version 4.1, however checkstyle 4.3 is already released. How to configure/update the plugin to use the latest version? Many thanks, Ahmed

RE: Parent POM, properties and scm problem

2007-08-01 Thread Bryan Loofbourrow
I'm wondering if the following would work: - Make your organizational pom project. Don't define any module entries in it. - Have all of your projects depend on it as a parent - Build and install your organizational pom to a central repository accessible to all of your projects. I'm thinking

Re: checkstyle version

2007-08-01 Thread Dennis Lundberg
Ahmed Ashour wrote: Dear all, By using Maven 1 and 2, with their latest checkstyle plugin, both retrieve checkstyle version 4.1, however checkstyle 4.3 is already released. How to configure/update the plugin to use the latest version? Many thanks, Ahmed For now you need to run the

Re: Maven-Weblogic: NoClassDefFoundError for JAR in an EAR

2007-08-01 Thread Scott Ryan
Does the same ear deploy using the console manually? Please send me the detailed log from the mvn -X weblogic:deploy so I can debug with you. It is not clear what the error is indicating. It looks like the ear is looking for one of your classes and not finding it but help me understand.

Re: JAXP DocumentBuilderFactory not found by maven-antrun-plugin initiated Ant

2007-08-01 Thread Developer Abe
You know. I am really confused about the dependency stuff myself. I am finding weird things happening, like moving the dependencies some where else and back causes the problem again. I looked at the output from mvn -X and noticed xerces 1.2.3 being referenced by apache commons configuration. I

RE: Maven tries to resolve artifact in the reactor to SNAPSHOT version in Apache Tuscany build

2007-08-01 Thread Brian E. Fox
Are you using the enforcer? If so, it could be MENFORCER-11, if not enforcer then possibly some other plugin is causing the same core bug to occur (it's linked to MENFORCER-11) -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 3:02 PM To:

RE: First build errors

2007-08-01 Thread Randall Fidler
Found it, thanks. On another note, can anybody provide example config for mail notifier with SMTP authorization? I tried with username and password setup in addition to the information from the continuum mini guide but the application doesn't run (web app doesn't come up) with those settings.

How to set the outputDirectory from command line for assembly plugin.

2007-08-01 Thread Lara Brian
Hi All, I tried, mvn package assembly:assembly -DoutputDirectory=. -Ddescriptor=cmp-server.xml -Dmaven.test.skip=true expecting the assembly to be generated at the directory i issued the command, but the assembly is getting generated inside the TARGET directory. How to make it generate in the

how to specify multiple descriptors on the command-line

2007-08-01 Thread Lara Brian
Hi All, How to specify multiple descriptors on the command line when invoking assebly plugin? What is the separator for the descriptors. I tried comma/colan but ended up unsuccessful. I tried, mvn package assembly:assembly -Ddescriptors=cmp-server.xml,cmp-client.xml -Dmaven.test.skip=true but

Perforce SCM

2007-08-01 Thread Randall Fidler
Hello, Is anybody using Perforce as their SCM? Upgraded to version '1.1-beta-1' and the log file only tells me that it was unable to check out the files; it does show the command being issued which appears correct (p4 -d [working dir] client -i). Is there somewhere else I can

Re: how to specify multiple descriptors on the command-line

2007-08-01 Thread Maria Odea Ching
Hi, Try configuring these descriptors in the pom (shown below) instead of setting it at the command-line. Also, I think the path to the descriptors should be included instead of just the descriptor filename. plugins plugin artifactIdmaven-assembly-plugin/artifactId configuration

Re: whats going wrong with my build?

2007-08-01 Thread Antony Stubbs
I have the same problem. The ear project seems to look for a jar of my war, instead of the war... did you get anywhere? foo.bar:FOOBARWebApp:jar:1.0-SNAPSHOT note the jar, not war...? teknokrat wrote: I have a multiproject that builds an ear file out of a war and a sar. It is virtually

Julia Vilke/Moscow/Canon/FI is out of the office.

2007-08-01 Thread Julia . Vilke
I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January 2008. In case of Canon Consumable business, please contact Mikhail Popov, in case of Paper business - Maria Bondarenko.

Re: whats going wrong with my build?

2007-08-01 Thread Antony Stubbs
Nearly two seconds after I posted this, I took a closer look at the j2ee archetype - maven-archetype-j2ee-simple and found the type/type config param for dependancies, and thus modified my EAR pom to show: dependencies dependency

RE: Maven Wagon

2007-08-01 Thread Timothy Reilly
Is there additional information on Wagon besides http://maven.apache.org/wagon ? I have been working with wagon for the last couple of days. The best I've personally have found is to read the code: http://svn.apache.org/viewvc/maven/wagon/trunk/ If you have specific questions, maybe myself

Re: Maven Wagon

2007-08-01 Thread Wayne Fay
There's probably some info in the free PDF e-books from Devzuz and Sonatype, and of course in the source code itself. Wayne On 8/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there additional information on Wagon besides http://maven.apache.org/wagon ? This email message and any

Database administration

2007-08-01 Thread Victor Bendig
Hi, Have a couple of questions around databases and maven, 1. Does Maven create standards for database development? 2. Is there a plugin that handles the lifecycle of the database (create, drop, etc) I found a sql-maven-plugin but this forces me to bind sql files to code phases. While this