Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
806b9aed
Commit
806b9aed
authored
Dec 16, 2014
by
Dan Markwat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added pluginManagement tags to fix poms for m2eclipse
parent
71ac0a94
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
20 deletions
+16
-20
pom.xml
common/pom.xml
+2
-2
pom.xml
webapp/pom.xml
+14
-18
No files found.
common/pom.xml
View file @
806b9aed
...
@@ -134,8 +134,8 @@
...
@@ -134,8 +134,8 @@
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<configuration>
<source>
1.
6
</source>
<source>
1.
7
</source>
<target>
1.
6
</target>
<target>
1.
7
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
webapp/pom.xml
View file @
806b9aed
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more
~ Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file ~ distributed with this
~ or more contributor license agreements. See the NOTICE file
work for additional information ~ regarding copyright ownership. The ASF
~ distributed with this work for additional information
licenses this file ~ to you under the Apache License, Version 2.0 (the ~
~ regarding copyright ownership. The ASF licenses this file
"License"); you may not use this file except in compliance ~ with the License.
~ to you under the Apache License, Version 2.0 (the
You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0
~ "License"); you may not use this file except in compliance
~ ~ Unless required by applicable law or agreed to in writing, software ~
~ with the License. You may obtain a copy of the License at
distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT
~
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the
~ http://www.apache.org/licenses/LICENSE-2.0
License for the specific language governing permissions and ~ limitations
~
under the License. -->
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<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"
>
...
@@ -136,6 +130,7 @@
...
@@ -136,6 +130,7 @@
</dependencies>
</dependencies>
<build>
<build>
<pluginManagement>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
@@ -231,7 +226,7 @@
...
@@ -231,7 +226,7 @@
<artifactId>
maven-jetty-plugin
</artifactId>
<artifactId>
maven-jetty-plugin
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty.version}
</version>
<configuration>
<configuration>
<skip>
${skipITs}
</skip>
<!--only skip int tests
-->
<skip>
${skipITs}
</skip>
<!--only skip int tests
-->
<connectors>
<connectors>
<connector
implementation=
"org.mortbay.jetty.security.SslSocketConnector"
>
<connector
implementation=
"org.mortbay.jetty.security.SslSocketConnector"
>
<port>
21443
</port>
<port>
21443
</port>
...
@@ -298,5 +293,6 @@
...
@@ -298,5 +293,6 @@
</executions>
</executions>
</plugin>
</plugin>
</plugins>
</plugins>
</pluginManagement>
</build>
</build>
</project>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment