Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
bd2b973b
Commit
bd2b973b
authored
10 years ago
by
Christian Wulf
Browse files
Options
Downloads
Patches
Plain Diff
added version to maven plugin
parent
ca4eb37b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.classpath
+2
-2
2 additions, 2 deletions
.classpath
.settings/org.eclipse.core.resources.prefs
+2
-0
2 additions, 0 deletions
.settings/org.eclipse.core.resources.prefs
pom.xml
+16
-15
16 additions, 15 deletions
pom.xml
with
20 additions
and
17 deletions
.classpath
+
2
−
2
View file @
bd2b973b
...
...
@@ -13,8 +13,8 @@
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"conf"
/>
<classpathentry
kind=
"src"
path=
"src/test/resources"
/>
<classpathentry
kind=
"src"
path=
"src/main/resources"
/>
<classpathentry
including=
"**/*.java"
kind=
"src"
path=
"src/test/resources"
/>
<classpathentry
including=
"**/*.java"
kind=
"src"
path=
"src/main/resources"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
...
...
This diff is collapsed.
Click to expand it.
.settings/org.eclipse.core.resources.prefs
+
2
−
0
View file @
bd2b973b
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
encoding/<project>=UTF-8
This diff is collapsed.
Click to expand it.
pom.xml
+
16
−
15
View file @
bd2b973b
...
...
@@ -80,6 +80,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.6
</source>
...
...
@@ -101,21 +102,21 @@
<version>
2.5
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
shade
</goal>
</goals>
</execution>
</executions>
<configuration>
<finalName>
${project.artifactId}-${project.version}-with-dependencies
</finalName>
</configuration>
</plugin>
<!--
<plugin>
-->
<!--
<groupId>org.apache.maven.plugins</groupId>
-->
<!--
<artifactId>maven-shade-plugin</artifactId>
-->
<!--
<executions>
-->
<!--
<execution>
-->
<!--
<phase>package</phase>
-->
<!--
<goals>
-->
<!--
<goal>shade</goal>
-->
<!--
</goals>
-->
<!--
</execution>
-->
<!--
</executions>
-->
<!--
<configuration>
-->
<!--
<finalName>${project.artifactId}-${project.version}-with-dependencies</finalName>
-->
<!--
</configuration>
-->
<!--
</plugin>
-->
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment