Unverified Commit 80aed97f authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

Merge pull request #634 from OpenSkywalking/fix/local-deploy

Make sure local deploy successfully.
parents 43cccdef 85889390
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>none</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>none</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>none</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>none</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>none</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
Loading