forked from github/dataease
fix: rollback
This commit is contained in:
parent
92fa47d623
commit
def246cc54
@ -387,51 +387,51 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- <plugin>-->
|
<plugin>
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<!-- <artifactId>maven-antrun-plugin</artifactId>-->
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<!-- <executions>-->
|
<executions>
|
||||||
<!-- <execution>-->
|
<execution>
|
||||||
<!-- <?m2e execute onConfiguration?>-->
|
<?m2e execute onConfiguration?>
|
||||||
<!-- <id>main-class-placement</id>-->
|
<id>main-class-placement</id>
|
||||||
<!-- <phase>generate-resources</phase>-->
|
<phase>generate-resources</phase>
|
||||||
<!-- <configuration>-->
|
<configuration>
|
||||||
<!-- <target>-->
|
<target>
|
||||||
<!-- <move todir="src/main/resources/static">-->
|
<move todir="src/main/resources/static">
|
||||||
<!-- <fileset dir="../frontend/dist">-->
|
<fileset dir="../frontend/dist">
|
||||||
<!-- <exclude name="*.html"/>-->
|
<exclude name="*.html"/>
|
||||||
<!-- </fileset>-->
|
</fileset>
|
||||||
<!-- </move>-->
|
</move>
|
||||||
<!-- <move todir="src/main/resources/templates">-->
|
<move todir="src/main/resources/templates">
|
||||||
<!-- <fileset dir="../frontend/dist">-->
|
<fileset dir="../frontend/dist">
|
||||||
<!-- <include name="*.html"/>-->
|
<include name="*.html"/>
|
||||||
<!-- </fileset>-->
|
</fileset>
|
||||||
<!-- </move>-->
|
</move>
|
||||||
<!-- </target>-->
|
</target>
|
||||||
<!-- </configuration>-->
|
</configuration>
|
||||||
<!-- <goals>-->
|
<goals>
|
||||||
<!-- <goal>run</goal>-->
|
<goal>run</goal>
|
||||||
<!-- </goals>-->
|
</goals>
|
||||||
<!-- </execution>-->
|
</execution>
|
||||||
<!-- </executions>-->
|
</executions>
|
||||||
<!-- </plugin>-->
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>pentaho-public</id>
|
<id>pentaho-public</id>
|
||||||
<name>Pentaho Public</name>
|
<name>Pentaho Public</name>
|
||||||
<url>http://nexus.pentaho.org/content/groups/omni</url>
|
<url>http://nexus.pentaho.org/content/groups/omni</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<updatePolicy>always</updatePolicy>
|
<updatePolicy>always</updatePolicy>
|
||||||
</releases>
|
</releases>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<updatePolicy>always</updatePolicy>
|
<updatePolicy>always</updatePolicy>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user