< prev index next >

application/org.openjdk.jmc.flightrecorder.flameview/pom.xml

Print this page
*** 128,10 ***
--- 128,22 ---
  							<url>https://cdn.jsdelivr.net/gh/spiermar/d3-flame-graph@2.0.3/dist/d3-flamegraph.min.js</url>
  							<unpack>false</unpack>
  							<outputDirectory>${download-maven-plugin.output}</outputDirectory>
  						</configuration>
  					</execution>
+ 					<execution>
+ 						<id>d3-flamegraph-js-ie</id>
+ 						<phase>${download-maven-plugin.phase}</phase>
+ 						<goals>
+ 							<goal>wget</goal>
+ 						</goals>
+ 						<configuration>
+ 							<url>https://cdn.jsdelivr.net/gh/aptmac/d3-flame-graph@internet-explorer-compatibility/dist/d3-flamegraph-ie.min.js</url>
+ 							<unpack>false</unpack>
+ 							<outputDirectory>${download-maven-plugin.output}</outputDirectory>
+ 						</configuration>
+ 					</execution>
  				</executions>
  			</plugin>
  			<!-- The formatter currently dislikes the javascript for some reason, but this is how to enable JavaScript formatting
  			<plugin>
  				<groupId>com.diffplug.spotless</groupId>
< prev index next >