Changeset 5626


Ignore:
Timestamp:
09/12/14 07:42:08 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • make Eclipse happy and add SASS task into m2e lifecycle settings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r5610 r5626  
    680680                                    </action>
    681681                                </pluginExecution>
     682                                <pluginExecution>
     683                                    <pluginExecutionFilter>
     684                                        <groupId>org.jasig.maven</groupId>
     685                                        <artifactId>sass-maven-plugin</artifactId>
     686                                        <versionRange>[1.1.1,)</versionRange>
     687                                        <goals>
     688                                            <goal>update-stylesheets</goal>
     689                                        </goals>
     690                                    </pluginExecutionFilter>
     691                                    <action>
     692                                        <execute />
     693                                    </action>
     694                                </pluginExecution>
    682695                            </pluginExecutions>
    683696                        </lifecycleMappingMetadata>
Note: See TracChangeset for help on using the changeset viewer.