Commit d2f77237 authored by Liang Ding's avatar Liang Ding

pom detail enhancements for eclipse

parent 7b531dc4
...@@ -2,35 +2,40 @@ ...@@ -2,35 +2,40 @@
<classpath> <classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"> <classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true" />
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true" />
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/classes"
path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true" />
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> <classpathentry kind="src" output="target/test-classes"
path="src/test/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true" />
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true" />
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> <classpathentry excluding="**" kind="src"
output="target/test-classes" path="src/test/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true" />
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true" />
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <classpathentry kind="con"
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true" />
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes" />
</classpath> </classpath>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!-- Description: B3log Solo core. Version: 2.2.1.7, Mar 24, 2015 Author:
Description: B3log Solo core. Liang Ding -->
Version: 2.2.1.7, Mar 24, 2015 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Author: Liang Ding
-->
<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/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.b3log</groupId>
<artifactId>solo-core</artifactId> <artifactId>solo-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>B3log Solo (Core)</name> <name>B3log Solo (Core)</name>
...@@ -123,14 +118,8 @@ ...@@ -123,14 +118,8 @@
<input>${basedir}/src/main/java</input> <input>${basedir}/src/main/java</input>
</configuration> </configuration>
<executions> <executions>
<!-- <!-- <execution> <phase>process-resources</phase> <goals> <goal>jacobe</goal>
<execution> </goals> </execution> -->
<phase>process-resources</phase>
<goals>
<goal>jacobe</goal>
</goals>
</execution>
-->
</executions> </executions>
</plugin> </plugin>
...@@ -184,14 +173,8 @@ ...@@ -184,14 +173,8 @@
<skip>false</skip> <skip>false</skip>
</configuration> </configuration>
<executions> <executions>
<!-- <!-- <execution> <phase>compile</phase> <goals> <goal>checkstyle</goal>
<execution> </goals> </execution> -->
<phase>compile</phase>
<goals>
<goal>checkstyle</goal>
</goals>
</execution>
-->
</executions> </executions>
</plugin> </plugin>
......
...@@ -294,6 +294,8 @@ ...@@ -294,6 +294,8 @@
<excludes> <excludes>
<exclude>**/src/main/java/**/package-info.java</exclude> <exclude>**/src/main/java/**/package-info.java</exclude>
<exclude>**/src/*/webapp/js/lib/*.js</exclude> <exclude>**/src/*/webapp/js/lib/*.js</exclude>
<exclude>**/src/*/webapp/js/**/*.min.js</exclude>
<exclude>**/src/*/webapp/css/**/*.min.css</exclude>
<exclude>**/src/main/java/com/**/*.java</exclude> <exclude>**/src/main/java/com/**/*.java</exclude>
</excludes> </excludes>
...@@ -309,12 +311,14 @@ ...@@ -309,12 +311,14 @@
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
<executions> <executions>
<!--
<execution> <execution>
<phase>generate-sources</phase> <phase>generate-sources</phase>
<goals> <goals>
<goal>format</goal> <goal>format</goal>
</goals> </goals>
</execution> </execution>
-->
</executions> </executions>
</plugin> </plugin>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.b3log</groupId>
<artifactId>solo-gae</artifactId> <artifactId>solo-gae</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>B3log Solo (GAE)</name> <name>B3log Solo (GAE)</name>
...@@ -94,7 +93,6 @@ ...@@ -94,7 +93,6 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId> <artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.b3log</groupId>
<artifactId>solo-mysql</artifactId> <artifactId>solo-mysql</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>B3log Solo (MySQL)</name> <name>B3log Solo (MySQL)</name>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.b3log</groupId>
<artifactId>solo-war</artifactId> <artifactId>solo-war</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>B3log Solo (WAR)</name> <name>B3log Solo (WAR)</name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment