[ 
https://jira.codehaus.org/browse/MOJO-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=278199#comment-278199
 ] 

Marcel Overdijk commented on MOJO-1732:
---------------------------------------

Christopher/Robert,

I'm in talks with author of LessEngine about publishing to Maven Central, but 
this may take a little bit of time.
As workaround I now added the com.asual.lesscss.* classes to the plugin.

I was wondering if I should instead should do something like:

<dependency>
    <groupId>com.asual.lesscss</groupId>
    <artifactId>lesscss-engine</artifactId>
    <version>1.1.4</version>
    <scope>system</scope>
    <systemPath>${project.basedir}/lib/lesscss-engine-1.1.4.jar</systemPath>
</dependency>


PS: did you had time to look at latest zip I uploaded earlier this week?


> Create project for lesscss Mojo
> -------------------------------
>
>                 Key: MOJO-1732
>                 URL: https://jira.codehaus.org/browse/MOJO-1732
>             Project: Mojo
>          Issue Type: New Feature
>          Components: _Plugin Submission
>            Reporter: Marcel Overdijk
>            Assignee: Christopher Hunt
>         Attachments: lesscss-maven-plugin.zip, lesscss-maven-plugin.zip, 
> lesscss-maven-plugin.zip
>
>
> As discussed on the mailing list I'm working on a new Maven plugin for 
> lesscss (www.lesscss.org).
> Less is the dynamic stylesheet language and the plugin will provide 
> compilation of .less files to ordinary .css files, mainly during the compile 
> or package (war) phase.
> Could you please create this project in the sandbox so I can work on this?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to