Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91271798
pom.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 13:24
Size
3 KB
Mime Type
text/xml
Expires
Mon, Nov 11, 13:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22233819
Attached To
R2664 SHRINE MedCo Fork
pom.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
shrine-base
</artifactId>
<groupId>
net.shrine
</groupId>
<version>
1.22.2.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.shrine
</groupId>
<artifactId>
dashboard-app-client
</artifactId>
<packaging>
pom
</packaging>
<build>
<plugins>
<plugin>
<groupId>
com.github.eirslett
</groupId>
<artifactId>
frontend-maven-plugin
</artifactId>
<!-- NB! Set <version> to the latest released version of frontend-maven-plugin, like in README.md -->
<version>
0.0.23
</version>
<executions>
<execution>
<id>
install node and npm
</id>
<goals>
<goal>
install-node-and-npm
</goal>
</goals>
<configuration>
<nodeVersion>
v0.10.33
</nodeVersion>
<npmVersion>
2.7.4
</npmVersion>
</configuration>
</execution>
<execution>
<id>
npm install
</id>
<goals>
<goal>
npm
</goal>
</goals>
<!-- optional: default phase is "generate-resources" -->
<phase>
generate-resources
</phase>
<configuration>
<!-- optional: The default argument is actually
"install", so unless you need to run some other npm command,
you can remove this whole <configuration> section.
-->
<arguments>
install
</arguments>
</configuration>
</execution>
<execution>
<id>
bower install
</id>
<goals>
<goal>
bower
</goal>
</goals>
<configuration>
<!-- optional: The default argument is actually
"install", so unless you need to run some other bower command,
you can remove this whole <configuration> section.
-->
<arguments>
install
</arguments>
</configuration>
</execution>
<execution>
<id>
grunt default
</id>
<goals>
<goal>
grunt
</goal>
</goals>
<configuration>
<arguments>
--no-color
</arguments>
</configuration>
</execution>
<!--execution>
<id>javascript tests</id>
<goals>
<goal>karma</goal>
</goals>
<configuration>
<karmaConfPath>src/test/javascript/karma.conf.ci.js</karmaConfPath>
</configuration>
</execution-->
</executions>
</plugin>
</plugins>
</build>
</project>
Event Timeline
Log In to Comment