Sorry, but this doesn't look like it will work.

1.0-alpha1-SNAPSHOT used to generate a JAR that it could deploy into Nexus.
2.0-alpha1 seems to want to generate a single js file that can be deployed,
instead of a JAR. But in fact, the package lifecycle stage is not covered
in 2.0.0-alpha1. This means that the single js file cannot be generated (as
proven, in fact, when running 'mvn package').

It sounds like the two are incompatible. I prefer continuing with separate
files rather than a single file.

Is it possible to cut a release version of 1.0-alpha1-SNAPSHOT so that we
can release our dependent applications?



On Wed, Mar 6, 2013 at 1:57 AM, Mihai Danila <virid...@gmail.com> wrote:

> Done, and I got past most errors. (At one point, I had an error because I
> had configured a non-default path for the output classes - bug in the
> extension?)
>
> The following error remains during release:perform, and I don't know what
> to do about it. According to the docs, the minifier runs by default.
>
> [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on
> project jquery-and-ui: Failed to deploy artifacts: Could not transfer
> artifact com.jquery:jquery-and-ui:js:min:1.1 from/to releases (
> http://nexus.mycompany.example.com:8082/nexus/content/repositories/releases):
> C:\jquery-and-ui\target\checkout\target\min\classes\1-min.js (The system
> cannot find the file specified) -> [Help 1]
>
>
>
> On Wed, Mar 6, 2013 at 1:29 AM, Christopher Hunt 
> <hu...@internode.on.net>wrote:
>
>> You can configure the JSLint plugin to ignore certain files.
>>
>> On 06/03/2013, at 5:15 PM, Mihai Danila <virid...@gmail.com> wrote:
>>
>> > Changing to js seems like it might do the trick, but I will need to
>> re-release the two dependencies into nexus as "js" not "javascript", and
>> unfortunately JSLint kicks in and stops the build. Since the thing I'm
>> building is some older version of jQuery/jQuery UI, I don't want to (nor
>> can I) fix JSLint errors, so I'll have to find a way to disable JSLint
>> before I can conclude my test.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>
>

Reply via email to